1 % LaTeX class with Samba-specific commands
2 % Copyright (C) 2004 Jelmer Vernooij <jelmer@samba.org>
3 % Released under the GNU GPL v3 or later
5 \newcommand{\smbconfsection}[1]{\emph{#1}}
6 \newcommand{\smbconfoption}[1]{\index{#1}\emph{#1}}
7 % smb.conf syntax highlighting
8 \RequirePackage{listings
}
9 \RequirePackage{xcolor
}
11 \lstdefinelanguage{smbconf
}{
15 \lstdefinestyle{smbconfblock
}
18 backgroundcolor=
\color[gray
]{0.93},
21 prebreak=
{\space\linebreaksign},
25 \newcommand{\linebreaksign}{\hbox{\ensuremath\hookleftarrow}}