grubert | 8 Oct 2006 11:25
Picon

r4757 - trunk/docutils/docs/user/latex.txt

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)

grubert | 8 Oct 2006 11:41
Picon

r4758 - trunk/docutils/docs/user/latex.txt

Author: grubert
Date: 2006-10-08 11:41:58 +0200 (Sun, 08 Oct 2006)
New Revision: 4758

Modified:
   trunk/docutils/docs/user/latex.txt
Log:
Fix reST samples for raw directive.

Modified: trunk/docutils/docs/user/latex.txt
===================================================================
--- trunk/docutils/docs/user/latex.txt	2006-10-08 09:25:51 UTC (rev 4757)
+++ trunk/docutils/docs/user/latex.txt	2006-10-08 09:41:58 UTC (rev 4758)
 <at>  <at>  -195,7 +195,7  <at>  <at> 

 A table of figures can be generated by a command directly to LaTeX::

-  .. raw:: LaTeX
+  .. raw:: latex

      \listoffigures

 <at>  <at>  -249,14 +249,14  <at>  <at> 
 By means of the reST-raw directive one can give commands directly to 
 LaTeX, e.g. forcing a page break::

-  .. raw:: LaTeX
+  .. raw:: latex

      \newpage
(Continue reading)

grubert | 8 Oct 2006 16:39
Picon

r4759 - in trunk/docutils: HISTORY.txt docutils/writers/latex2e/__init__.py test/functional/expected/standalone_rst_latex.tex

Author: grubert
Date: 2006-10-08 16:39:40 +0200 (Sun, 08 Oct 2006)
New Revision: 4759

Modified:
   trunk/docutils/HISTORY.txt
   trunk/docutils/docutils/writers/latex2e/__init__.py
   trunk/docutils/test/functional/expected/standalone_rst_latex.tex
Log:
Use centering instead of center for figure contents, to avoid vertical space.

Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt	2006-10-08 09:41:58 UTC (rev 4758)
+++ trunk/docutils/HISTORY.txt	2006-10-08 14:39:40 UTC (rev 4759)
 <at>  <at>  -82,6 +82,8  <at>  <at> 

 * docutils/writers/latex2e/__init__.py:

+  - Use centering instead of center for figure contents, to avoid vertical
+    space.
   - Recognize table class: borderless, nolines, booktabs, standard.
   - Fix: Renaming contents section does not work with latex writer; SF
     bug #1487405.

Modified: trunk/docutils/docutils/writers/latex2e/__init__.py
===================================================================
--- trunk/docutils/docutils/writers/latex2e/__init__.py	2006-10-08 09:41:58 UTC (rev 4758)
+++ trunk/docutils/docutils/writers/latex2e/__init__.py	2006-10-08 14:39:40 UTC (rev 4759)
 <at>  <at>  -1401,11 +1401,15  <at>  <at> 
(Continue reading)

grubert | 8 Oct 2006 18:01
Picon

r4760 - in trunk/docutils: HISTORY.txt docutils/writers/latex2e/__init__.py test/test_writers/test_latex2e.py

Author: grubert
Date: 2006-10-08 18:01:05 +0200 (Sun, 08 Oct 2006)
New Revision: 4760

Modified:
   trunk/docutils/HISTORY.txt
   trunk/docutils/docutils/writers/latex2e/__init__.py
   trunk/docutils/test/test_writers/test_latex2e.py
Log:
Fix: Do not escape underscores in citation reference labels if 
use-latex-citations is set.

Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt	2006-10-08 14:39:40 UTC (rev 4759)
+++ trunk/docutils/HISTORY.txt	2006-10-08 16:01:05 UTC (rev 4760)
 <at>  <at>  -82,6 +82,8  <at>  <at> 

 * docutils/writers/latex2e/__init__.py:

+  - Fix: Do not escape underscores in citation reference labels if
+    use-latex-citations is set.
   - Use centering instead of center for figure contents, to avoid vertical
     space.
   - Recognize table class: borderless, nolines, booktabs, standard.

Modified: trunk/docutils/docutils/writers/latex2e/__init__.py
===================================================================
--- trunk/docutils/docutils/writers/latex2e/__init__.py	2006-10-08 14:39:40 UTC (rev 4759)
+++ trunk/docutils/docutils/writers/latex2e/__init__.py	2006-10-08 16:01:05 UTC (rev 4760)
(Continue reading)

