From 9f129f64d96d2941c7087ee8c241f150a6c21b56 Mon Sep 17 00:00:00 2001 From: tTh Date: Mon, 16 Sep 2024 03:50:09 +0200 Subject: [PATCH] no border on listings --- tetatricks.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tetatricks.tex b/tetatricks.tex index be28059..0338467 100644 --- a/tetatricks.tex +++ b/tetatricks.tex @@ -28,7 +28,8 @@ \setlength \parskip {0.30em} % XXX %------ reglages des 'listings' -\lstset{frame=single} % dessin d'un cadre autour du listing +\lstset{frame=none} % éventuel dessin d'un cadre autour du listing + \lstset{basicstyle=\ttfamily\small} \lstset{aboveskip=0.7em,belowskip=0.7em}