Biber
authorThomas Pietrzak <thomas.pietrzak@gmail.com>
Mon, 14 Feb 2022 08:02:57 +0000 (09:02 +0100)
committerThomas Pietrzak <thomas.pietrzak@gmail.com>
Mon, 14 Feb 2022 08:02:57 +0000 (09:02 +0100)
.vscode/settings.json
hdrmain.tex

index c8cd5cea0db2c7e61f4d0da3cefff9060e4c8c0f..98342923c793d59cf545be889249d9f6a588132a 100644 (file)
         "%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"
         "bibtex"
       ]
     },
+    {
+      "name": "xelatex biber",
+      "tools": [
+          "xelatex",
+          "biber",
+          "xelatex",
+          "xelatex"
+      ]
+    },
     {
       "name": "xelatex bibtex",
       "tools": [
index f1a55b6668767cf4c7520f24689fca0216f9022d..82bb59ba57d556643a48214b2a45a031fd2d9660 100644 (file)
 \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