<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.text.docutils.cvs">
    <title>gmane.text.docutils.cvs</title>
    <link>http://blog.gmane.org/gmane.text.docutils.cvs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6076"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6075"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6074"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6073"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6072"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6071"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6070"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6069"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6068"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6067"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6066"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6065"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6064"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6063"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6062"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6061"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6060"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6059"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6058"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.docutils.cvs/6057"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6076">
    <title>r5783 - trunk/docutils/docs/user/latex.txt</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6076</link>
    <description>Author: grubert
Date: 2008-12-03 08:43:57 +0100 (Wed, 03 Dec 2008)
New Revision: 5783

Modified:
   trunk/docutils/docs/user/latex.txt
Log:
Additions, enhancements and correction.


Modified: trunk/docutils/docs/user/latex.txt
===================================================================
--- trunk/docutils/docs/user/latex.txt2008-12-02 20:53:12 UTC (rev 5782)
+++ trunk/docutils/docs/user/latex.txt2008-12-03 07:43:57 UTC (rev 5783)
&lt; at &gt;&lt; at &gt; -37,6 +37,7 &lt; at &gt;&lt; at &gt;
    ``rst2newlatex`` adds a lot of LaTeX macros and uses LaTeX as a typesetter
    without caring about producing readable LaTeX files.
 
+This documents describes the "latex2e" writer (``rst2latex``).
 
 Options
 =======
&lt; at &gt;&lt; at &gt; -44,16 +45,26 &lt; at &gt;&lt; at &gt;
 Configuration can be done in two ways:
 
 1. Options to the docutils tool: e.g. language selection.
+
 2. Options to LaTeX via a stylesheet file.
 
 The generated LaTeX documents should be kept processable by a standard
 LaTeX installation (if such a thing exists), therefore the document
 contains default settings. To allow *overwriting defaults* the stylesheet
-is included at last.
+is included after the default definitions.
 
+Some definitions are only needed with special rst constructs. Including
+defaults in every document would increase the documentsize without need.
+Instead, they are defined using ``\providecommand`` *after* the custom
+stylesheet and only if needed. The stylesheet can define alternative
+implementations with ``\newcommand`` (instead of ``\renewcommand``).
+By convention, these fallback definitions use the prefix ``\DU``.
+
 Run ``rst2latex.py --help`` to see the command-line options, or have look in
 config documentation.
 
+The follwing table shows ways to configure the layout in a LaTeX stylesheet
+file:
 
 =====================  ================================================
 Configuration Issue    Description
&lt; at &gt;&lt; at &gt; -67,11 +78,15 &lt; at &gt;&lt; at &gt;
                          legalpaper
                        * landscape, portrait, twoside.
 
-                       and a ton of other option setting margins.
+                       and a ton of other options for setting margins.
 
-                       An example::
+                       Example::
 
                          \geometry{a5paper,landscape}
+ 
+       corresponds to the command line arg:: 
+       
+         --documentoptions=a5paper,landscape
 ---------------------  ------------------------------------------------
 paragraph indent       The default LaTeX behavior in most document classes
                        is the following: indent the first line in 
&lt; at &gt;&lt; at &gt; -80,12 +95,11 &lt; at &gt;&lt; at &gt;
                        subsubsection.
 
                        This is configurable.  For example, you could 
-                       use the following lines to set paragraph 
+                       use the following line to set paragraph 
                        indentation to zero but add a vertical space 
                        between paragraphs.::
 
-                         \setlength{\parindent}{0pt}
-                         \setlength{\parskip}{6pt plus 2pt minus 1pt}
+         \usepackage{parskip}
 ---------------------  ------------------------------------------------
 admonitionwidth        The width for admonitions.
                        Default: 0.9*textwidth, this can be changed 
&lt; at &gt;&lt; at &gt; -108,7 +122,7 &lt; at &gt;&lt; at &gt;
 
                        Default: subsection style italic.
 ---------------------  ------------------------------------------------
-line spacing           Is done with package *setspace*, which gives
+line spacing           Is set with package *setspace*, which gives
                        singlespace, onehalfspace and doublespace 
                        commands. To get documentwide double spacing, 
                        add this to your stylesheet ::
&lt; at &gt;&lt; at &gt; -127,19 +141,24 &lt; at &gt;&lt; at &gt;
 
                        for bigger linespacing.
 ---------------------  ------------------------------------------------
-use verbatim when      When possibile, use verbatim for literal-blocks.
-possible               Compatibility alias for "--literal-env=verbatim".
+literal blocks         The command line option ``--literal-env`` allows
+        the specification of the environment to use with
+       literal blocks, e.g. ``--literal-env=verbatim``
+       or ``--literal-env=lstlisting``.
+       
+       The environment is used for literal-blocks  
+       when possibile:
 
-                       A literal-block element, when processed by a
-                       docutils-writer might have it's origin in a
-                       markup with "::" syntax or a 
-                       ".. parsed-literal::" directive.
-
-                       A LaTeX verbatim environment is only useable if
-                       there are no elements contained in the 
-                       literal-block.
+                         A literal-block element, when processed by a
+                         docutils-writer might have it's origin in a
+                         markup with "::" syntax or a 
+                         ".. parsed-literal::" directive.
+         
+                         A LaTeX verbatim environment is only useable if
+                         there is no other markup contained in the 
+                         literal-block.
 ---------------------  ------------------------------------------------
-font selection         see below
+font selection         see chapter `Font selection`_ below
 =====================  ================================================
 
 PDF generation
&lt; at &gt;&lt; at &gt; -159,39 +178,37 &lt; at &gt;&lt; at &gt;
   Produce a dvi file with ``latex``, postscript with ``dvips`` and pdf with
   ``ps2pdf``.
 
-see next section for font selection.
+The Rubber_ utility can be used to automatically run LaTeX the required
+number of times.
 
+.. _Rubber: http://iml.univ-mrs.fr/~beffara/soft/rubber/
 
+
 Font selection
 --------------
 
-When generating pdf-files from LaTeX, use the pdflatex command, the files
-are a lot smaller if postscript fonts are used. This *was* fixed by putting 
-``\usepackage{times}`` into the stylesheet. 
+When generating pdf-files from LaTeX using the pdflatex command, the files
+are a lot smaller if postscript fonts are used. 
 
-It is said that the typewriter font in computer modern font, the default
-LaTeX font package, is too heavy compared to the others. There is a package
-or some commands too fix this, which i currently cannot find.
+The well known "Times/Helvetica/Courier" combination is achieved by::
 
-Some people diagnose a similar unbalance for the postscript fonts, the
-package to fix this is ``\usepackage{pslatex}``.
-pslatex in contrast to the standard LaTeX fonts has a bold typewriter font.
+  \usepackage{mathptmx}             % times for serif and math
+  \usepackage[scaled=.90]{helvet}   % helvetica for sans serif
+  \usepackage{courier}    % courier for teletype (monospace)
 
-As ``times`` does not use the appropriate mathematical fonts and ``pslatex``
-does not work with T1 encodings one should use::
+See `Using common PostScript fonts with LaTeX`_ for details and alternatives.
 
-  \usepackage{mathptmx}
-  \usepackage[scaled=.90]{helvet}
-  \usepackage{courier}
-
-*font encoding* can be selected with option "font-encoding". Default
+*font encoding* can be selected with option ``--font-encoding``. Default
 uses package "ae" for old style font encoding use "OT1". 
 
+.. _Using common PostScript fonts with LaTeX:
+   http://dante.ctan.org/CTAN/macros/latex/required/psnfss/psnfss2e.pdf
+
 Hyphenation
 -----------
 
 The amount of hyphenation is influenced by ``\hyphenpenalty``, setting it to 
-10000 almost prevents hyphenation. As this produces lines with more spcea 
+10000 almost prevents hyphenation. As this produces lines with more space 
 between words one should increase LaTeX's ``\tolerance`` for this.
 
 E.g. try ::
&lt; at &gt;&lt; at &gt; -316,7 +333,7 &lt; at &gt;&lt; at &gt;
 
   .. raw:: latex
 
-     $$x^3 + 3x^2a + 3xa^2 + a^3,$$
+     \[x^3 + 3x^2a + 3xa^2 + a^3,\]
 
 
 Or making a colorbox: If someone wants to get a red background for a textblock,
&lt; at &gt;&lt; at &gt; -342,8 +359,8 &lt; at &gt;&lt; at &gt;
 Custom title page
 -----------------
 
-Currently maketitle only shows the title and subtitle, date and author are shown 
-in the docinfo table.
+Currently maketitle only shows the title and subtitle, date and author are
+shown in the docinfo table.
 
 To change the titlepage layout, e.g. see fancyhdr, one must redefine the
 maketitle command in the stylesheet::
&lt; at &gt;&lt; at &gt; -369,7 +386,7 &lt; at &gt;&lt; at &gt;
 
 Definitions in definition lists start on the same line as the term. Putting 
 ``\leavevmode`` after the term results in a new newline if the definition
-starts with a item list or similar.
+starts with a bullet list or similar.
 
 footnotes and citations
 -----------------------
