aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJosef Svenningsson <josef.svenningsson@gmail.com>2011-01-17 23:54:51 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-28 21:09:38 -0800
commitd8d0f46c4c3f247963038450f1e649a00a0ba9d9 (patch)
treeb8323fee1fddaca071e24401fc7fb51774b30f74 /README
parente2a5038be681f8610b3cc3621cbf66647de14322 (diff)
downloadpandoc-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--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 2be25466b..7b192fe5c 100644
--- a/README
+++ b/README
@@ -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>`)