diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-06 22:25:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-06 22:25:38 +0000 |
commit | aedb262d5de1f2ab529ceb36ef4e025eefa6ba05 (patch) | |
tree | b7692ab7a86ac7f4233ddd17be6ac43ef82e3c07 /Master/texmf-dist/doc/latex/nwejm/french/documentation/latexmkrc | |
parent | b8159c6a75c91906de45a470a0b30b80a854d7e4 (diff) |
nwejm (6jan17)
git-svn-id: svn://tug.org/texlive/trunk@42884 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/nwejm/french/documentation/latexmkrc')
-rw-r--r-- | Master/texmf-dist/doc/latex/nwejm/french/documentation/latexmkrc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/nwejm/french/documentation/latexmkrc b/Master/texmf-dist/doc/latex/nwejm/french/documentation/latexmkrc new file mode 100644 index 00000000000..3e6b294ce0d --- /dev/null +++ b/Master/texmf-dist/doc/latex/nwejm/french/documentation/latexmkrc @@ -0,0 +1,17 @@ +$pdf_mode = 1; + +$bibtex_use = 1; +$bibtex = 'biber %O %B'; + +$makeindex = 'texindy -L french'; + +add_cus_dep('idx', 'ind', 0, 'texindy'); +sub texindy{ + system("texindy -L french \"$_[0].idx\""); +} + +push @generated_exts, "aux", "idx", "ind", "lo*", "out", "toc", "acn", "acr", +"alg", "bbl", "bcf", "fls", "gl*", "ist", "run.xml", "sbl*", "sl*", "sym*", +"xdy", "unq", "mw", "*~" ; + +$clean_ext = "synctex.gz* run.xml tex.bak bbl bcf fdb_latexmk run tdo listing" |