fwiemann | 9 Oct 2006 03:14
Picon

r4761 - trunk/docutils/docutils/writers/newlatex2e/notes.txt

Author: fwiemann
Date: 2006-10-09 03:14:49 +0200 (Mon, 09 Oct 2006)
New Revision: 4761

Modified:
   trunk/docutils/docutils/writers/newlatex2e/notes.txt
Log:
added note about underscores in citations

Modified: trunk/docutils/docutils/writers/newlatex2e/notes.txt
===================================================================
--- trunk/docutils/docutils/writers/newlatex2e/notes.txt	2006-10-08 16:01:05 UTC (rev 4760)
+++ trunk/docutils/docutils/writers/newlatex2e/notes.txt	2006-10-09 01:14:49 UTC (rev 4761)
 <at>  <at>  -67,3 +67,6  <at>  <at> 
       | :Name:             |
       |     Paragraph.     |
       +--------------------+
+
+* We want to support underscores in citation references, they need to
+  appear unescaped.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
fwiemann | 9 Oct 2006 03:19
Picon

r4762 - trunk/docutils/docutils/writers/newlatex2e/base.tex

Author: fwiemann
Date: 2006-10-09 03:19:45 +0200 (Mon, 09 Oct 2006)
New Revision: 4762

Modified:
   trunk/docutils/docutils/writers/newlatex2e/base.tex
Log:
added note about space between footnotes

