Skip to content
Snippets Groups Projects
Commit d5e3106f authored by Hans-Jörg's avatar Hans-Jörg
Browse files

Add CI file

parent f3fb91c4
No related branches found
No related tags found
No related merge requests found
Pipeline #3316 passed
image: dockershelf/latex:full
before_script:
- apt-get install -qy python3-pygments
build:
script:
- cd spec
- pdflatex -shell-escape -recorder "doc.tex"
- bibtex "doc"
- pdflatex -shell-escape -recorder "doc.tex"
- bibtex "doc"
- pdflatex -shell-escape -recorder "doc.tex"
- cd ..
- cp spec/doc.pdf specification.pdf
artifacts:
paths:
- specification.pdf
......@@ -18,3 +18,6 @@ Syntax highlighting uses the `pygments` tool. Hence, this tool must
be installed. Furthermore, Latex must be compiled with shell escaping
allowed. To do this the argument `-shell-escape` must be given to the
Latex command. `latexmk` also accepts this argument and hands it to Latex.
The continuous integration pipeline also builds the document. Hence,
the pdf is available in the artifact browser of the CI pipelines.
......@@ -11,7 +11,7 @@
\usepackage{hyperref}
\usepackage{breakurl}
\usepackage{underscore}
\usepackage{siunitx}
%\usepackage{siunitx}
\usepackage{ccicons}
\usepackage{tabularx}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment