1 \documentclass{article
}
3 \usepackage[utf8
]{inputenc}
5 \usepackage[usenames
]{color}
7 \usepackage{supertabular
}
9 \usepackage{latexsym, amssymb
}
13 \setlength{\parindent}{0pt
}
15 % Make LaTeX output a dot when typing an asterisk
16 \DeclareMathSymbol{*
}{\mathbin}{symbols
}{"
01}
19 \definecolor{yobg
}{rgb
}{0.9,
0.9,
1}
20 \definecolor{yotxt
}{rgb
}{0.01,
0.01,
0.52} % a dark blue.
21 \definecolor{mylstbg
}{rgb
}{0.98,
0.98,
0.98} % a really pale grey.
22 \definecolor{mylstcmt
}{rgb
}{0.01,
0.52,
0.01} % a dark green.
23 \definecolor{mylstdoc
}{rgb
}{0.80,
0.30,
0.80} % a medium pink.
31 numberstyle=
\tiny\ttfamily,
32 backgroundcolor=
\color{mylstbg
},
33 basicstyle=
\scriptsize\ttfamily,
34 commentstyle=
\slshape\color{mylstcmt
},
%\itshape,
36 columns=flexible,
%fixed,
37 showstringspaces=false,
58 emph=
{component, declare, environment, import, library, process
},
59 emph=
{[2]ffunction, fconstant, fvariable
},
60 emph=
{[3]button, checkbox, vslider, hslider, nentry, vgroup, hgroup, tgroup, vbargraph, hbargraph, attach
},
61 emphstyle=
\color{yotxt
},
%\underline, %\bfseries,
62 morecomment=
[s
][\color{mylstdoc
}]{<mdoc>
}{</mdoc>
},
63 rulecolor=
\color{black
}