Skip to content
Snippets Groups Projects
Commit 78029239 authored by Luke Naylor's avatar Luke Naylor
Browse files

Only downgrade sections and subsections

Fix issue with last commit
parent 7be5290c
No related branches found
No related tags found
No related merge requests found
Pipeline #32614 passed
......@@ -61,7 +61,8 @@ $(1).tex: $(1).ipynb
sed \
-e '/\\documentclass/,/\\maketitle/d' \
-e '/\\end{document}/d' \
-e 's;section{;subsection{;' \
-e 's;\\subsection;\\subsubsection;' \
-e 's;\\section;\\subsection;' \
-i $(1).tex
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment