Skip to content
Snippets Groups Projects
Commit 794277b1 authored by Luke Naylor's avatar Luke Naylor
Browse files

Rename output pdf file

parent 8f1645a6
No related branches found
No related tags found
No related merge requests found
Pipeline #36942 passed
main.*
sage-plots-for-main.tex
.vscode/*
sagetex.sty
.ipynb_checkpoints
__pycache__
*_files/
generated_py_libs
tex/aux_files
latex_output
......@@ -17,6 +17,6 @@ build:
- latexmk
artifacts:
paths:
- latex_output/main.pdf
- "latex_output/*.pdf"
- "tex/aux_files/*"
[pdf](https://git.ecdf.ed.ac.uk/personal-latex-documents/research/max-destabilizer-rank/-/jobs/artifacts/main/raw/latex_output/main.pdf?job=build)
[pdf](https://git.ecdf.ed.ac.uk/personal-latex-documents/research/max-destabilizer-rank/-/jobs/artifacts/main/raw/latex_output/max-destabilizer-rank.pdf?job=build)
......@@ -6,3 +6,4 @@ $use_make_for_missing_files = 1;
$do_cd = 1;
$aux_dir = 'aux_files';
$out_dir = '../latex_output';
$jobname = 'max-destabilizer-rank';
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