mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🎓 Fix the dirty hacks
This commit is contained in:
parent
e55ecfcd62
commit
33f75a070f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-sphinx-thesis.yml
vendored
6
.github/workflows/build-sphinx-thesis.yml
vendored
|
@ -91,13 +91,13 @@ jobs:
|
|||
run: sed --regexp-extended --in-place 's/[\]subparagraph[{]/\subparagraph*{/g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
||||
- name: "Rename genindex to 'Indice analitico'"
|
||||
working-directory: thesis/build/latex/
|
||||
run: sed --regexp-extended --in-place 's/[{][\]indexname[}][{]Indice[}]/{\indexname}{Indice analitico}/g'
|
||||
run: sed --regexp-extended --in-place 's/[{][\]indexname[}][{]Indice[}]/{\indexname}{Indice analitico}/g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
||||
- name: "Remove modindex"
|
||||
working-directory: thesis/build/latex/
|
||||
run: sed --regexp-extended --in-place 's/[\]renewcommand[{][\]indexname[}][{]Indice del modulo Python[}].*[\]end[{]sphinxtheindex[}]//gs'
|
||||
run: sed --regexp-extended --in-place 's/[\]renewcommand[{][\]indexname[}][{]Indice del modulo Python[}].*[\]end[{]sphinxtheindex[}]//gs' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
||||
- name: "Remove routing table"
|
||||
working-directory: thesis/build/latex/
|
||||
run: sed --regexp-extended --in-place 's/[\]renewcommand[{][\]indexname[}][{]HTTP Routing Table[}].*[\]end[{]sphinxtheindex[}]//gs'
|
||||
run: sed --regexp-extended --in-place 's/[\]renewcommand[{][\]indexname[}][{]HTTP Routing Table[}].*[\]end[{]sphinxtheindex[}]//gs' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
||||
- name: "Build PDF document with Latexmk"
|
||||
working-directory: thesis/build/latex/
|
||||
run: make
|
||||
|
|
Loading…
Reference in a new issue