From 5d4ae70397e88fb4a609451ad12dc821e1d20c67 Mon Sep 17 00:00:00 2001 From: efradtschuk Date: Mon, 11 Apr 2022 10:18:03 +0200 Subject: [PATCH] use same font size for listings --- commands.tex | 2 +- listings/source-code-listings/listings-import-styled.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands.tex b/commands.tex index 66f255b..2fab6cb 100644 --- a/commands.tex +++ b/commands.tex @@ -128,7 +128,7 @@ \ifthenelse{\equal{#1}{latex}}{% \lstset{language=#1, - basicstyle=\footnotesize\ttfamily, + basicstyle=\small\ttfamily, breaklines=true, keywordstyle=\color{ForestGreen}\bfseries, emph={% diff --git a/listings/source-code-listings/listings-import-styled.tex b/listings/source-code-listings/listings-import-styled.tex index 365e94e..a3ff2ab 100644 --- a/listings/source-code-listings/listings-import-styled.tex +++ b/listings/source-code-listings/listings-import-styled.tex @@ -11,7 +11,7 @@ keywordstyle=\color{codeblue}, identifierstyle=\color{codegreen}, stringstyle=\color{codeyellow}, - basicstyle=\footnotesize + basicstyle=\small \ttfamily\color{white}, commentstyle=\color{codegray}, numberstyle=\tiny\color{codegray},