Skip to content

Commit

Permalink
bug test Pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-lirussi committed Nov 16, 2021
1 parent a0126da commit b5ec141
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@
\usepackage{ifthen}
%\usepackage[most]{tcolorbox}
\usepackage{pgfplots}

\lstdefinelanguage{JavaScript}{
keywords={typeof, new, true, false, catch, function, return, null, catch, switch, var, if, in, while, do, else, case, break, let, throw},
}

\lstset{
language=JavaScript,
extendedchars=true,
}

%\usepackage{Style/pgfplotsthemetol}

\pgfplotsset{compat=1.16}
Expand Down

0 comments on commit b5ec141

Please sign in to comment.