scorefan
13-01-2010, 16:32
Hallo,
wie kann ich bei einem Listing die Umrandung entfernen?
\lstloadlanguages{[Sharp]C, Xml}
\lstset{
float=hbp,
keywordstyle=\color{colKeys},
stringstyle=\color{blue},
commentstyle=\color{green},
basicstyle=\ttfamily\small,
identifierstyle=\color{darkblue},
columns=flexible,
frame=single,
extendedchars=true,
showspaces=false,
showstringspaces=false,
numbers=none,
numberstyle=\small,
breaklines=true,
backgroundcolor=\color{lightgrey},
breakautoindent=true,
captionpos=b,
frameround=tttt
}
wie kann ich bei einem Listing die Umrandung entfernen?
\lstloadlanguages{[Sharp]C, Xml}
\lstset{
float=hbp,
keywordstyle=\color{colKeys},
stringstyle=\color{blue},
commentstyle=\color{green},
basicstyle=\ttfamily\small,
identifierstyle=\color{darkblue},
columns=flexible,
frame=single,
extendedchars=true,
showspaces=false,
showstringspaces=false,
numbers=none,
numberstyle=\small,
breaklines=true,
backgroundcolor=\color{lightgrey},
breakautoindent=true,
captionpos=b,
frameround=tttt
}