From 33f75a070fc4777a53093f6e6c99d60c16a0ca0c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 2 Dec 2021 08:47:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=93=20Fix=20the=20dirty=20hacks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-sphinx-thesis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-sphinx-thesis.yml b/.github/workflows/build-sphinx-thesis.yml index 511b0d3..5767ab7 100644 --- a/.github/workflows/build-sphinx-thesis.yml +++ b/.github/workflows/build-sphinx-thesis.yml @@ -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