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

🔨 Remove subsection numbering

This commit is contained in:
Steffo 2021-11-30 19:10:55 +01:00
parent e46caac242
commit 9e168c98c2
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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