summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nwejm/french/documentation/latexmkrc
blob: 6dbfae28169947aad91c4bb489d6a95cdfb5333c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$pdf_mode = 4;

$bibtex_use = 1;
$bibtex = 'biber -U %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"