mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
🎓 Add appendix marker
This commit is contained in:
parent
2deaff2d93
commit
af1534127e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-sphinx-thesis.yml
vendored
3
.github/workflows/build-sphinx-thesis.yml
vendored
|
@ -89,6 +89,9 @@ jobs:
|
|||
- name: "Remove numbering from subparagraphs"
|
||||
working-directory: thesis/build/latex/
|
||||
run: sed --regexp-extended --in-place 's/[\]subparagraph[{]/\subparagraph*{/g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
||||
- name: "Add appendix macro"
|
||||
working-directory: thesis/build/latex/
|
||||
run: sed --regexp-extended --in-place 's/[\]chapter[{]Installazione di Sophon[}]/\appendix\chapter{Installazione di Sophon}/g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
||||
- name: "Build PDF document with Latexmk"
|
||||
working-directory: thesis/build/latex/
|
||||
run: make
|
||||
|
|
Loading…
Reference in a new issue