PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : XML & C Code einbinden



killermense
28-05-2008, 11:04
Hallo zusammen.
Versuche grad verschiedene Codestücke in meine DA einzubinden.
Für C Code funktioniert das Syntaxhighlighting, aber beim XML Code
passiert nix.

Kann mir jemand helfen?

\usepackage{color, listings}
\definecolor{DGray}{gray}{0.6}
\definecolor{Gray}{gray}{0.9}
\definecolor{CGreen}{RGB}{31, 104, 22}

\lstset{
basicstyle = \small\sourceMore,%\tt, %\footnotesize
keywordstyle = \color{blue},
identifierstyle = \color{black},
commentstyle = \color{CGreen},
stringstyle = \color{black},
showstringspaces = false
}

\lstloadlanguages{Java,XML,HTML}
\lstset{language=[Visual]C++, backgroundcolor=\color{Gray}}

....


\begin{lstlisting}[caption={Umsetzung der Diplomarbeit im Testcenter}]
//Gewinde
static ThreadGapMethod_typ threadGapMethod1;
...
void SmartCameraMethods::SmartMethod::
SetParameterForThreadGapMethod1(short Id, ...)
{
threadGapMethod1.Param.Id = Id;
threadGapMethod1.Param.ShowOverlay = ShowOverlay;
...
}
\end{lstlisting}


\lstset{language=XML}

\begin{lstlisting}

...XML-Code...

\end{lstlisting}

das Ergebnis kann man im Anhang sehen