summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/yathesis/master-slaves-files-sample/latexmkrc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/yathesis/master-slaves-files-sample/latexmkrc')
-rw-r--r--Master/texmf-dist/doc/latex/yathesis/master-slaves-files-sample/latexmkrc21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/yathesis/master-slaves-files-sample/latexmkrc b/Master/texmf-dist/doc/latex/yathesis/master-slaves-files-sample/latexmkrc
new file mode 100644
index 00000000000..8c98d0e316f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/yathesis/master-slaves-files-sample/latexmkrc
@@ -0,0 +1,21 @@
+$pdf_mode = 1;
+
+$bibtex_use = 1;
+$bibtex = 'biber %O %B';
+
+add_cus_dep('glo', 'gls', 0, 'makeglossaries');
+add_cus_dep('glo2', 'gls2', 0, 'makeglossaries');
+add_cus_dep('acn', 'acr', 0, 'makeglossaries');
+add_cus_dep('slo', 'sls', 0, 'makeglossaries');
+sub makeglossaries{
+ system( "makeglossaries \"$_[0]\"" );
+}
+
+add_cus_dep('idx', 'ind', 0, 'texindy');
+sub texindy{
+ system("texindy -L french \"$_[0].idx\"");
+}
+
+@generated_exts = qw(aux idx ind lo* out toc acn acr alg bbl bcf fls gl* ist
+run.xml sbl* sl* sym* xdy unq synctex.gz mw *~
+);