diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-12-11 00:22:34 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-11 00:22:34 -0800 |
commit | c6b79d794eb25cb11777d2b720ce01595c780de1 (patch) | |
tree | 2c06481ca74bd5fa0f1b456f73fd8b94d92c44cd /man/man1 | |
parent | f5c208230451c2f8446b639a4458a255e14778fb (diff) | |
download | pandoc-c6b79d794eb25cb11777d2b720ce01595c780de1.tar.gz |
Removed deprecated -C/--custom-header option.
Use --template instead.
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/markdown2pdf.1.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md index d32b28e22..da3f330c9 100644 --- a/man/man1/markdown2pdf.1.md +++ b/man/man1/markdown2pdf.1.md @@ -71,10 +71,6 @@ packages are not included in your latex setup, they can be obtained from -A *FILE*, \--include-after-body=*FILE* : Include (LaTeX) contents of *FILE* at the end of the document body. --C *FILE*, \--custom-header=*FILE* -: Use contents of *FILE* as the document header. *Note: This option is - deprecated. Users should transition to using `--template` instead.* - \--bibliography=*FILE* : Specify bibliography database to be used in resolving citations. The database type will be determined from the |