diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-28 07:22:41 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-28 07:22:41 +0000 |
commit | 17837b343be94dfa1427786008576646d4a89dcf (patch) | |
tree | 7f33c2de42bbde9b511f241b1ed8893f8fbc2e44 /README | |
parent | 2d253cadd386589d4fdb41b99b5a0b41c648e9db (diff) | |
download | pandoc-17837b343be94dfa1427786008576646d4a89dcf.tar.gz |
Added two more demo cases to website. Put a footnote in
README for demonstration purposes.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@302 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -57,9 +57,7 @@ The wrapper script `markdown2pdf` requires - a POSIX-compliant shell - `pdflatex`, which should be part of any [LaTeX] distribution - the [unicode] and [fancyvrb] LaTeX packages, which are included - in many LaTeX distributions. The [unicode] package allows LaTeX to - process UTF-8 characters. [fancyvrb] allows code blocks and verbatim - text to be used within footnotes. If your installation of LaTeX + in many LaTeX distributions.[^1] If your installation of LaTeX does not include these packages, you will get an error (complaining about missing `ucs.sty` or `fancyvrb.sty`) when you try to compile a LaTeX file produced by Pandoc, or when you use the `markdown2pdf` @@ -72,6 +70,10 @@ The wrapper script `markdown2pdf` requires [unicode]: http://www.ctan.org/tex-archive/macros/latex/contrib/unicode/ [fancyvrb]: http://www.ctan.org/tex-archive/macros/latex/contrib/fancyvrb/ +[^1]: The [unicode] package allows LaTeX to process UTF-8 characters. +[fancyvrb] allows code blocks and verbatim text to be used within +footnotes. + Using Pandoc ============ |