mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🔨 Apply the mitigation suggested in #100
This commit is contained in:
parent
02076a318d
commit
930efc1189
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build-sphinx-thesis.yml
vendored
6
.github/workflows/build-sphinx-thesis.yml
vendored
|
@ -77,6 +77,12 @@ jobs:
|
|||
run: |
|
||||
source $pythonLocation/activate
|
||||
make latex
|
||||
- name: "Remove numbering from subsubsections and lower headings"
|
||||
working-directory: thesis/build/latex/
|
||||
run: |
|
||||
sed s/\subsubsection[{]/\subsubsection*{/g progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex > progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
||||
sed s/\paragraph[{]/\paragraph*{/g progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex > progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
||||
sed s/\subparagraph[{]/\subparagraph*{/g progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex > progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
||||
- name: "Build PDF document with Latexmk"
|
||||
working-directory: thesis/build/latex/
|
||||
run: make
|
||||
|
|
Loading…
Reference in a new issue