feat(lstlean.tex): add Omega, and fix ` and *
This commit is contained in:
parent
15cdd593c1
commit
e5ab514263
1 changed files with 4 additions and 1 deletions
|
@ -128,6 +128,8 @@ literate=
|
||||||
{⬝}{{\ensuremath{\cdot}}}1
|
{⬝}{{\ensuremath{\cdot}}}1
|
||||||
{•}{{\ensuremath{\cdot}}}1
|
{•}{{\ensuremath{\cdot}}}1
|
||||||
{∘}{{\ensuremath{\circ}}}1
|
{∘}{{\ensuremath{\circ}}}1
|
||||||
|
{`}{{\ensuremath{{}^\backprime}}}1
|
||||||
|
{'}{{\ensuremath{{}^\prime}}}1
|
||||||
|
|
||||||
%{⁻}{{\ensuremath{^{\textup{\kern1pt\rule{2pt}{0.3pt}\kern-1pt}}}}}1
|
%{⁻}{{\ensuremath{^{\textup{\kern1pt\rule{2pt}{0.3pt}\kern-1pt}}}}}1
|
||||||
{⁻}{{\ensuremath{^{-}}}}1
|
{⁻}{{\ensuremath{^{-}}}}1
|
||||||
|
@ -205,12 +207,13 @@ literate=
|
||||||
{∀}{{\color{symbolcolor}\ensuremath{\forall}}}1
|
{∀}{{\color{symbolcolor}\ensuremath{\forall}}}1
|
||||||
{∃}{{\color{symbolcolor}\ensuremath{\exists}}}1
|
{∃}{{\color{symbolcolor}\ensuremath{\exists}}}1
|
||||||
{λ}{{\color{symbolcolor}\ensuremath{\mathrm{\lambda}}}}1
|
{λ}{{\color{symbolcolor}\ensuremath{\mathrm{\lambda}}}}1
|
||||||
|
{Ω}{{\color{symbolcolor}\ensuremath{\Omega}}}1
|
||||||
|
|
||||||
{:=}{{\color{symbolcolor}:=}}1
|
{:=}{{\color{symbolcolor}:=}}1
|
||||||
{=}{{\color{symbolcolor}=}}1
|
{=}{{\color{symbolcolor}=}}1
|
||||||
{<}{{\color{symbolcolor}<}}1
|
{<}{{\color{symbolcolor}<}}1
|
||||||
{+}{{\color{symbolcolor}+}}1
|
{+}{{\color{symbolcolor}+}}1
|
||||||
{*}{{\color{symbolcolor}*}}1,
|
{*}{{\color{symbolcolor}\ensuremath{{}^{*}}}}1,
|
||||||
|
|
||||||
% Comments
|
% Comments
|
||||||
%comment=[s][\itshape \color{commentcolor}]{/-}{-/},
|
%comment=[s][\itshape \color{commentcolor}]{/-}{-/},
|
||||||
|
|
Loading…
Reference in a new issue