Make: renamed symbole file
This commit is contained in:
parent
8bb9895aa1
commit
3e4fc6d9b3
1 changed files with 3 additions and 3 deletions
6
make
6
make
|
@ -11,9 +11,9 @@ Presentation) pdflatex "../presentation/presentation.tex" || exit 1
|
||||||
;;
|
;;
|
||||||
Symbols) pdflatex "../thesis/symbols.tex" || exit 1
|
Symbols) pdflatex "../thesis/symbols.tex" || exit 1
|
||||||
pdflatex "../thesis/symbols.tex" || exit 1
|
pdflatex "../thesis/symbols.tex" || exit 1
|
||||||
scp symbols.pdf moerman@stitch.science.ru.nl:~/thesissymbols.pdf
|
scp symbols.pdf moerman@stitch.science.ru.nl:~/symbols.pdf
|
||||||
ssh moerman@stitch.science.ru.nl 'pdf2svg thesissymbols.pdf thesissymbols.svg'
|
ssh moerman@stitch.science.ru.nl 'pdf2svg symbols.pdf symbols.svg'
|
||||||
scp moerman@stitch.science.ru.nl:~/thesissymbols.svg ../
|
scp moerman@stitch.science.ru.nl:~/symbols.svg ../
|
||||||
;;
|
;;
|
||||||
Thesis) pdflatex "../thesis/DoldKan.tex" || exit 1
|
Thesis) pdflatex "../thesis/DoldKan.tex" || exit 1
|
||||||
pdflatex "../thesis/DoldKan.tex" || exit 1
|
pdflatex "../thesis/DoldKan.tex" || exit 1
|
||||||
|
|
Reference in a new issue