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:
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: |
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue