Skip to content
Snippets Groups Projects
Commit ddf68b24 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Faan

parent b9069dcd
No related branches found
No related tags found
No related merge requests found
Pipeline #588 passed
#!/bin/bash #!/bin/bash
cd administrativt/kortlapp/ && latexmk -pdf pushd administrativt/kortlapp/
cd administrativt/medlemslapp/ && latexmk -pdf latexmk -pdf
cd infomöte && latexmk -pdf single popd
cd infomöte && latexmk -pdf multi
cd infomöte/presentation && latexmk -pdf pushd administrativt/medlemslapp/
cd tilde && latexmk -pdf latexmk -pdf
popd
pushd infomöte
latexmk -pdf single
popd
pushd infomöte
latexmk -pdf multi
popd
pushd infomöte/presentation
latexmk -pdf
popd
pushd tilde
latexmk -pdf
popd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment