1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
# cnltx-base package
# Matthew Bertucci 10/18/2021 for v0.15
#include:pgfopts
#include:etoolbox
#include:ltxcmds
#include:pdftexcmds
#include:trimspaces
#include:xcolor
\iftest{test directive}{true}{false}#*
\nottest{test directive}{not true}{not false}#*
\expandtwice{code}#*
\cnltxat#*
\cnltxletterat#*
\cnltxotherat#*
\cnltxbang#*
\cnltxequal#*
\setcnltx{options%keyvals}
#keyvals:\setcnltx#c
color-scheme=%<color scheme name%>
set-trail-punct={%<punctuation marks%>}
#endkeyvals
\DeclareCounterRepresentation{cmd}{definition}#d
\newcounterrepresentation{cmd}{definition}#d
\providecounterrepresentation{cmd}{definition}#d
\renewcounterrepresentation{cmd}{definition}#d
\newexpandablecmd{cmd}{definition}#*d
\newexpandablecmd{cmd}[args]{definition}#*d
\newexpandablecmd{cmd}[args][default]{definition}#*d
\newexpandablecmd*{cmd}{definition}#*d
\newexpandablecmd*{cmd}[args]{definition}#*d
\newexpandablecmd*{cmd}[args][default]{definition}#*d
\renewexpandablecmd{cmd}{definition}#*d
\renewexpandablecmd{cmd}[args]{definition}#*d
\renewexpandablecmd{cmd}[args][default]{definition}#*d
\renewexpandablecmd*{cmd}{definition}#*d
\renewexpandablecmd*{cmd}[args]{definition}#*d
\renewexpandablecmd*{cmd}[args][default]{definition}#*d
\provideexpandablecmd{cmd}{definition}#*d
\provideexpandablecmd{cmd}[args]{definition}#*d
\provideexpandablecmd{cmd}[args][default]{definition}#*d
\provideexpandablecmd*{cmd}{definition}#*d
\provideexpandablecmd*{cmd}[args]{definition}#*d
\provideexpandablecmd*{cmd}[args][default]{definition}#*d
cnltxbrown#B
cnltxblue#B
cnltxred#B
cnltxgreen#B
cnltxgray#B
cnltxyellow#B
cnltxformalblue#B
cnltxformalred#B
cs#B
option#B
module#B
comment#B
beginend#B
env#B
argument#B
meta#B
cnltx#B
cnltxbg#B
link#B
versionnote#B
bibentry#B
bibentryfield#B
expandable#B
unexpandable#B
makeidxkey#B
makeidxstring#B
\definecolorscheme{name}{color assignments}
|