&lt; at &gt;&lt; at &gt; -401,8 +418,8 &lt; at &gt;&lt; at &gt;
              Table width is tried to fit in page even if it is wider than
              the assumed linewidth, still assumed linewidth is a hook. 
 
-* In tools.txt the option tables right column, there should be some more spacing
-  between the description and the next paragraph "Default:".
+* In tools.txt the option tables right column, there should be some more
+  spacing between the description and the next paragraph "Default:".
 
   Paragraph separation in tables is hairy. 
   see http://www.tex.ac.uk/cgi-bin/texfaq2html?label=struttab
&lt; at &gt;&lt; at &gt; -466,7 +483,7 &lt; at &gt;&lt; at &gt;
     ``\appendix``, ``\makeindex``, ``\makeglossary`` and some such 
     for larger documents.
 
-* The indentional problematic error in docs/user/rst/demo.txt is not
+* The intentional problematic error in docs/user/rst/demo.txt is not
   referring anywhere.
 * Footnotes are not all on the same page (as in
   docs/user/rst/demo.txt) and do not link back and forth.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>grubert&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-03T07:44:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6075">
    <title>r5782 - trunk/prest/MANIFEST</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6075</link>
    <description>Author: mnodine
Date: 2008-12-02 21:53:12 +0100 (Tue, 02 Dec 2008)
New Revision: 5782

Modified:
   trunk/prest/MANIFEST
Log:
Removed tbin/uncoverable

Modified: trunk/prest/MANIFEST
===================================================================
--- trunk/prest/MANIFEST2008-12-02 20:51:58 UTC (rev 5781)
+++ trunk/prest/MANIFEST2008-12-02 20:53:12 UTC (rev 5782)
&lt; at &gt;&lt; at &gt; -1027,4 +1027,3 &lt; at &gt;&lt; at &gt;
 tbin/retex
 tbin/rexml
 tbin/run_prest
-tbin/uncoverable


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:53:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6074">
    <title>r5781 - trunk/prest/ChangeLog</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6074</link>
    <description>Author: mnodine
Date: 2008-12-02 21:51:58 +0100 (Tue, 02 Dec 2008)
New Revision: 5781

Modified:
   trunk/prest/ChangeLog
Log:
Added notes for release 0.3.38.


Modified: trunk/prest/ChangeLog
===================================================================
--- trunk/prest/ChangeLog2008-12-02 20:50:47 UTC (rev 5780)
+++ trunk/prest/ChangeLog2008-12-02 20:51:58 UTC (rev 5781)
&lt; at &gt;&lt; at &gt; -5,6 +5,51 &lt; at &gt;&lt; at &gt;
 
 .. contents::
 
+Release 0.3.38
+--------------
+
+General changes:
+
+* Updated coverability comments for more recent Devel::Cover versions.
+
+prest script:
+
+* Turn off warnings after finishing so that Devel::Cover doesn't cause
+  tests to fail
+
+reStructuredText parsing:
+
+* Delete spaces within URIs of targets and embedded URIs
+* Hopefully fixed a problem that was causing regression failures for
+  perl 5.9 and above
+* Fixed a problem that occurred if Encode module was not available
+* Added "tab" as a value for the :delim: option of the csv-table::
+  directive
+
+Writer 'html':
+
+* Added "-W field-colon' option
+* Use HTML::Entities to produce more readable output of mathml markup
+* Dead code removal
+* Fixed document title/subtitle not to hold markup characters
+
+Writer 'latex':
+
+* Added "-W author-skip" option
+* Added "-W omit-docinfo" option
+* Added "-W packages" option
+* Added ``\styleaddress`` to style an organization, address, or contact
+* Added ``\styleclassZZZ`` markup to allow style for class ZZZ
+* Ensure math environment for "|" character
+* Fixed a warning for a system message with no ids
+* Added handlers for inline and compound
+* Put the document's title/subtitle into the document's docinfo rather
+  than using global variables
+* Avoid a latex error for definition and option lists by putting an empty
+  ``\mbox{}`` between the term/classifier and the newline
+* Don't implement option group as a ``tabular`` environment
+* Have a table use a ``table`` environment if there is a title
+
 Release 0.3.37
 --------------
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:52:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6073">
    <title>r5780 - trunk/prest/prest</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6073</link>
    <description>Author: mnodine
Date: 2008-12-02 21:50:47 +0100 (Tue, 02 Dec 2008)
New Revision: 5780

Modified:
   trunk/prest/prest
Log:
* Turn off warnings after finishing so that Devel::Cover doesn't cause
  tests to fail
* Updated coverability comments for more recent Devel::Cover versions.


Modified: trunk/prest/prest
===================================================================
--- trunk/prest/prest2008-12-02 20:48:41 UTC (rev 5779)
+++ trunk/prest/prest2008-12-02 20:50:47 UTC (rev 5780)
&lt; at &gt;&lt; at &gt; -111,8 +111,8 &lt; at &gt;&lt; at &gt;
 
     # Handle all the documents
     my $rst_parser;
-    push &lt; at &gt;ARGV, '-' unless &lt; at &gt;ARGV;
     foreach $TOP_FILE (&lt; at &gt;ARGV) {
+# uncoverable branch true note:Bug in Devel::Cover
 open F,$TOP_FILE or die "Cannot open $TOP_FILE";
 my &lt; at &gt;doc = &lt;F&gt;;
 close F;
&lt; at &gt;&lt; at &gt; -129,8 +129,10 &lt; at &gt;&lt; at &gt;
     $dom = $rst_parser-&gt;Parse($doc, $TOP_FILE);
 }
 # Now compute the output string
-print $writer-&gt;ProcessDOM($dom);
+eval { print $writer-&gt;ProcessDOM($dom); };
+print STDERR $&lt; at &gt; if $&lt; at &gt;;
     }
+    $^W = 0;# Turn off warnings; we're done
 }
 
 # Gets list of encodings
&lt; at &gt;&lt; at &gt; -164,7 +166,7 &lt; at &gt;&lt; at &gt;
     my ($what) = &lt; at &gt;_;
     $what = "Usage" if ! $what;
     my $mark = $what eq 'Description' ? "($what|Usage)" : $what;
