"%DOCFILE%"
]
},
+ {
+ "name": "biber",
+ "command": "biber",
+ "args": [
+ "%DOCFILE%"
+ ]
+ },
{
"name": "xelatexmk",
"command": "latexmk",
"-synctex=1",
"-file-line-error",
"-shell-escape",
- "-bibtex",
+ //"-bibtex",
"-interaction=nonstopmode",
//"-outdir=out",
"hdrmain.tex"
"bibtex"
]
},
+ {
+ "name": "xelatex biber",
+ "tools": [
+ "xelatex",
+ "biber",
+ "xelatex",
+ "xelatex"
+ ]
+ },
{
"name": "xelatex bibtex",
"tools": [
\r
\printindex\r
\r
- %\bibliographystyle{plain-withurls}%alpha-fr}\r
- %\interlinepenalty=10000\r
- \patchcmd{\bibsetup}{\interlinepenalty=5000}{\interlinepenalty=10000}{}{}\r
\printbibliography\r
- %\bibliography{biblio}\r
-\r
-\end{document}
\ No newline at end of file
+\end{document}\r