1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🎓 No s, i guess

This commit is contained in:
Steffo 2021-12-02 08:54:53 +01:00
parent 33f75a070f
commit 1e8d9e7d03
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -94,10 +94,10 @@ jobs:
run: sed --regexp-extended --in-place 's/[{][\]indexname[}][{]Indice[}]/{\indexname}{Indice analitico}/g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex run: sed --regexp-extended --in-place 's/[{][\]indexname[}][{]Indice[}]/{\indexname}{Indice analitico}/g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
- name: "Remove modindex" - name: "Remove modindex"
working-directory: thesis/build/latex/ working-directory: thesis/build/latex/
run: sed --regexp-extended --in-place 's/[\]renewcommand[{][\]indexname[}][{]Indice del modulo Python[}].*[\]end[{]sphinxtheindex[}]//gs' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex run: sed --regexp-extended --in-place 's/[\]renewcommand[{][\]indexname[}][{]Indice del modulo Python[}].*[\]end[{]sphinxtheindex[}]//g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
- name: "Remove routing table" - name: "Remove routing table"
working-directory: thesis/build/latex/ working-directory: thesis/build/latex/
run: sed --regexp-extended --in-place 's/[\]renewcommand[{][\]indexname[}][{]HTTP Routing Table[}].*[\]end[{]sphinxtheindex[}]//gs' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex run: sed --regexp-extended --in-place 's/[\]renewcommand[{][\]indexname[}][{]HTTP Routing Table[}].*[\]end[{]sphinxtheindex[}]//g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
- name: "Build PDF document with Latexmk" - name: "Build PDF document with Latexmk"
working-directory: thesis/build/latex/ working-directory: thesis/build/latex/
run: make run: make