From 9e168c98c2532fd3260df226f99ce61b165c5454 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 30 Nov 2021 19:10:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Remove=20subsection=20numbering?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-sphinx-thesis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-sphinx-thesis.yml b/.github/workflows/build-sphinx-thesis.yml index 65e4276..929ba40 100644 --- a/.github/workflows/build-sphinx-thesis.yml +++ b/.github/workflows/build-sphinx-thesis.yml @@ -77,6 +77,9 @@ jobs: run: | source $pythonLocation/activate make latex + - name: "Remove numbering from subsections" + working-directory: thesis/build/latex/ + run: sed --regexp-extended --in-place s/\subsection[{]/\subsection*{/g progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex - name: "Remove numbering from subsubsections" working-directory: thesis/build/latex/ run: sed --regexp-extended --in-place s/\subsubsection[{]/\subsubsection*{/g progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex