Split Samba-specific LaTeX commands into their own LaTeX package,
[sfrench/samba-autobuild/.git] / docs-xml / xslt / latex / sambadoc.cls
index 8fe0043bc955a59bab2cb905174c921a4d5cc37c..3f45cb7600690e740d84a1eddea7e22e4237814f 100644 (file)
@@ -307,29 +307,8 @@ page \thepage \space undefined}}%
 \renewcommand\listfigurename{\uppercase{List Of Figures}}
 \renewcommand\listtablename{\uppercase{List Of Tables}}
 
-% smb.conf syntax highlighting
-\RequirePackage{listings}
-\RequirePackage{xcolor}
-
-\lstdefinelanguage{smbconf}{
-       morecomment=[l]{\#},
-}
-
 \newcommand{\linebreaksign}{\hbox{\ensuremath\hookleftarrow}}
 
-\lstdefinestyle{smbconfblock}
-{
-       breaklines=true,
-       backgroundcolor=\color[gray]{0.93},
-       frame=single,
-       frameround=tttt,
-       prebreak={\space\linebreaksign},
-       basicstyle=\small
-}
-
-\newcommand{\smbconfsection}[1]{\emph{#1}}
-\newcommand{\smbconfoption}[1]{\index{#1}\emph{#1}}
-
 \setlength{\emergencystretch}{0cm}
 
 
@@ -343,3 +322,5 @@ page \thepage \space undefined}}%
 \renewcommand{\textfraction}{0.1}
 \renewcommand{\topfraction}{1.0}
 \renewcommand{\bottomfraction}{1.0}
+
+\RequirePackage{samba}