From a61a77d0fdab40c389a31c6c3c6c7f0f88b7ac7b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 2 Dec 2021 09:14:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=93=20Try=20a=20different=20approach?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-sphinx-thesis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build-sphinx-thesis.yml b/.github/workflows/build-sphinx-thesis.yml index 2bada7e..8f08308 100644 --- a/.github/workflows/build-sphinx-thesis.yml +++ b/.github/workflows/build-sphinx-thesis.yml @@ -89,15 +89,6 @@ jobs: - name: "Remove numbering from subparagraphs" working-directory: thesis/build/latex/ 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' 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[}]//g' 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[}]//g' progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex - name: "Build PDF document with Latexmk" working-directory: thesis/build/latex/ run: make