mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 14:24:22 +00:00
🔧 Or like this?
This commit is contained in:
parent
31db41190f
commit
29dc9162a7
1 changed files with 3 additions and 9 deletions
|
@ -139,7 +139,9 @@ latex_setup = {
|
|||
"errorBorderColor": "{rgb}{0.95,0.62,0.59}",
|
||||
"errorBgColor": "{rgb}{0.95,0.62,0.59}",
|
||||
|
||||
"bookmarksdepth": 2,
|
||||
"bookmarksdepth": "2",
|
||||
|
||||
"verbatimforcewraps": "true",
|
||||
}
|
||||
latex_elements = {
|
||||
"papersize": "a4paper",
|
||||
|
@ -150,14 +152,6 @@ latex_elements = {
|
|||
\setsansfont{EB Garamond}
|
||||
\setmonofont{Fira Code}
|
||||
""",
|
||||
"preamble": r"""
|
||||
\renewcommand{\pysigline}[1]{%
|
||||
\setlength{\py@argswidth}{\dimexpr\labelwidth+\linewidth\relax}%
|
||||
\item[{\parbox[t]{\py@argswidth}{\raggedright#1}}]}
|
||||
\renewcommand{\pysiglinewithargsret}[1]{%
|
||||
\setlength{\py@argswidth}{\dimexpr\labelwidth+\linewidth\relax}%
|
||||
\item[{\parbox[t]{\py@argswidth}{\raggedright#1}}]}
|
||||
""",
|
||||
"maketitle": r"""
|
||||
\begin{titlepage}
|
||||
|
||||
|
|
Loading…
Reference in a new issue