From 29dc9162a71fb07fe41eebf77329117a566cb6ce Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 7 Dec 2021 18:32:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Or=20like=20this=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thesis/source/conf.py | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/thesis/source/conf.py b/thesis/source/conf.py index 520a302..75d3d44 100644 --- a/thesis/source/conf.py +++ b/thesis/source/conf.py @@ -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}