Skip to content
Snippets Groups Projects

Resolve "Documentation PDF: erreurs à la compilation"

Merged David Dorchies requested to merge 656-documentation-pdf-erreurs-a-la-compilation into devel
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -141,7 +141,7 @@ def convertMdToTex(filePath):
# adjust images max width/height
l = l.replace('\\includegraphics', '\\includegraphics[max size={\\textwidth}{0.9\\textheight}]')
# force figures placement
l = l.replace('\\begin{figure}', '\\begin{figure}[h!]')
l = l.replace('\\begin{figure}', '\\begin{figure}[ht!]')
# make som subsubsections invisible (for CHANGELOG)
l = re.sub(r'(\\subsubsection)({[0-9]+.[0-9]+.[0-9]+)', r'\1*\2', l)
ls[i] = l
Loading