Skip to content

Commit a7a5723

Browse files
Merge pull request #38 from lunar-starlight/biblatex
Podpora za Biblatex (in biber)
2 parents 2def2b6 + d7cd163 commit a7a5723

File tree

22 files changed

+259
-13227
lines changed

22 files changed

+259
-13227
lines changed

.vscode/settings.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"latex-workshop.latex.outDir": "build",
32
"latex-workshop.latex.recipes": [
43
{
5-
"name": "pdflatex->bibtex->makeindex->pdflatex",
4+
"name": "pdflatex->bib->index->pdflatex",
65
"tools": [
76
"pdflatex",
8-
"bibtex",
7+
"biber",
98
"makeindex",
109
"pdflatex",
1110
"pdflatexfinal"
@@ -21,8 +20,7 @@
2120
"-interaction=nonstopmode",
2221
"-file-line-error",
2322
"-shell-escape",
24-
"-draftmode",
25-
"-output-directory=%OUTDIR%",
23+
// "-draftmode",
2624
"%DOC%"
2725
]
2826
},
@@ -34,22 +32,28 @@
3432
"-interaction=nonstopmode",
3533
"-file-line-error",
3634
"-shell-escape",
37-
"-output-directory=%OUTDIR%",
3835
"%DOC%"
3936
]
4037
},
4138
{
4239
"name": "bibtex",
4340
"command": "bibtex",
4441
"args": [
45-
"%OUTDIR%/%DOCFILE%"
42+
"%DOCFILE%"
43+
]
44+
},
45+
{
46+
"name": "biber",
47+
"command": "biber",
48+
"args": [
49+
"%DOCFILE%"
4650
]
4751
},
4852
{
4953
"name": "makeindex",
5054
"command": "makeindex",
5155
"args": [
52-
"%OUTDIR%/%DOCFILE%"
56+
"%DOCFILE%"
5357
]
5458
}
5559
]

bibstyle/merlin.mbs

Lines changed: 0 additions & 9446 deletions
This file was deleted.

bibstyle/navodila.txt

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)