From: Thomas Pietrzak Date: Mon, 14 Feb 2022 08:02:57 +0000 (+0100) Subject: Biber X-Git-Tag: first-full-draft~63 X-Git-Url: https://git.thomaspietrzak.com/?a=commitdiff_plain;h=e180434f47117c01163f8ecf393c0b7236ff63b5;p=hdr.git Biber --- diff --git a/.vscode/settings.json b/.vscode/settings.json index c8cd5ce..9834292 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,6 +33,13 @@ "%DOCFILE%" ] }, + { + "name": "biber", + "command": "biber", + "args": [ + "%DOCFILE%" + ] + }, { "name": "xelatexmk", "command": "latexmk", @@ -41,7 +48,7 @@ "-synctex=1", "-file-line-error", "-shell-escape", - "-bibtex", + //"-bibtex", "-interaction=nonstopmode", //"-outdir=out", "hdrmain.tex" @@ -67,6 +74,15 @@ "bibtex" ] }, + { + "name": "xelatex biber", + "tools": [ + "xelatex", + "biber", + "xelatex", + "xelatex" + ] + }, { "name": "xelatex bibtex", "tools": [ diff --git a/hdrmain.tex b/hdrmain.tex index f1a55b6..82bb59b 100644 --- a/hdrmain.tex +++ b/hdrmain.tex @@ -31,10 +31,5 @@ \printindex - %\bibliographystyle{plain-withurls}%alpha-fr} - %\interlinepenalty=10000 - \patchcmd{\bibsetup}{\interlinepenalty=5000}{\interlinepenalty=10000}{}{} \printbibliography - %\bibliography{biblio} - -\end{document} \ No newline at end of file +\end{document}