1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-10-16 07:07:26 +00:00

🎓 Add appendix marker

This commit is contained in:
Steffo 2021-12-02 17:02:31 +01:00
parent 2deaff2d93
commit af1534127e
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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