DocUtils is a set of tools for formatting documents using reStructuredText (reST), a simple plain text markup that can easily be converted into other formats (HTML or LaTeX).
Citation-handling in reST is limited and currently being expanded. Here is some documentation on citations from different sources:
Here are some test files:
| Format | Filename | Notes |
| BibTex | references.bib | contains only 2 references |
| reST | sample.txt | contains 4 in-text citations (2 for citation key 'goossens:1994' and 2 for citation key 'lutz:2003') |
| reST (Proposal 1) | sample-1.txt | contains 4 in-text citations and (proposed) citation label substitution |
| HTML | sample.html | rst2html.py sample.txt > sample.html |
| LaTeX | sample.tex | rst2latex.py sample.txt > sample.html |
| LaTeX | sample-lc.tex | rst2latex.py --use-latex-citations sample.txt > sample-lc.html |
| LaTeX | sample-lc-bib.tex | added coding necessary for automatic bibliography generation to sample-lc.tex |
| LaTeX | sample-lc-bib.pdf | PDF generated by running sample-lc-bib.tex through latex and bibtex |
| Back to Main Page | Tuesday, 06-Jan-2009 03:08:14 UTC |