Modified: trunk/docutils/docutils/writers/newlatex2e/base.tex
===================================================================
--- trunk/docutils/docutils/writers/newlatex2e/base.tex	2006-10-09 01:14:49 UTC (rev 4761)
+++ trunk/docutils/docutils/writers/newlatex2e/base.tex	2006-10-09 01:19:45 UTC (rev 4762)
 <at>  <at>  -850,6 +850,8  <at>  <at> 
   % See ltfloat.dtx for details.
   {%
     \insert\footins{%
+      % BUG: This is too small if the user adds
+      % \onehalfspacing or \doublespace.
       \vspace{\Dfootnotesep}%
       \Dsetfootnotespacing%
       \Dformatfootnote{#1}%

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
fwiemann | 9 Oct 2006 05:25
Picon

r4763 - in trunk/docutils/docutils/writers/newlatex2e: __init__.py tests.txt

Author: fwiemann
Date: 2006-10-09 05:25:54 +0200 (Mon, 09 Oct 2006)
New Revision: 4763

Added:
   trunk/docutils/docutils/writers/newlatex2e/tests.txt
Modified:
   trunk/docutils/docutils/writers/newlatex2e/__init__.py
Log:
fixed behavior for newlines followed by asterisks

Modified: trunk/docutils/docutils/writers/newlatex2e/__init__.py
===================================================================
--- trunk/docutils/docutils/writers/newlatex2e/__init__.py	2006-10-09 01:19:45 UTC (rev 4762)
+++ trunk/docutils/docutils/writers/newlatex2e/__init__.py	2006-10-09 03:25:54 UTC (rev 4763)
 <at>  <at>  -312,7 +312,7  <at>  <at> 
             # spaces.
             if self.literal_block:
                 # Replace newlines with real newlines.
-                text = text.replace('\n', '\mbox{}\\\\')
+                text = text.replace('\n', '\mbox{}\\\\{}')
                 replace_fn = self.encode_replace_for_literal_block_spaces
             else:
                 replace_fn = self.encode_replace_for_inline_literal_spaces

Added: trunk/docutils/docutils/writers/newlatex2e/tests.txt
===================================================================
--- trunk/docutils/docutils/writers/newlatex2e/tests.txt	2006-10-09 01:19:45 UTC (rev 4762)
+++ trunk/docutils/docutils/writers/newlatex2e/tests.txt	2006-10-09 03:25:54 UTC (rev 4763)
 <at>  <at>  -0,0 +1,7  <at>  <at> 
(Continue reading)

grubert | 9 Oct 2006 12:26
Picon

r4764 - trunk/docutils/docs/user/latex.txt

Author: grubert
Date: 2006-10-09 12:26:54 +0200 (Mon, 09 Oct 2006)
New Revision: 4764

Modified:
   trunk/docutils/docs/user/latex.txt
Log:
Corrections (thanks to A.G.Isaac)

Modified: trunk/docutils/docs/user/latex.txt
===================================================================
--- trunk/docutils/docs/user/latex.txt	2006-10-09 03:25:54 UTC (rev 4763)
+++ trunk/docutils/docs/user/latex.txt	2006-10-09 10:26:54 UTC (rev 4764)
 <at>  <at>  -14,28 +14,37  <at>  <at> 
 Introduction
 ============

-Producing LaTeX code from reST input could be done in at least two ways:
+Producing LaTeX code from reST input can be done in at least two ways:

-a. Transform the internal markup into corresponding LaTeX markup e.g.
-   a section title would be written as ```\section{this section ...}``.
+a. Transform the internal markup into corresponding LaTeX markup.
+   For example, a section title would be written with the LaTeX section
+   command: ``\section{this section title}``.

-   This is limited by LaTeX and/or requires hacking around bugs and features
-   in LaTeX, but produces a readable (?) LaTeX file.
+   This can be constrained by the LaTeX document class
+   and may require hacking around bugs/features in LaTeX,
(Continue reading)

goodger | 9 Oct 2006 18:27
Picon

r4765 - trunk/docutils/docs/howto/i18n.txt

Author: goodger
Date: 2006-10-09 18:27:16 +0200 (Mon, 09 Oct 2006)
New Revision: 4765

Modified:
   trunk/docutils/docs/howto/i18n.txt
Log:
removed CVS reference

Modified: trunk/docutils/docs/howto/i18n.txt
===================================================================
--- trunk/docutils/docs/howto/i18n.txt	2006-10-09 10:26:54 UTC (rev 4764)
+++ trunk/docutils/docs/howto/i18n.txt	2006-10-09 16:27:16 UTC (rev 4765)
 <at>  <at>  -184,8 +184,8  <at>  <at> 
 Submitting the Language Modules
 ===============================

-If you do not have CVS write access and want to contribute your
-language modules, feel free to submit them at the `SourceForge patch
+If you do not have repository write access and want to contribute your
+language modules, feel free to submit them via the `SourceForge patch
 tracker`__.

 __ http://sourceforge.net/tracker/?group_id=38414&atid=422032

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
(Continue reading)

dkuhlman | 10 Oct 2006 20:36
Picon

r4766 - in trunk/sandbox/dkuhlman/OpenDocument/docs: odtwriter.html odtwriter.odt odtwriter.txt

Author: dkuhlman
Date: 2006-10-10 20:36:12 +0200 (Tue, 10 Oct 2006)
New Revision: 4766

Modified:
   trunk/sandbox/dkuhlman/OpenDocument/docs/odtwriter.html
   trunk/sandbox/dkuhlman/OpenDocument/docs/odtwriter.odt
   trunk/sandbox/dkuhlman/OpenDocument/docs/odtwriter.txt
Log:
Minor update to the doc.

Modified: trunk/sandbox/dkuhlman/OpenDocument/docs/odtwriter.html
===================================================================
--- trunk/sandbox/dkuhlman/OpenDocument/docs/odtwriter.html	2006-10-09 16:27:16 UTC (rev 4765)
+++ trunk/sandbox/dkuhlman/OpenDocument/docs/odtwriter.html	2006-10-10 18:36:12 UTC (rev 4766)
 <at>  <at>  -219,7 +219,11  <at>  <at> 
 <li><a class="reference" href="#table-styles" id="id8" name="id8">4.2&nbsp;&nbsp;&nbsp;Table styles</a></li>
 </ul>
 </li>
+<li><a class="reference" href="#hints-and-suggestions" id="id9"
name="id9">5&nbsp;&nbsp;&nbsp;Hints and Suggestions</a><ul class="auto-toc">
+<li><a class="reference" href="#table-of-contents" id="id10"
name="id10">5.1&nbsp;&nbsp;&nbsp;Table of contents</a></li>
 </ul>
+</li>
+</ul>
 </div>
 <div class="section">
 <h1><a class="toc-backref" href="#id1" id="introduction" name="introduction">1&nbsp;&nbsp;&nbsp;Introduction</a></h1>
 <at>  <at>  -371,6 +375,21  <at>  <at> 
(Continue reading)


Gmane