Re: creating good-looking PDF documents
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: creating good-looking PDF documents
- From: Alexander Gladysh <agladysh@...>
- Date: 2010年11月30日 07:52:19 +0300
On Mon, Nov 29, 2010 at 23:41, Tobias Markmann <tmarkmann@googlemail.com> wrote:
> On 29.11.10 21:36, Lorenzo Donati wrote:
>> Now I feel somewhat compelled to try LaTeX then ! ;-) :-)
> If it's easier for you to produce XML then you might want to use
> TeXML[1] + LaTeX.
My 2c:
I sometimes use markdown2pdf from pandoc package.
It takes Markdown text (optionally with LaTeX embedded inside) and
converts it to PDF.
Note that, for complex cases — especially if you generate the source,
— it is easier to use raw LaTeX than to fight with conversions — you
have more control over the result.
Alexander.