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},