Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Experimental Physics
Quantum Interfaces
S
Software
Docker
Docker PDF Compiler
Commits
a09f7b7f
Commit
a09f7b7f
authored
Oct 05, 2020
by
Klemens Schüppert
Browse files
Updated after migration to QIG.
parent
ede63837
Pipeline
#37524
passed with stage
in 4 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
a09f7b7f
# Docker PDF compiler
Docker image to compile our PDF projects on GitLab.
It can be accessed via GitLab
[
docker registry
](
https://git.uibk.ac.at/exphys/q
os/cqed
/docker
-
pdf-compiler/container_registry
)
at docker.uibk.ac.at:443/exphys/q
os/cqed
/docker
-
pdf-compiler .
It can be accessed via GitLab
[
docker registry
](
https://git.uibk.ac.at/exphys/q
ig/software
/docker
/
pdf-compiler/container_registry
)
at docker.uibk.ac.at:443/exphys/q
ig/software
/docker
/
pdf-compiler .
## Howto use
...
...
@@ -21,7 +21,7 @@ wit the following content:
```
compile_pdf:
image: docker.uibk.ac.at:443/exphys/q
os/cqed
/docker
-
pdf-compiler
image: docker.uibk.ac.at:443/exphys/q
ig/software
/docker
/
pdf-compiler
variables:
FOLDER_NAME: 'paper'
PAPER_NAME: 'charge_sensing'
...
...
@@ -45,10 +45,10 @@ For a complete compilation of an PDF file with references,
includes pdflatex twice, bibtext, and pdflatex again,
you need to type the following command in the corresponding folder (
<path
to
paper
>
):
```
docker run -v `pwd`:`pwd` -w `pwd` --user=$UID --name compile_pdf --rm -it docker.uibk.ac.at:443/exphys/q
os/cqed
/docker
-
pdf-compiler compile <name of paper>
docker run -v `pwd`:`pwd` -w `pwd` --user=$UID --name compile_pdf --rm -it docker.uibk.ac.at:443/exphys/q
ig/software
/docker
/
pdf-compiler compile <name of paper>
```
For pdflatex/bibtex only, you replace compile with the desired command (here pdflatex):
```
docker run -v `pwd`:`pwd` -w `pwd` --user=$UID --name compile_pdf --rm -it docker.uibk.ac.at:443/exphys/q
os/cqed
/docker
-
pdf-compiler pdflatex <name of paper>
docker run -v `pwd`:`pwd` -w `pwd` --user=$UID --name compile_pdf --rm -it docker.uibk.ac.at:443/exphys/q
ig/software
/docker
/
pdf-compiler pdflatex <name of paper>
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment