Skip to content
Snippets Groups Projects

New document class, biblatex and lyx support

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -10,7 +10,7 @@ stages:
@@ -10,7 +10,7 @@ stages:
pdflatex_builder:
pdflatex_builder:
stage: build
stage: build
before_script
before_script:
- cd latex
- cd latex
script:
script:
- "latexmk -pdf -output-directory=pdflatex/ thesis.tex"
- "latexmk -pdf -output-directory=pdflatex/ thesis.tex"
@@ -20,7 +20,7 @@ pdflatex_builder:
@@ -20,7 +20,7 @@ pdflatex_builder:
xelatex_builder:
xelatex_builder:
stage: build
stage: build
before_script
before_script:
- cd latex
- cd latex
script:
script:
- "latexmk -xelatex -output-directory=xelatex/ thesis.tex"
- "latexmk -xelatex -output-directory=xelatex/ thesis.tex"
Loading