From 07a328e7ca61b9b207c4fcc1d7404c99da4b7489 Mon Sep 17 00:00:00 2001 From: Tomas Lovato <tomas.lovato@cmcc.it> Date: Thu, 13 Jul 2023 13:55:24 +0200 Subject: [PATCH] remove withespaces around lexer defintions to avoid errors when using TEX2023 --- latex/global/highlighting.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/latex/global/highlighting.tex b/latex/global/highlighting.tex index db6b2db..f0d11ef 100644 --- a/latex/global/highlighting.tex +++ b/latex/global/highlighting.tex @@ -10,19 +10,19 @@ %% Inline \newmintinline[forcode]{fortran}{bgcolor=,fontsize=auto} %% \forcode{...} -\newmintinline[xmlcode]{xml}{ bgcolor=,fontsize=auto} %% \xmlcode{...} +\newmintinline[xmlcode]{xml}{bgcolor=,fontsize=auto} %% \xmlcode{...} \newmintinline[snippet]{console}{bgcolor=,fontsize=auto} %% \snippet{...} %% Oneliner \newmint[forline]{fortran}{} %% \forline|...| -\newmint[xmlline]{xml }{} %% \xmlline|...| -\newmint[cmd]{ console}{} %% \cmd|...| +\newmint[xmlline]{xml}{} %% \xmlline|...| +\newmint[cmd]{console}{} %% \cmd|...| %% Multi-lines \newminted[forlines]{fortran}{} %% \begin{forlines} -\newminted[xmllines]{xml }{} %% \begin{xmllines} -\newminted[cmds]{ console}{} %% \begin{cmds} -\newminted[clines]{ c }{} %% \begin{clines} +\newminted[xmllines]{xml}{} %% \begin{xmllines} +\newminted[cmds]{console}{} %% \begin{cmds} +\newminted[clines]{c}{} %% \begin{clines} %% File (namelist or module) \newmintedfile[forfile]{fortran}{} -- GitLab