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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
# lstdoc package
# Matthew Bertucci 2022/06/20 for v1.8d
#include:listings
#include:fancyvrb
#include:hyperref
#include:color
#include:algorithmic
#include:lgrind
#include:nameref
#include:url
\filedate#S
\fileversion#S
\iffancyvrb#*
\fancyvrbtrue#*
\fancyvrbfalse#*
\ifcolor#*
\colortrue#*
\colorfalse#*
\ifhyper#*
\hypertrue#*
\hyperfalse#*
\ifalgorithmicpkg#*
\algorithmicpkgtrue#*
\algorithmicpkgfalse#*
\iflgrind#*
\lgrindtrue#*
\lgrindfalse#*
\begin{TODO}
\end{TODO}
\begin{ALTERNATIVE}
\end{ALTERNATIVE}
\begin{REMOVED}
\end{REMOVED}
\begin{OLDDEF}
\end{OLDDEF}
\begin{advise}
\end{advise}
\advisespace#*
\labeladvise#*
\begin{syntax}
\end{syntax}
\syntaxnewline
\syntaxor
\syntaxbreak
\syntaxfill
\alternative{item1,item2,...}
\newdocenvironment{envname}{typename}{begdef}{enddef}#N
\begin{aspect}{aspect}
\end{aspect}
\PrintAspectName{aspect}
\SpecialMainAspectIndex{aspect}
\begin{lstkey}{key%plain}
\end{lstkey}
\PrintKeyName{key%plain}
\SpecialMainKeyIndex{key%plain}
\theargcount#*
\labelargcount#*
\begin{macroargs}
\end{macroargs}
\begin{lstsample}{left}{right}
\begin{lstsample}[point list]{left}{right}
\end{lstsample}
\begin{lstxsample}
\begin{lstxsample}[point list]
\end{lstxsample}
\lstref{label}#r
\ikeyname{key%plain}
\ekeyname{key%plain}
\rkeyname{key%plain}
\icmdname{cmd}
\rcmdname{cmd}
\lstaspectindex{item}{arg}
\lstkeyindex{key%plain}{arg}
\lstisaspect{aspect}{list}
\lstprintaspectkeysandcmds{aspect}
\lstcheckreference
\lst
\Cpp
\keyname{key%plain}
\keyvalue{value}
\hookname{hook}
\aspectname{aspect}
\packagename{package}
\switchfontfamily{family1}{family2}#*
darkgreen#B
\rstyle
\lstthanks{name}{email%URL}#U
\lsthelper{name}{date}{contribution%text}
\pointstyle#*
\lstscanlanguages{list macro%cmd}{input files}{don't input}#d
\lstprintlanguages{list macro}
|