Skip to content
Snippets Groups Projects
Commit 07a328e7 authored by Tomas Lovato's avatar Tomas Lovato
Browse files

remove withespaces around lexer defintions to avoid errors when using TEX2023

parent f99e4683
No related branches found
No related tags found
1 merge request!15remove white spaces around lexer definitions to avoid errors when using TEX2023
Pipeline #1802 passed with stage
in 6 minutes and 3 seconds
......@@ -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}{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment