summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/droit-fr/example/.latexmkrc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/droit-fr/example/.latexmkrc')
-rw-r--r--Master/texmf-dist/doc/latex/droit-fr/example/.latexmkrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/droit-fr/example/.latexmkrc b/Master/texmf-dist/doc/latex/droit-fr/example/.latexmkrc
index 67816441f5a..9b5c4536b1b 100644
--- a/Master/texmf-dist/doc/latex/droit-fr/example/.latexmkrc
+++ b/Master/texmf-dist/doc/latex/droit-fr/example/.latexmkrc
@@ -3,6 +3,11 @@
# compilation via pdflatex uniquement
$pdf_mode = 1;
+$pdflatex = 'pdflatex -interaction=nonstopmode -synctex=1 %O %S';
+#$dvi_mode = 0;
+
+# génération de la bibliographie
+#$bibtex = 2;
# génération de l'index avec fichier de style .ist
$makeindex = 'makeindex -s %R.ist %O -o %D %S';
@@ -16,5 +21,3 @@ sub makeglo2gls {
# fichiers temporaires additionnels à effacer
$clean_ext = "bbl gls glg glo bak backup %R-blx.bib run.xml ist gst synctex.gz";
$cleanup_includes_cusdep_generated = 1;
-
-