Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
osak
talks
Commits
cb36ff3b
Commit
cb36ff3b
authored
Jun 04, 2019
by
Stefan Heimersheim
Browse files
compile script
parent
8100c4ae
Changes
2
Show whitespace changes
Inline
Side-by-side
workshops/latex/compile.sh
View file @
cb36ff3b
...
...
@@ -2,8 +2,13 @@
cd
examples
lualatex 2h_fake.tex
lualatex 2h_fake.tex
#lualatex 4b_fake.tex
#screenshot
cd
..
cd
beispieldokument
for
file
in
$(
ls
zeta
*
.tex
)
do
lualatex
$file
lualatex
$file
done
cd
..
lualatex latex.tex
lualatex latex.tex
workshops/latex/examples/.gitignore
0 → 100644
View file @
cb36ff3b
2h_fake.pdf
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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