From 930efc118950f30594f160f0619be876200eeaa3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 30 Nov 2021 18:06:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Apply=20the=20mitigation=20sugge?= =?UTF-8?q?sted=20in=20#100?= 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, 6 insertions(+) diff --git a/.github/workflows/build-sphinx-thesis.yml b/.github/workflows/build-sphinx-thesis.yml index 88c7222..2af01a6 100644 --- a/.github/workflows/build-sphinx-thesis.yml +++ b/.github/workflows/build-sphinx-thesis.yml @@ -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