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
cd administrativt/kortlapp/ && latexmk -pdf
cd administrativt/medlemslapp/ && latexmk -pdf
cd infomöte && latexmk -pdf single
cd infomöte && latexmk -pdf multi
cd infomöte/presentation && latexmk -pdf
cd tilde && latexmk -pdf
pushd administrativt/kortlapp/
latexmk -pdf
popd
pushd administrativt/medlemslapp/
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.
Finish editing this message first!
Please register or to comment