mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 14:54:22 +00:00
🔨 Remove subsection numbering
This commit is contained in:
parent
e46caac242
commit
9e168c98c2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-sphinx-thesis.yml
vendored
3
.github/workflows/build-sphinx-thesis.yml
vendored
|
@ -77,6 +77,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
source $pythonLocation/activate
|
source $pythonLocation/activate
|
||||||
make latex
|
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"
|
- name: "Remove numbering from subsubsections"
|
||||||
working-directory: thesis/build/latex/
|
working-directory: thesis/build/latex/
|
||||||
run: sed --regexp-extended --in-place s/\subsubsection[{]/\subsubsection*{/g progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
run: sed --regexp-extended --in-place s/\subsubsection[{]/\subsubsection*{/g progettazioneesviluppodisophonapplicativocloudasupportodellaricerca.tex
|
||||||
|
|
Loading…
Reference in a new issue