-    # Devel::Cover branch 0 1 Assert I can open myself
+    # uncoverable branch false not:Assert I can open myself
     if (open(ME,$0)) {
 while (&lt;ME&gt;) {
     if ((/^=begin $mark/ .. /^=end $mark/) &amp;&amp;
&lt; at &gt;&lt; at &gt; -182,11 +184,11 &lt; at &gt;&lt; at &gt;
     my $use;
     foreach $use (&lt; at &gt;used) {
 my &lt; at &gt;rst_dir = grep (-r "$_/$use.pm", &lt; at &gt;INC);
-# Devel::Cover branch 0 1 Assert I can find my modules
+# uncoverable branch false note:Assert I can find my modules
 if (&lt; at &gt;rst_dir) {
     my $newline_done;
     my $file = "$rst_dir[0]/$use.pm";
-    # Devel::Cover branch 0 0 Assert I can open my modules
+    # uncoverable branch true note:Assert I can open my modules
     open(USE, $file) or die "Cannot open $file";
     while (&lt;USE&gt;) {
 print "\n" unless $newline_done++;
&lt; at &gt;&lt; at &gt; -206,7 +208,7 &lt; at &gt;&lt; at &gt;
      glob "$dir/Text/Restructured/Directive/*.pm");
     }
     &lt; at &gt;directives = map($directives{$_}, sort keys %directives);
-    # Devel::Cover branch 0 1 Assert I have directives
+    # uncoverable branch false note:Assert I have directives
     print &lt;&lt; 'EOS' if &lt; at &gt;directives;
 
 Descriptions of Plug-in Directives
&lt; at &gt;&lt; at &gt; -215,10 +217,10 &lt; at &gt;&lt; at &gt;
     foreach my $directive (&lt; at &gt;directives) {
 $directive =~ m|([^/]+)\.pm|;
 my $fname = $1;
-# Devel::Cover branch 0 0 Assert directive unique/readable
+# uncoverable branch true note:Assert directive unique/readable
 next if $used{$fname} || ! -r $directive;
 my $output = 0;
-# Devel::Cover branch 0 0 Assert I can open directives
+# uncoverable branch true note:Assert I can open directives
 open(DIRECTIVE, $directive) or die "Cannot open $directive";
 while (&lt;DIRECTIVE&gt;) {
     if ((/^=begin $mark/ .. /^=end $mark/) &amp;&amp;
&lt; at &gt;&lt; at &gt; -239,7 +241,7 &lt; at &gt;&lt; at &gt;
 push(&lt; at &gt;writers, glob("$dir/Text/Restructured/Writer/*.wrt"));
     }
     my $writer;
-    # Devel::Cover branch 0 1 Assert I have writers
+    # uncoverable branch false note:Assert I have writers
     print &lt;&lt; 'EOS' if &lt; at &gt;writers;
 
 Descriptions of Writers
&lt; at &gt;&lt; at &gt; -251,7 +253,7 &lt; at &gt;&lt; at &gt;
 my ($writer_name) = $writer =~ m|([^/]+)\.wrt$|;
 next if $done_writer{$writer_name}++;
 my $output = 0;
-# Devel::Cover branch 0 0 Assert I can open writers
+# uncoverable branch true note:Assert I can open writers
 open(WRITER, $writer) or die "Cannot open $writer";
 while (&lt;WRITER&gt;) {
     if ((/^=begin $mark/ .. /^=end $mark/) &amp;&amp;
&lt; at &gt;&lt; at &gt; -270,7 +272,7 &lt; at &gt;&lt; at &gt;
 }
     }
     else {
-# Devel::Cover statement 0 0 guards internal error
+# uncoverable statement note:Defensive programming
 print STDERR "Usage not available.\n";
     }
     exit (1);


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:50:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6072">
    <title>r5779 - trunk/prest/MANIFEST</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6072</link>
    <description>Author: mnodine
Date: 2008-12-02 21:48:41 +0100 (Tue, 02 Dec 2008)
New Revision: 5779

Modified:
   trunk/prest/MANIFEST
Log:
Updated

Modified: trunk/prest/MANIFEST
===================================================================
--- trunk/prest/MANIFEST2008-12-02 20:47:42 UTC (rev 5778)
+++ trunk/prest/MANIFEST2008-12-02 20:48:41 UTC (rev 5779)
&lt; at &gt;&lt; at &gt; -172,6 +172,9 &lt; at &gt;&lt; at &gt;
 t/40_writers/data/table_complex.txt
 t/40_writers/data/table_rowspan.txt
 t/40_writers/data/unicode.txt
+t/40_writers/dom.init/badchars.dom
+t/40_writers/dom.init/badchars.rst
+t/40_writers/dom.init/Dir.smak
 t/40_writers/dom.init/standalone.dom
 t/40_writers/dom.init/standalone.rst
 t/40_writers/dom.init/standalone.stderr
&lt; at &gt;&lt; at &gt; -200,6 +203,8 &lt; at &gt;&lt; at &gt;
 t/40_writers/latex.init/math.skip.pl
 t/40_writers/latex.init/simple.mytex
 t/40_writers/latex.init/simple.rst
+t/40_writers/latex.init/tables01.mytex
+t/40_writers/latex.init/tables01.rst
 t/40_writers/latex.init/test.mytex
 t/40_writers/latex.init/test.rst
 t/40_writers/latex.init/test.stderr
&lt; at &gt;&lt; at &gt; -273,12 +278,15 &lt; at &gt;&lt; at &gt;
 t/60_new/directives.init/mathml07.rst
 t/60_new/directives.init/roles1.dom
 t/60_new/directives.init/roles1.rst
+t/60_new/directives.init/tab.csv
 t/60_new/directives.init/tables01.dom
 t/60_new/directives.init/tables01.rst
 t/60_new/directives.init/tables02.dom
 t/60_new/directives.init/tables02.rst
 t/60_new/directives.init/tables03.dom
 t/60_new/directives.init/tables03.rst
+t/60_new/directives.init/tables04.dom
+t/60_new/directives.init/tables04.rst
 t/60_new/directives.init/Text/ASCIIMathML.pm
 t/60_new/html.init/bodyonly.myhtml
 t/60_new/html.init/bodyonly.rst
&lt; at &gt;&lt; at &gt; -296,6 +304,8 &lt; at &gt;&lt; at &gt;
 t/60_new/parse.init/keeptitle.rst
 t/60_new/parse.init/nestinline.dom
 t/60_new/parse.init/nestinline.rst
+t/60_new/parse.init/spaceinlink.dom
+t/60_new/parse.init/spaceinlink.rst
 t/60_new/parse.init/tables01.dom
 t/60_new/parse.init/tables01.rst
 t/60_new/parse.init/tables02.dom
&lt; at &gt;&lt; at &gt; -313,6 +323,8 &lt; at &gt;&lt; at &gt;
 t/60_new/roles.init/mathml01.rst
 t/60_new/roles.init/mathml02.dom
 t/60_new/roles.init/mathml02.rst
+t/60_new/roles.init/mathml03.dom
+t/60_new/roles.init/mathml03.rst
 t/60_new/roles.init/skip.pl
 t/60_new/roles.init/target01.dom
 t/60_new/roles.init/target01.rst
&lt; at &gt;&lt; at &gt; -487,6 +499,8 &lt; at &gt;&lt; at &gt;
 t/80_misc/cmdline.init/badopt.dom
 t/80_misc/cmdline.init/badopt.rst
 t/80_misc/cmdline.init/Dir.smak
+t/80_misc/cmdline.init/no_opt_w.rst
+t/80_misc/cmdline.init/no_opt_w.txt
 t/80_misc/cmdline.init/noargs.dom
 t/80_misc/cmdline.init/noargs.rst
 t/80_misc/cmdline.init/opt_d.dom
&lt; at &gt;&lt; at &gt; -500,12 +514,35 &lt; at &gt;&lt; at &gt;
 t/80_misc/cmdline.init/opt_dx3.rst
 t/80_misc/cmdline.init/opt_h.dom
 t/80_misc/cmdline.init/opt_h.rst
+t/80_misc/cmdline.init/opt_ignore_include_errs.dom
+t/80_misc/cmdline.init/opt_ignore_include_errs.rst
+t/80_misc/cmdline.init/opt_no_file_insertion.dom
+t/80_misc/cmdline.init/opt_no_file_insertion.rst
+t/80_misc/cmdline.init/opt_relax_citation.dom
+t/80_misc/cmdline.init/opt_relax_citation.rst
+t/80_misc/cmdline.init/opt_report.txt
+t/80_misc/cmdline.init/opt_report_error.dom
+t/80_misc/cmdline.init/opt_report_error.rst
+t/80_misc/cmdline.init/opt_report_error.stderr
+t/80_misc/cmdline.init/opt_report_info.dom
+t/80_misc/cmdline.init/opt_report_info.rst
+t/80_misc/cmdline.init/opt_report_info.stderr
+t/80_misc/cmdline.init/opt_report_severe.dom
+t/80_misc/cmdline.init/opt_report_severe.rst
+t/80_misc/cmdline.init/opt_report_severe.stderr
+t/80_misc/cmdline.init/opt_report_warning.dom
+t/80_misc/cmdline.init/opt_report_warning.rst
+t/80_misc/cmdline.init/opt_report_warning.stderr
 t/80_misc/cmdline.init/opt_V.dom.re
 t/80_misc/cmdline.init/opt_V.rst
 t/80_misc/cmdline.init/Text/Restructured/Writer/dom.wrt
 t/80_misc/coverage.init/baddirect.dom
 t/80_misc/coverage.init/baddirect.r
 t/80_misc/coverage.init/baddirect.rst
+t/80_misc/coverage.init/badinit.dom
+t/80_misc/coverage.init/badinit.rst
+t/80_misc/coverage.init/badrole.dom
+t/80_misc/coverage.init/badrole.rst
 t/80_misc/coverage.init/badwrt1.dom
 t/80_misc/coverage.init/badwrt1.rst
 t/80_misc/coverage.init/badwrt1.stderr
&lt; at &gt;&lt; at &gt; -547,16 +584,21 &lt; at &gt;&lt; at &gt;
 t/80_misc/coverage.init/Text/ASCIIMathML.pm
 t/80_misc/coverage.init/Text/Restructured/Directive/baddirective.pm
 t/80_misc/coverage.init/Text/Restructured/Directive/baddirective2.pm
+t/80_misc/coverage.init/Text/Restructured/Directive/badinit.pm
+t/80_misc/coverage.init/Text/Restructured/Directive/badrole.pm
 t/80_misc/coverage.init/Text/Restructured/PrestConfig.pm
 t/80_misc/coverage.init/Text/Restructured/Writer/bad1.wrt
 t/80_misc/coverage.init/Text/Restructured/Writer/bad2.wrt
 t/80_misc/coverage.init/Text/Restructured/Writer/bad3.wrt
 t/80_misc/coverage.init/Text/Restructured/Writer/bad4.wrt
 t/80_misc/coverage.init/Text/Restructured/Writer/cover.wrt
+t/80_misc/coverage.init/title01.dom
+t/80_misc/coverage.init/title01.rst
 t/80_misc/coverage.init/transforms.dom
 t/80_misc/coverage.init/transforms.rst
 t/80_misc/coverage.init/writer.dom
 t/80_misc/coverage.init/writer.rst
+t/80_misc/coverage.init/writer_direct.txt
 t/80_misc/directive.init/admonitions_01.dom
 t/80_misc/directive.init/admonitions_01.rst
 t/80_misc/directive.init/admonitions_02.dom
&lt; at &gt;&lt; at &gt; -696,6 +738,9 &lt; at &gt;&lt; at &gt;
 t/80_misc/directive.init/table_11.rst
 t/80_misc/directive.init/table_12.dom
 t/80_misc/directive.init/table_12.rst
+t/80_misc/directive.init/table_13.dom
+t/80_misc/directive.init/table_13.rst
+t/80_misc/directive.init/table_utf8.csv
 t/80_misc/directive.init/target_notes_01.dom
 t/80_misc/directive.init/target_notes_01.rst
 t/80_misc/directive.init/target_notes_02.dom
&lt; at &gt;&lt; at &gt; -740,10 +785,15 &lt; at &gt;&lt; at &gt;
 t/80_misc/html.init/bad-link-target.r
 t/80_misc/html.init/bad-link-target.rst
 t/80_misc/html.init/bad-link-target.stderr
+t/80_misc/html.init/badtag.html
+t/80_misc/html.init/badtag.rst
+t/80_misc/html.init/badtag.stderr
 t/80_misc/html.init/cloak-email.myhtml
 t/80_misc/html.init/cloak-email.rst
 t/80_misc/html.init/colspecs.myhtml
 t/80_misc/html.init/colspecs.rst
+t/80_misc/html.init/compound1.html
+t/80_misc/html.init/compound1.rst
 t/80_misc/html.init/Dir.smak
 t/80_misc/html.init/embed-stylesheet1.myhtml
 t/80_misc/html.init/embed-stylesheet1.rst
&lt; at &gt;&lt; at &gt; -765,6 +815,8 &lt; at &gt;&lt; at &gt;
 t/80_misc/html.init/entryattr.rst
 t/80_misc/html.init/enumeration_list_01.myhtml
 t/80_misc/html.init/enumeration_list_01.rst
+t/80_misc/html.init/field-colon1.html
+t/80_misc/html.init/field-colon1.rst
 t/80_misc/html.init/filedefaultcss/Text/Restructured/mydefault.css
 t/80_misc/html.init/filedefaultcss/Text/Restructured/PrestConfig.pm
 t/80_misc/html.init/footnotes_01.myhtml
&lt; at &gt;&lt; at &gt; -786,8 +838,11 &lt; at &gt;&lt; at &gt;
 t/80_misc/html.init/local.css
 t/80_misc/html.init/mathml_01.myhtml
 t/80_misc/html.init/mathml_01.rst
+t/80_misc/html.init/mathml_02.html
+t/80_misc/html.init/mathml_02.rst
 t/80_misc/html.init/nodefaultcss/Text/Restructured/default.css
 t/80_misc/html.init/nodefaultcss/Text/Restructured/PrestConfig.pm
+t/80_misc/html.init/nomathml/Text/ASCIIMathML.pm
 t/80_misc/html.init/parsed-literal_01.myhtml
 t/80_misc/html.init/parsed-literal_01.rst
 t/80_misc/html.init/raw_01.myhtml
&lt; at &gt;&lt; at &gt; -808,6 +863,8 &lt; at &gt;&lt; at &gt;
 t/80_misc/html.init/subtitle2.rst
 t/80_misc/html.init/system_message1.myhtml
 t/80_misc/html.init/system_message1.rst
+t/80_misc/html.init/table_align.html
+t/80_misc/html.init/table_align.rst
 t/80_misc/parse.init/definition_list_01.dom
 t/80_misc/parse.init/definition_list_01.rst
 t/80_misc/parse.init/enumerated_lists_01.dom
&lt; at &gt;&lt; at &gt; -830,6 +887,11 &lt; at &gt;&lt; at &gt;
 t/80_misc/parse.init/tables_03.rst
 t/80_misc/parse.init/transitions_01.dom
 t/80_misc/parse.init/transitions_01.rst
+t/80_misc/prest.init/badfile.txt
+t/80_misc/prest.init/Dir.smak
+t/80_misc/prest.init/no_args.txt
+t/80_misc/prest.init/opt_e.html
+t/80_misc/prest.init/opt_e.rst
 t/80_misc/transforms.init/decorations_01.dom
 t/80_misc/transforms.init/decorations_01.r
 t/80_misc/transforms.init/decorations_01.rst
&lt; at &gt;&lt; at &gt; -861,6 +923,8 &lt; at &gt;&lt; at &gt;
 t/90_bugs/html.init/raw.rst
 t/90_bugs/html.init/refininterp.myhtml
 t/90_bugs/html.init/refininterp.rst
+t/90_bugs/latex.init/titles.mytex
+t/90_bugs/latex.init/titles.rst
 t/90_bugs/parse.init/analogy.dom
 t/90_bugs/parse.init/analogy.rst
 t/90_bugs/parse.init/autofootnote.dom


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:48:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6071">
    <title>r5778 - trunk/prest/Makefile.PL</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6071</link>
    <description>Author: mnodine
Date: 2008-12-02 21:47:42 +0100 (Tue, 02 Dec 2008)
New Revision: 5778

Modified:
   trunk/prest/Makefile.PL
Log:
Require HTML::Entities

Modified: trunk/prest/Makefile.PL
===================================================================
--- trunk/prest/Makefile.PL2008-12-02 20:47:02 UTC (rev 5777)
+++ trunk/prest/Makefile.PL2008-12-02 20:47:42 UTC (rev 5778)
&lt; at &gt;&lt; at &gt; -163,6 +163,7 &lt; at &gt;&lt; at &gt;
     PREREQ_PM      =&gt; { 'Text::ASCIIMathML'=&gt;0.5,
 'Slay::Makefile::Gress'=&gt;0,
 'Safe::World'=&gt;0,
+'HTML::Entities'=&gt;0,
 }, # e.g., Module::Name =&gt; 1.1
     PL_FILES       =&gt; {'lib/Text/Restructured/PrestConfig.pm.PL' =&gt;
        'lib/Text/Restructured/PrestConfig.pm'},


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:47:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6070">
    <title>r5777 - trunk/prest/doc/src/roles.rst</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6070</link>
    <description>Author: mnodine
Date: 2008-12-02 21:47:02 +0100 (Tue, 02 Dec 2008)
New Revision: 5777

Modified:
   trunk/prest/doc/src/roles.rst
Log:
Moved documentation on "target" role

Modified: trunk/prest/doc/src/roles.rst
===================================================================
--- trunk/prest/doc/src/roles.rst2008-12-02 20:46:12 UTC (rev 5776)
+++ trunk/prest/doc/src/roles.rst2008-12-02 20:47:02 UTC (rev 5777)
&lt; at &gt;&lt; at &gt; -202,30 +202,6 &lt; at &gt;&lt; at &gt;
 
 Implements superscripts.  See the tip in `:subscript:`_ above.
 
-
-``:target:``
-============
-
-:Aliases: None
-:DTD Element: target
-:Customization:
-    :Options: class_.
-    :Content: None.
-
-Creates an inline target whose name can be different from the string
-contents, unlike with a standard inline target.
-
-The interpreted text string can have the string contents followed by
-the target name in angle brackets ("&lt;...&gt;") as follows::
-
-  Here is a :target:`target &lt;abc&gt;` that I can refer to as abc_.
-
-The visible content can even be empty.  This form can be used to create an
-invisible target::
-
-  Here is an :target:`&lt;abc&gt;` invisible target that I can refer to as
-  `invisible target &lt;#abc&gt;`_.
-
 ``:title-reference:``
 =====================
 
&lt; at &gt;&lt; at &gt; -338,7 +314,7 &lt; at &gt;&lt; at &gt;
 :Aliases: ``:mathml:`` ``:mathml-display:`` ``:mathml-inline:``
 :DTD Element: mathml
 :Customization:
-    :Options: class_, format
+    :Options: class_
     :Content: None
 
 The ``ascii-mathml`` role is used to provide markup for mathematical
&lt; at &gt;&lt; at &gt; -353,6 +329,27 &lt; at &gt;&lt; at &gt;
 The ``:mathml-display:`` and ``:mathml-inline:`` roles force the
 generated mathml to use inline and display styles, respectively.
 
+``:target:``
+============
+
+:Aliases: None
+:DTD Element: target
+:Customization:
+    :Options: class_.
+    :Content: None.
+
+The ``:target:`` role creates an inline target that does not get
+entered into the symbol table of targets.  It uses the same "text
+&lt;target&gt;" syntax that is supported for inline references.  It allows
+the same text to be used as the anchor for multiple targets or even to
+have invisible targets.  For example, ::
+
+  Here is a :target:`target &lt;abc&gt;` that I can refer to as abc_.
+  Here is an :target:`&lt;def&gt;`\ invisible target that I can refer to as def_.
+
+  There is another :target:`target &lt;ghi&gt;` with the same physical text,
+  but which I can refer to as ghi_.
+
 --------------
 Plug-in Roles
 --------------


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:47:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6069">
    <title>r5776 - trunk/prest/t/Common.smak</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6069</link>
    <description>Author: mnodine
Date: 2008-12-02 21:46:12 +0100 (Tue, 02 Dec 2008)
New Revision: 5776

Modified:
   trunk/prest/t/Common.smak
Log:
* Run without warnings if doing coverage (since Devel::Cover is not
  warning-free)
* Added "txt" to list of endings allowed for expect files


Modified: trunk/prest/t/Common.smak
===================================================================
--- trunk/prest/t/Common.smak2008-12-02 20:44:44 UTC (rev 5775)
+++ trunk/prest/t/Common.smak2008-12-02 20:46:12 UTC (rev 5776)
&lt; at &gt;&lt; at &gt; -298,6 +298,7 &lt; at &gt;&lt; at &gt;
     push &lt; at &gt;flags, '-d' if $ENV{DEBUG};
     push &lt; at &gt;flags, '-MDevel::Cover=-db,../../cover_db,-silent,1,-summary,0'
 if $ENV{COVER};
+    push &lt; at &gt;flags, q(-M-warnings) if $ENV{COVER};
     $PERL_FLAGS = "&lt; at &gt;flags";
     # Default version of PREST_FLAGS
     $PREST_FLAGS = q(-D source='test data' -D xformoff='.*' -D align=0)
&lt; at &gt;&lt; at &gt; -333,7 +334,7 &lt; at &gt;&lt; at &gt;
     # the different writers xyz
     my &lt; at &gt;writers = grep(-f "$m.$_" || -f "$m.my$_" ||
        -f "$m.$_.re",
-       &lt; at &gt;WRITERS, qw(tex idx));
+       (&lt; at &gt;WRITERS, qw(tex idx txt)));
     my $writer = $writers[0];
     die "Cannot find expect file for $m" unless defined $writer;
     my $ext = -f "$m.r" || -f "$m.$writer.re" ? 're' : 'df';


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:46:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6068">
    <title>r5775 - trunk/prest/tbin/uncoverable</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6068</link>
    <description>Author: mnodine
Date: 2008-12-02 21:44:44 +0100 (Tue, 02 Dec 2008)
New Revision: 5775

Removed:
   trunk/prest/tbin/uncoverable
Log:
Not needed with newer Devel::Cover

Deleted: trunk/prest/tbin/uncoverable


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:44:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6067">
    <title>r5774 - trunk/prest/t/Makefile</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6067</link>
    <description>Author: mnodine
Date: 2008-12-02 21:44:12 +0100 (Tue, 02 Dec 2008)
New Revision: 5774

Modified:
   trunk/prest/t/Makefile
Log:
Updated to remove coverability stuff not needed with new Devel::Cover

Modified: trunk/prest/t/Makefile
===================================================================
--- trunk/prest/t/Makefile2008-12-02 20:43:19 UTC (rev 5773)
+++ trunk/prest/t/Makefile2008-12-02 20:44:12 UTC (rev 5774)
&lt; at &gt;&lt; at &gt; -3,7 +3,6 &lt; at &gt;&lt; at &gt;
 # Text::Restructured package
 
 SOURCES := $(shell find ../blib -type f -and -not -name '.*')
-UNCOVERABLE = ../tbin/uncoverable
 PERL := $(shell perl -I../blib/lib -e 'use Text::Restructured::PrestConfig; print "$$Text::Restructured::PrestConfig::SAFE_PERL\n"')
 COVER = $(shell which cover)
 
&lt; at &gt;&lt; at &gt; -17,15 +16,10 &lt; at &gt;&lt; at &gt;
 
 .PHONY:cover cover_only
 
-cover:.uncoverable cover_db/runs
+cover:cover_db/runs
 $(PERL) $(COVER)
 
-cover_only:  .uncoverable
+cover_only:
 $(PERL) $(COVER)
 
-.uncoverable:$(SOURCES) $(UNCOVERABLE)
--rm -f $&lt; at &gt;
-mkdir -p cover_db
-$(PERL) $(UNCOVERABLE) $(SOURCES)
-
 endif


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:44:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6066">
    <title>r5773 - in trunk/prest/t/90_bugs/latex.init: .titles.mytex titles.rst</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6066</link>
    <description>Author: mnodine
Date: 2008-12-02 21:43:19 +0100 (Tue, 02 Dec 2008)
New Revision: 5773

Added:
   trunk/prest/t/90_bugs/latex.init/
   trunk/prest/t/90_bugs/latex.init/titles.mytex
   trunk/prest/t/90_bugs/latex.init/titles.rst
Log:
Added test for mathml characters in titles

Added: trunk/prest/t/90_bugs/latex.init/titles.mytex
===================================================================
--- trunk/prest/t/90_bugs/latex.init/titles.mytex2008-12-02 20:42:07 UTC (rev 5772)
+++ trunk/prest/t/90_bugs/latex.init/titles.mytex2008-12-02 20:43:19 UTC (rev 5773)
&lt; at &gt;&lt; at &gt; -0,0 +1,26 &lt; at &gt;&lt; at &gt;
+\documentclass{article}
+\usepackage{latexsym}
+% Style definitions that can be overridden in a user
+% input file
+\def\ifEq#1#2{\def\testa{#1}\def\testb{#2}\ifx\testa\testb}
+\newcommand{\styleaddress}[1]{#1}
+\newcommand{\styleadmonitiontitle}[1]{\centerline{\bf #1:}}
+\newcommand{\styleauthor}[1]{{\em #1}}
+\newcommand{\styledocinfo}[1]{\setbox0\hbox{\parbox{.7\textwidth}{\global\dimen255=\baselineskip #1}}\ifdim \ht0 &lt; \dimen255 \centerline{\hbox{#1}}\else\copy0 \fi }
+\newcommand{\stylefieldname}[1]{{\bf #1:}}
+\newcommand{\stylelegendtitle}[1]{{\bf #1:}}
+\newcommand{\styleliteralblock}[0]{}
+\newcommand{\styleoption}[2]{{\tt #1}\ifEq{#2}{}\else ~{\it #2}\fi}
+\newcommand{\stylesidebartitles}[2]{\begin{center}{\bf #1}\end{center}\ifEq{#2}{}\else\begin{center}{\it #2}\end{center}}
+\newcommand{\styleterm}[2]{{\it #1\ifEq{#2}{}\else: #2\fi}}
+\newcommand{\styletitle}[2]{#1\ifEq{#2}{}\else:\\ {\Large #2}\fi}
+\newcommand{\styletopictitle}[1]{{\bf #1}}
+\usepackage{amssymb}
+\usepackage{dsfont}
+\title{\styletitle{The $\mu$ADL Language Reference}{A $\mu$Subtitle}}
+\frenchspacing
+\begin{document}
+\maketitle
+
+A short document.
+\end{document}

Added: trunk/prest/t/90_bugs/latex.init/titles.rst
===================================================================
--- trunk/prest/t/90_bugs/latex.init/titles.rst2008-12-02 20:42:07 UTC (rev 5772)
+++ trunk/prest/t/90_bugs/latex.init/titles.rst2008-12-02 20:43:19 UTC (rev 5773)
&lt; at &gt;&lt; at &gt; -0,0 +1,11 &lt; at &gt;&lt; at &gt;
+================================
+The |mu|\ ADL Language Reference
+================================
+
+----------------
+A |mu|\ Subtitle
+----------------
+
+.. |mu| replace:: :mathml:`mu`
+
+A short document.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:43:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6065">
    <title>r5772 - in trunk/prest/t/80_misc/prest.init: .Dir.smak badfile.txt no_args.txt opt_e.html opt_e.rst</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6065</link>
    <description>Author: mnodine
Date: 2008-12-02 21:42:07 +0100 (Tue, 02 Dec 2008)
New Revision: 5772

Added:
   trunk/prest/t/80_misc/prest.init/
   trunk/prest/t/80_misc/prest.init/Dir.smak
   trunk/prest/t/80_misc/prest.init/badfile.txt
   trunk/prest/t/80_misc/prest.init/no_args.txt
   trunk/prest/t/80_misc/prest.init/opt_e.html
   trunk/prest/t/80_misc/prest.init/opt_e.rst
Log:
Added tests for prest options and conditions

Added: trunk/prest/t/80_misc/prest.init/Dir.smak
===================================================================
--- trunk/prest/t/80_misc/prest.init/Dir.smak2008-12-02 20:41:32 UTC (rev 5771)
+++ trunk/prest/t/80_misc/prest.init/Dir.smak2008-12-02 20:42:07 UTC (rev 5772)
&lt; at &gt;&lt; at &gt; -0,0 +1,34 &lt; at &gt;&lt; at &gt;
+# -*-perl-*-
+{
+    %POSTPROC_FILE =
+();
+
+    %PREST_FILE_FLAGS =
+(opt_e    =&gt; q(-e utf-8 -D xformoff='Decorations'),
+ );
+}
+
+test:{ sort &lt; at &gt;OKS, qw(badfile.ok) }
+
+badfile.txt.out:
+{
+            my($maker, $target, $deps, $matches) = &lt; at &gt;_;
+
+    use vars qw($PERL $PERL_FLAGS $LIB $SCRIPT);
+
+    my $cmd = qq($PERL $PERL_FLAGS -I $LIB $SCRIPT/prest nosuchfile.rst 2&gt;&amp;1 |
+ head -1 | $PERL -pe 's/\\bat\\b.+/(.+)/' &gt; $target);
+    execute $cmd;
+}
+
+no_args.txt.out:
+{
+            my($maker, $target, $deps, $matches) = &lt; at &gt;_;
+
+    use vars qw($PERL $PERL_FLAGS $LIB $SCRIPT);
+
+    my $cmd = qq($PERL $PERL_FLAGS -I $LIB $SCRIPT/prest 2&gt;&amp;1 |
+ head -1 &gt; $target);
+    execute $cmd;
+}
+

Added: trunk/prest/t/80_misc/prest.init/badfile.txt
===================================================================
--- trunk/prest/t/80_misc/prest.init/badfile.txt2008-12-02 20:41:32 UTC (rev 5771)
+++ trunk/prest/t/80_misc/prest.init/badfile.txt2008-12-02 20:42:07 UTC (rev 5772)
&lt; at &gt;&lt; at &gt; -0,0 +1 &lt; at &gt;&lt; at &gt;
+Cannot open nosuchfile.rst (.+)

Added: trunk/prest/t/80_misc/prest.init/no_args.txt
===================================================================
--- trunk/prest/t/80_misc/prest.init/no_args.txt2008-12-02 20:41:32 UTC (rev 5771)
+++ trunk/prest/t/80_misc/prest.init/no_args.txt2008-12-02 20:42:07 UTC (rev 5772)
&lt; at &gt;&lt; at &gt; -0,0 +1 &lt; at &gt;&lt; at &gt;
+Usage: prest [options] file(s)

Added: trunk/prest/t/80_misc/prest.init/opt_e.html
===================================================================
--- trunk/prest/t/80_misc/prest.init/opt_e.html2008-12-02 20:41:32 UTC (rev 5771)
+++ trunk/prest/t/80_misc/prest.init/opt_e.html2008-12-02 20:42:07 UTC (rev 5772)
&lt; at &gt;&lt; at &gt; -0,0 +1,13 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="utf-8" ?&gt;
+&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
+&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;
+&lt;head&gt;
+&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
+&lt;meta name="generator" content="prest release 0.3.38" /&gt;
+&lt;link rel="stylesheet" href="http://www.eng.intrinsity.com/Styles/prest/docutils.css" type="text/css" /&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;div class="document"&gt;
+Sample file with UTF-8 character: ä.&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;

Added: trunk/prest/t/80_misc/prest.init/opt_e.rst
===================================================================
--- trunk/prest/t/80_misc/prest.init/opt_e.rst2008-12-02 20:41:32 UTC (rev 5771)
+++ trunk/prest/t/80_misc/prest.init/opt_e.rst2008-12-02 20:42:07 UTC (rev 5772)
&lt; at &gt;&lt; at &gt; -0,0 +1,3 &lt; at &gt;&lt; at &gt;
+Sample file with UTF-8 character: |aumlaut|.
+
+.. |aumlaut| unicode:: U+00E4


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
_______________________________________________
Docutils-checkins mailing list
Docutils-checkins&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-checkins
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:42:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6064">
    <title>r5771 -trunk/prest/t/80_misc/html.init/compound1.html</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6064</link>
    <description>Author: mnodine
Date: 2008-12-02 21:41:32 +0100 (Tue, 02 Dec 2008)
New Revision: 5771

Added:
   trunk/prest/t/80_misc/html.init/compound1.html
Log:
Added test for compound:: directive

Added: trunk/prest/t/80_misc/html.init/compound1.html
===================================================================
--- trunk/prest/t/80_misc/html.init/compound1.html2008-12-02 20:41:12 UTC (rev 5770)
+++ trunk/prest/t/80_misc/html.init/compound1.html2008-12-02 20:41:32 UTC (rev 5771)
&lt; at &gt;&lt; at &gt; -0,0 +1,20 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="utf-8" ?&gt;
+&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
+&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;
+&lt;head&gt;
+&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
+&lt;link rel="stylesheet" href="http:///defaultcss/Text/Config/mydefault.css" type="text/css" /&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;div class="document"&gt;
+&lt;div class="compound"&gt;
+&lt;p class="compound-first"&gt;First paragraph.&lt;/p&gt;
+&lt;p class="compound-middle"&gt;Second paragraph.&lt;/p&gt;
+&lt;p class="compound-middle"&gt;Third paragraph.&lt;/p&gt;
+&lt;p class="compound-last"&gt;Last paragraph.&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class="lonely compound"&gt;&lt;p class="compound-first compound-last"&gt;Only paragraph.&lt;/p&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:41:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6063">
    <title>r5770 -trunk/prest/t/80_misc/html.init/compound1.rst</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6063</link>
    <description>Author: mnodine
Date: 2008-12-02 21:41:12 +0100 (Tue, 02 Dec 2008)
New Revision: 5770

Added:
   trunk/prest/t/80_misc/html.init/compound1.rst
Log:
Added test for compound:: directive

Added: trunk/prest/t/80_misc/html.init/compound1.rst
===================================================================
--- trunk/prest/t/80_misc/html.init/compound1.rst2008-12-02 20:40:24 UTC (rev 5769)
+++ trunk/prest/t/80_misc/html.init/compound1.rst2008-12-02 20:41:12 UTC (rev 5770)
&lt; at &gt;&lt; at &gt; -0,0 +1,14 &lt; at &gt;&lt; at &gt;
+.. compound::
+
+   First paragraph.
+
+   Second paragraph.
+
+   Third paragraph.
+
+   Last paragraph.
+
+.. compound::
+   :class: lonely
+
+   Only paragraph.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:41:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6062">
    <title>r5769 - in trunk/prest/t/80_misc/html.init:badtag.html badtag.rst badtag.stderr</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6062</link>
    <description>Author: mnodine
Date: 2008-12-02 21:40:24 +0100 (Tue, 02 Dec 2008)
New Revision: 5769

Added:
   trunk/prest/t/80_misc/html.init/badtag.html
   trunk/prest/t/80_misc/html.init/badtag.rst
   trunk/prest/t/80_misc/html.init/badtag.stderr
Log:
Test operation of writer for unsupported DOM tag

Added: trunk/prest/t/80_misc/html.init/badtag.html
===================================================================
--- trunk/prest/t/80_misc/html.init/badtag.html2008-12-02 20:39:14 UTC (rev 5768)
+++ trunk/prest/t/80_misc/html.init/badtag.html2008-12-02 20:40:24 UTC (rev 5769)
&lt; at &gt;&lt; at &gt; -0,0 +1,13 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="utf-8" ?&gt;
+&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
+&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;
+&lt;head&gt;
+&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
+&lt;link rel="stylesheet" href="http:///defaultcss/Text/Config/mydefault.css" type="text/css" /&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;div class="document"&gt;
+&lt;p&gt;Perl block returns unsupported tag.&lt;/p&gt;
+&lt;nosuchtag&gt;&lt;/nosuchtag&gt;&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;

Added: trunk/prest/t/80_misc/html.init/badtag.rst
===================================================================
--- trunk/prest/t/80_misc/html.init/badtag.rst2008-12-02 20:39:14 UTC (rev 5768)
+++ trunk/prest/t/80_misc/html.init/badtag.rst2008-12-02 20:40:24 UTC (rev 5769)
&lt; at &gt;&lt; at &gt; -0,0 +1,3 &lt; at &gt;&lt; at &gt;
+Perl block returns unsupported tag.
+
+.. perl:: Text::Restructured::DOM-&gt;new('nosuchtag');

Added: trunk/prest/t/80_misc/html.init/badtag.stderr
===================================================================
--- trunk/prest/t/80_misc/html.init/badtag.stderr2008-12-02 20:39:14 UTC (rev 5768)
+++ trunk/prest/t/80_misc/html.init/badtag.stderr2008-12-02 20:40:24 UTC (rev 5769)
&lt; at &gt;&lt; at &gt; -0,0 +1 &lt; at &gt;&lt; at &gt;
+Warning: Used default handler for type nosuchtag


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:40:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6061">
    <title>r5768 - in trunk/prest/t/80_misc/html.init:mathml_02.html mathml_02.rst nomathml/ nomathml/Text/nomathml/Text/ASCIIMathML.pm</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6061</link>
    <description>Author: mnodine
Date: 2008-12-02 21:39:14 +0100 (Tue, 02 Dec 2008)
New Revision: 5768

Added:
   trunk/prest/t/80_misc/html.init/mathml_02.html
   trunk/prest/t/80_misc/html.init/mathml_02.rst
   trunk/prest/t/80_misc/html.init/nomathml/
   trunk/prest/t/80_misc/html.init/nomathml/Text/
   trunk/prest/t/80_misc/html.init/nomathml/Text/ASCIIMathML.pm
Log:
Test generation of mathml without Text::ASCIIMathML

Added: trunk/prest/t/80_misc/html.init/mathml_02.html
===================================================================
--- trunk/prest/t/80_misc/html.init/mathml_02.html2008-12-02 20:37:55 UTC (rev 5767)
+++ trunk/prest/t/80_misc/html.init/mathml_02.html2008-12-02 20:39:14 UTC (rev 5768)
&lt; at &gt;&lt; at &gt; -0,0 +1,17 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="utf-8" ?&gt;
+&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
+&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;
+&lt;head&gt;
+&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
+&lt;title&gt;Piece of pi&lt;/title&gt;
+&lt;link rel="stylesheet" href="http:///defaultcss/Text/Config/mydefault.css" type="text/css" /&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;div class="document" id="piece-of-pi"&gt;
+&lt;h1 class="title"&gt;Piece of pi&lt;/h1&gt;
+&lt;!-- Test html generation with mathml without Text::ASCIIMathML available --&gt;
+&lt;p&gt;E = mc^2&lt;/p&gt;
+&lt;p&gt;A = 2 pi r&lt;/p&gt;
+&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;

Added: trunk/prest/t/80_misc/html.init/mathml_02.rst
===================================================================
--- trunk/prest/t/80_misc/html.init/mathml_02.rst2008-12-02 20:37:55 UTC (rev 5767)
+++ trunk/prest/t/80_misc/html.init/mathml_02.rst2008-12-02 20:39:14 UTC (rev 5768)
&lt; at &gt;&lt; at &gt; -0,0 +1,8 &lt; at &gt;&lt; at &gt;
+.. Test html generation with mathml without Text::ASCIIMathML available
+
+=====================
+Piece of :mathml:`pi`
+=====================
+
+.. mathml:: E = mc^2
+.. mathml::  A = 2 pi r

Added: trunk/prest/t/80_misc/html.init/nomathml/Text/ASCIIMathML.pm
===================================================================
--- trunk/prest/t/80_misc/html.init/nomathml/Text/ASCIIMathML.pm2008-12-02 20:37:55 UTC (rev 5767)
+++ trunk/prest/t/80_misc/html.init/nomathml/Text/ASCIIMathML.pm2008-12-02 20:39:14 UTC (rev 5768)
&lt; at &gt;&lt; at &gt; -0,0 +1 &lt; at &gt;&lt; at &gt;
+0;


Property changes on: trunk/prest/t/80_misc/html.init/nomathml/Text/ASCIIMathML.pm
___________________________________________________________________
Name: svn:keywords
   + "Id"


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:39:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6060">
    <title>r5767 - in trunk/prest/t/80_misc/html.init:table_align.html table_align.rst</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6060</link>
    <description>Author: mnodine
Date: 2008-12-02 21:37:55 +0100 (Tue, 02 Dec 2008)
New Revision: 5767

Added:
   trunk/prest/t/80_misc/html.init/table_align.html
   trunk/prest/t/80_misc/html.init/table_align.rst
Log:
Added test for :align: option of table:: directive

Added: trunk/prest/t/80_misc/html.init/table_align.html
===================================================================
--- trunk/prest/t/80_misc/html.init/table_align.html2008-12-02 20:36:53 UTC (rev 5766)
+++ trunk/prest/t/80_misc/html.init/table_align.html2008-12-02 20:37:55 UTC (rev 5767)
&lt; at &gt;&lt; at &gt; -0,0 +1,26 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="utf-8" ?&gt;
+&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
+&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;
+&lt;head&gt;
+&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
+&lt;link rel="stylesheet" href="http:///defaultcss/Text/Config/mydefault.css" type="text/css" /&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;div class="document"&gt;
+&lt;table align="right" border="1" class="docutils"&gt;
+&lt;colgroup&gt;
+&lt;col width="50%" /&gt;
+&lt;col width="50%" /&gt;
+&lt;/colgroup&gt;
+&lt;tbody valign="top"&gt;
+&lt;tr&gt;&lt;td&gt;A&lt;/td&gt;
+&lt;td&gt;1&lt;/td&gt;
+&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;B&lt;/td&gt;
+&lt;td&gt;2&lt;/td&gt;
+&lt;/tr&gt;
+&lt;/tbody&gt;
+&lt;/table&gt;
+&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;

Added: trunk/prest/t/80_misc/html.init/table_align.rst
===================================================================
--- trunk/prest/t/80_misc/html.init/table_align.rst2008-12-02 20:36:53 UTC (rev 5766)
+++ trunk/prest/t/80_misc/html.init/table_align.rst2008-12-02 20:37:55 UTC (rev 5767)
&lt; at &gt;&lt; at &gt; -0,0 +1,7 &lt; at &gt;&lt; at &gt;
+.. table::
+   :align: right
+
+   === ===
+    A   1
+    B   2
+   === ===


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:37:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6059">
    <title>r5766 - in trunk/prest/t/80_misc/html.init:field-colon1.html field-colon1.rst</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6059</link>
    <description>Author: mnodine
Date: 2008-12-02 21:36:53 +0100 (Tue, 02 Dec 2008)
New Revision: 5766

Added:
   trunk/prest/t/80_misc/html.init/field-colon1.html
   trunk/prest/t/80_misc/html.init/field-colon1.rst
Log:
Added test for -W field-colon option

Added: trunk/prest/t/80_misc/html.init/field-colon1.html
===================================================================
--- trunk/prest/t/80_misc/html.init/field-colon1.html2008-12-02 20:35:50 UTC (rev 5765)
+++ trunk/prest/t/80_misc/html.init/field-colon1.html2008-12-02 20:36:53 UTC (rev 5766)
&lt; at &gt;&lt; at &gt; -0,0 +1,21 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="utf-8" ?&gt;
+&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
+&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;
+&lt;head&gt;
+&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
+&lt;link rel="stylesheet" href="http:///defaultcss/Text/Config/mydefault.css" type="text/css" /&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;div class="document"&gt;
+&lt;table class="docinfo" frame="void" rules="none"&gt;
+&lt;col class="docinfo-name" /&gt;
+&lt;col class="docinfo-content" /&gt;
+&lt;tbody valign="top"&gt;
+&lt;tr class="field"&gt;&lt;th class="docinfo-name"&gt;field&lt;/th&gt;&lt;td class="field-body"&gt;This field should have no colon on it&lt;/td&gt;
+&lt;/tr&gt;
+&lt;/tbody&gt;
+&lt;/table&gt;
+&lt;p&gt;This file checks the -field-colon=0 option.&lt;/p&gt;
+&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;

Added: trunk/prest/t/80_misc/html.init/field-colon1.rst
===================================================================
--- trunk/prest/t/80_misc/html.init/field-colon1.rst2008-12-02 20:35:50 UTC (rev 5765)
+++ trunk/prest/t/80_misc/html.init/field-colon1.rst2008-12-02 20:36:53 UTC (rev 5766)
&lt; at &gt;&lt; at &gt; -0,0 +1,3 &lt; at &gt;&lt; at &gt;
+This file checks the -field-colon=0 option.
+
+:field: This field should have no colon on it


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:36:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6058">
    <title>r5765 - in trunk/prest/t/80_misc/html.init:Dir.smak entryattr.myhtml entryattr.rst</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6058</link>
    <description>Author: mnodine
Date: 2008-12-02 21:35:50 +0100 (Tue, 02 Dec 2008)
New Revision: 5765

Modified:
   trunk/prest/t/80_misc/html.init/Dir.smak
   trunk/prest/t/80_misc/html.init/entryattr.myhtml
   trunk/prest/t/80_misc/html.init/entryattr.rst
Log:
Extend test to a CSV table with entry attributes

Modified: trunk/prest/t/80_misc/html.init/Dir.smak
===================================================================
--- trunk/prest/t/80_misc/html.init/Dir.smak2008-12-02 20:34:16 UTC (rev 5764)
+++ trunk/prest/t/80_misc/html.init/Dir.smak2008-12-02 20:35:50 UTC (rev 5765)
&lt; at &gt;&lt; at &gt; -6,6 +6,7 &lt; at &gt;&lt; at &gt;
     %PERL_FILE_FLAGS =
 ('embed-stylesheet1' =&gt; q(-Inodefaultcss),
  'embed-stylesheet3' =&gt; q(-Ifiledefaultcss),
+ mathml_02 =&gt; q(-Inomathml),
  stylesheet2_2 =&gt; q(-Ifiledefaultcss),
  );
 
&lt; at &gt;&lt; at &gt; -15,14 +16,16 &lt; at &gt;&lt; at &gt;
  'bad-link-target' =&gt; q(-W link-target='1/'),
  'cloak-email' =&gt; q(-W cloak-email-addresses),
  colspecs =&gt; q(-W colspecs=0),
- entryattr =&gt; q(-D entry-attr='class="latin" bgcolor=blue' -D align),
  'embed-stylesheet2' =&gt; q(-W embed-stylesheet),
  'embed-stylesheet3' =&gt; q(-W embed-stylesheet),
  'embed-stylesheet4' =&gt; q(-W embed-stylesheet -W stylesheet=local.css),
  'embed-stylesheet5' =&gt; q(-W embed-stylesheet -W stylesheet=file://local.css),
  'embed-stylesheet6' =&gt; q(-W embed-stylesheet -W stylesheet=http://default/local.css),
  'embed-stylesheet7' =&gt; q(-W embed-stylesheet -W stylesheet=nosuchfile.css),
+ entryattr =&gt; q(-D entry-attr='class="latin" bgcolor=blue' -D align),
  enumeration_list_01 =&gt; q(-W enum-list-prefixes),
+ error_section1 =&gt; q(-D xformoff='Decorations|References' -D keep-title-section),
+ 'field-colon1' =&gt; q(-W field-colon=0),
  footnotes_01 =&gt; q(-W footnote-backlinks=0 -W footnote-references=brackets),
  footnotes_02 =&gt; q(-W footnote-backlinks=0 -W footnote-references=superscript),
  image_01 =&gt; q(-W image-exts=.fig=.png),

Modified: trunk/prest/t/80_misc/html.init/entryattr.myhtml
===================================================================
--- trunk/prest/t/80_misc/html.init/entryattr.myhtml2008-12-02 20:34:16 UTC (rev 5764)
+++ trunk/prest/t/80_misc/html.init/entryattr.myhtml2008-12-02 20:35:50 UTC (rev 5765)
&lt; at &gt;&lt; at &gt; -18,6 +18,20 &lt; at &gt;&lt; at &gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
 &lt;/table&gt;
+&lt;table border="1" class="docutils"&gt;
+&lt;caption&gt;A CSV table&lt;/caption&gt;
+&lt;colgroup&gt;
+&lt;col width="33%" /&gt;
+&lt;col width="33%" /&gt;
+&lt;col width="33%" /&gt;
+&lt;/colgroup&gt;
+&lt;tbody valign="top"&gt;
+&lt;tr&gt;&lt;td bgcolor="blue" class="latin"&gt;A&lt;/td&gt;
+&lt;td bgcolor="blue" class="latin"&gt;CSV&lt;/td&gt;
+&lt;td bgcolor="blue" class="latin"&gt;Table&lt;/td&gt;
+&lt;/tr&gt;
+&lt;/tbody&gt;
+&lt;/table&gt;
 &lt;/div&gt;
 &lt;/body&gt;
 &lt;/html&gt;

Modified: trunk/prest/t/80_misc/html.init/entryattr.rst
===================================================================
--- trunk/prest/t/80_misc/html.init/entryattr.rst2008-12-02 20:34:16 UTC (rev 5764)
+++ trunk/prest/t/80_misc/html.init/entryattr.rst2008-12-02 20:35:50 UTC (rev 5765)
&lt; at &gt;&lt; at &gt; -1,3 +1,7 &lt; at &gt;&lt; at &gt;
 ========== =====
 A simple   table
 ========== =====
+
+.. csv-table:: A CSV table
+
+   A,CSV,Table


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:35:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6057">
    <title>r5764 - in trunk/prest/t/80_misc/html.init:enumeration_list_01.myhtml enumeration_list_01.rst</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6057</link>
    <description>Author: mnodine
Date: 2008-12-02 21:34:16 +0100 (Tue, 02 Dec 2008)
New Revision: 5764

Modified:
   trunk/prest/t/80_misc/html.init/enumeration_list_01.myhtml
   trunk/prest/t/80_misc/html.init/enumeration_list_01.rst
Log:
Extend test to different prefix/suffix combinations

Modified: trunk/prest/t/80_misc/html.init/enumeration_list_01.myhtml
===================================================================
--- trunk/prest/t/80_misc/html.init/enumeration_list_01.myhtml2008-12-02 20:32:51 UTC (rev 5763)
+++ trunk/prest/t/80_misc/html.init/enumeration_list_01.myhtml2008-12-02 20:34:16 UTC (rev 5764)
&lt; at &gt;&lt; at &gt; -12,6 +12,14 &lt; at &gt;&lt; at &gt;
 &lt;li&gt;This is an&lt;/li&gt;
 &lt;li&gt;enumeration list&lt;/li&gt;
 &lt;/ol&gt;
+&lt;ol class="upperalpha simple" suffix="."&gt;
+&lt;li&gt;This is a&lt;/li&gt;
+&lt;li&gt;second enumeration list&lt;/li&gt;
+&lt;/ol&gt;
+&lt;ol class="lowerroman simple" suffix=")"&gt;
+&lt;li&gt;This is a&lt;/li&gt;
+&lt;li&gt;third enumeration list&lt;/li&gt;
+&lt;/ol&gt;
 &lt;/div&gt;
 &lt;/body&gt;
 &lt;/html&gt;

Modified: trunk/prest/t/80_misc/html.init/enumeration_list_01.rst
===================================================================
--- trunk/prest/t/80_misc/html.init/enumeration_list_01.rst2008-12-02 20:32:51 UTC (rev 5763)
+++ trunk/prest/t/80_misc/html.init/enumeration_list_01.rst2008-12-02 20:34:16 UTC (rev 5764)
&lt; at &gt;&lt; at &gt; -2,3 +2,9 &lt; at &gt;&lt; at &gt;
 
 (1) This is an
 (2) enumeration list
+
+A. This is a 
+B. second enumeration list
+
+i)  This is a 
+ii) third enumeration list


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:34:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.docutils.cvs/6056">
    <title>r5763 - in trunk/prest/t/80_misc/html.init:mathml_01.myhtml mathml_01.rst</title>
    <link>http://permalink.gmane.org/gmane.text.docutils.cvs/6056</link>
    <description>Author: mnodine
Date: 2008-12-02 21:32:51 +0100 (Tue, 02 Dec 2008)
New Revision: 5763

Modified:
   trunk/prest/t/80_misc/html.init/mathml_01.myhtml
   trunk/prest/t/80_misc/html.init/mathml_01.rst
Log:
Extend test to cover mathml entity substitution

Modified: trunk/prest/t/80_misc/html.init/mathml_01.myhtml
===================================================================
--- trunk/prest/t/80_misc/html.init/mathml_01.myhtml2008-12-02 20:30:49 UTC (rev 5762)
+++ trunk/prest/t/80_misc/html.init/mathml_01.myhtml2008-12-02 20:32:51 UTC (rev 5763)
&lt; at &gt;&lt; at &gt; -6,11 +6,15 &lt; at &gt;&lt; at &gt;
 &lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;
 &lt;head&gt;
 &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
+&lt;title&gt;Piece of &amp;pi;&lt;/title&gt;
 &lt;link rel="stylesheet" href="http:///defaultcss/Text/Config/mydefault.css" type="text/css" /&gt;
 &lt;/head&gt;
 &lt;body&gt;
-&lt;div class="document"&gt;
+&lt;div class="document" id="piece-of-pi"&gt;
+&lt;h1 class="title"&gt;Piece of &amp;pi;&lt;/h1&gt;
 &lt;!-- Test html generation with mathml --&gt;
-&lt;math title="E = mc^2" xmlns="&amp;mathml;"&gt;&lt;mstyle displaystyle="true"&gt;&lt;mi&gt;E&lt;/mi&gt;&lt;mo&gt;=&lt;/mo&gt;&lt;mi&gt;m&lt;/mi&gt;&lt;msup&gt;&lt;mi&gt;c&lt;/mi&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;/msup&gt;&lt;/mstyle&gt;&lt;/math&gt;&lt;/div&gt;
+&lt;p&gt;&lt;math title="E = mc^2" xmlns="&amp;mathml;"&gt;&lt;mstyle displaystyle="true"&gt;&lt;mi&gt;E&lt;/mi&gt;&lt;mo&gt;=&lt;/mo&gt;&lt;mi&gt;m&lt;/mi&gt;&lt;msup&gt;&lt;mi&gt;c&lt;/mi&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;/msup&gt;&lt;/mstyle&gt;&lt;/math&gt;&lt;/p&gt;
+&lt;p&gt;&lt;math title="A = 2 pi r" xmlns="&amp;mathml;"&gt;&lt;mstyle displaystyle="true"&gt;&lt;mi&gt;A&lt;/mi&gt;&lt;mo&gt;=&lt;/mo&gt;&lt;mn&gt;2&lt;/mn&gt;&lt;mi&gt;&amp;pi;&lt;/mi&gt;&lt;mi&gt;r&lt;/mi&gt;&lt;/mstyle&gt;&lt;/math&gt;&lt;/p&gt;
+&lt;/div&gt;
 &lt;/body&gt;
 &lt;/html&gt;

Modified: trunk/prest/t/80_misc/html.init/mathml_01.rst
===================================================================
--- trunk/prest/t/80_misc/html.init/mathml_01.rst2008-12-02 20:30:49 UTC (rev 5762)
+++ trunk/prest/t/80_misc/html.init/mathml_01.rst2008-12-02 20:32:51 UTC (rev 5763)
&lt; at &gt;&lt; at &gt; -1,3 +1,8 &lt; at &gt;&lt; at &gt;
 .. Test html generation with mathml
 
+=====================
+Piece of :mathml:`pi`
+=====================
+
 .. mathml:: E = mc^2
+.. mathml::  A = 2 pi r


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>mnodine&lt; at &gt;users.berlios.de</dc:creator>
    <dc:date>2008-12-02T20:32:54</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.text.docutils.cvs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.text.docutils.cvs</link>
  </textinput>
</rdf:RDF>
