Message from discussion
New member manual
Received: by 10.14.215.136 with SMTP id e8mr38680094eep.6.1351769254586;
Thu, 01 Nov 2012 04:27:34 -0700 (PDT)
X-BeenThere: london-hack-space@googlegroups.com
Received: by 10.14.223.193 with SMTP id v41ls1830604eep.3.gmail; Thu, 01 Nov
2012 04:27:22 -0700 (PDT)
Received: by 10.14.216.7 with SMTP id f7mr45657882eep.4.1351769242463;
Thu, 01 Nov 2012 04:27:22 -0700 (PDT)
Received: by 10.14.216.7 with SMTP id f7mr45657880eep.4.1351769242452;
Thu, 01 Nov 2012 04:27:22 -0700 (PDT)
Return-Path: <jo...@jonty.co.uk>
Received: from mail.rekursive.net (mail.rekursive.net. [188.40.147.90])
by gmr-mx.google.com with ESMTP id z47si465999eel.0.2012.11.01.04.27.22;
Thu, 01 Nov 2012 04:27:22 -0700 (PDT)
Received-SPF: neutral (google.com: 188.40.147.90 is neither permitted nor denied by best guess record for domain of jo...@jonty.co.uk) client-ip=188.40.147.90;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 188.40.147.90 is neither permitted nor denied by best guess record for domain of jo...@jonty.co.uk) smtp.mail=jo...@jonty.co.uk
Received: from localhost (localhost [127.0.0.1])
by mail.rekursive.net (Postfix) with ESMTP id 272F2857E361
for <london-hack-space@googlegroups.com>; Thu, 1 Nov 2012 11:27:22 +0000 (GMT)
Received: from mail.rekursive.net ([127.0.0.1])
by localhost (mail.rekursive.net [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id PM3IdxmVP5Ht for <london-hack-space@googlegroups.com>;
Thu, 1 Nov 2012 11:27:21 +0000 (GMT)
Received: from mail.rekursive.net (mail [188.40.147.90])
by mail.rekursive.net (Postfix) with ESMTP id D66CB857E358
for <london-hack-space@googlegroups.com>; Thu, 1 Nov 2012 11:27:21 +0000 (GMT)
Date: Thu, 1 Nov 2012 11:27:21 +0000 (GMT)
From: Jonty Wareing <jo...@jonty.co.uk>
To: london-hack-space@googlegroups.com
Message-ID: <29391255.1108.1351769241812.JavaMail.root@mail.rekursive.net>
In-Reply-To: <1b42160d-8310-421e-b498-ab400b9b826c@googlegroups.com>
Subject: Re: [london-hack-space] Re: New member manual
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Originating-IP: [46.65.28.17]
X-Mailer: Zimbra 6.0.6_GA_2330.DEBIAN5 (ZimbraWebClient - SAF3 (Mac)/6.0.6_GA_2330.DEBIAN5)
Lies, we haven't discussed the colour yet. (Blue please, I would like
it to look like a Haynes manual)
--jonty
----- Original Message -----
> From: "tom" <bollocks...@gmail.com>
> To: london-hack-space@googlegroups.com
> Sent: Thursday, 1 November, 2012 11:11:46 AM
> Subject: Re: [london-hack-space] Re: New member manual
> Congratulations, we have achieved peak-bikeshed!
>
> On Thursday, November 1, 2012 11:09:09 AM UTC, Evan Davey wrote:
>
> Images are handled fine in normal markdown and pandoc normally wraps
> them up nicely in the latex output. Usually, I convert from markdown
> to tex which just outputs the content which I then include in a
> wrapper file that has the main document structure e.g.: class etc.
> Additionally, I normally do stuff with the 'meta' data of my source
> files eg: title, author etc. (which requires using multimarkdown
> rather than pandoc first due to the better meta handling).
>
>
> My approach has been to build anything complex into the latex
> templates (manipulating what pandoc outputs) but it is also possible
> to intersperse latex and plain text in the source if necessary - e.g.:
> calling a QR code generation macro
>
>
>
>
>
>
>
> On Wednesday, 31 October 2012 08:10:47 UTC, Dave (DMI) Ingram wrote:
>
> On 30/10/12 23:07, Evan Davey wrote:
> > I'd recommend http://johnmacfarlane.net/pandoc/ . That way the text
> > can be kept in plain text as Markdown which is much friendly to edit
> > than latex directly. I use this framework for creating all my
> > business presentations, reports and I'm now working on a brochure
> > (each have custom latex templates). The other advantage is that you
> > can easily convert to other formats eg. HTML
> I'll have to look into how much control Pandoc gives you over the
> formatting, as I will want more than just basic text (e.g. vector
> images, in-LaTeX QR code generation, image floats, etc). But it might
> be an interesting start.
>
>
> D