8 Oct 2006 11:25
r4757 - trunk/docutils/docs/user/latex.txt
<grubert <at> users.berlios.de>
2006-10-08 09:25:51 GMT
2006-10-08 09:25:51 GMT
Author: grubert
Date: 2006-10-08 11:25:51 +0200 (Sun, 08 Oct 2006)
New Revision: 4757
Modified:
trunk/docutils/docs/user/latex.txt
Log:
Remark on rst2latex/newlatex.
Remark on dvipdfm option.
Modified: trunk/docutils/docs/user/latex.txt
===================================================================
--- trunk/docutils/docs/user/latex.txt 2006-09-22 14:36:33 UTC (rev 4756)
+++ trunk/docutils/docs/user/latex.txt 2006-10-08 09:25:51 UTC (rev 4757)
<at> <at> -18,14 +18,16 <at> <at>
a. Transform the internal markup into corresponding LaTeX markup e.g.
a section title would be written as ```\section{this section ...}``.
+
+ This is limited by LaTeX and/or requires hacking around bugs and features
+ in LaTeX, but produces a readable (?) LaTeX file.
+
+ If you prefer this tase try ``rst2latex``.
b. Using LaTeX as a typesetting system to produce desired paperwork
without caring about loosing document structure information.
-The former might be preferable, but limits to LaTeXs capabilities, so
-in reality it is a mix. The reality is that LaTeX has a titlepage with
-title, author and date, by default only title is used. Author and date
-are shown in the docutils docinfo table and set to blank for LaTeX.
(Continue reading)
RSS Feed