diff options
| author | Josef Svenningsson <josef.svenningsson@gmail.com> | 2011-01-17 23:54:51 +0100 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2011-01-28 21:09:38 -0800 |
| commit | d8d0f46c4c3f247963038450f1e649a00a0ba9d9 (patch) | |
| tree | b8323fee1fddaca071e24401fc7fb51774b30f74 /README | |
| parent | e2a5038be681f8610b3cc3621cbf66647de14322 (diff) | |
| download | pandoc-d8d0f46c4c3f247963038450f1e649a00a0ba9d9.tar.gz | |
Add possibility to use listings package for code blocks and
inline code in the LaTeX writer.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -273,6 +273,9 @@ Options : Number section headings in LaTeX, ConTeXt, or HTML output. By default, sections are not numbered. +`--listings` +: Use listings package for LaTeX code blocks + `--section-divs` : Wrap sections in `<div>` tags (or `<section>` tags in HTML5), and attach identifiers to the enclosing `<div>` (or `<section>`) |
