diff --git a/content/0X-ExampleContents/Listings.tex b/content/0X-ExampleContents/Listings.tex index b05289e026ff6c4e51d2dfab531ee6eed375c668..360962cd11da25aaa9b530e6143b43a0b9d9d267 100644 --- a/content/0X-ExampleContents/Listings.tex +++ b/content/0X-ExampleContents/Listings.tex @@ -33,7 +33,7 @@ direkt verwendet werden können (s. \cref{lst:java-listing}). So bewirkt beispielsweise % \begin{latex}[caption={Beispiel eines Listings in Java},label={lst:java-listing}] -\begin{java}[caption={A Java Hello-World example},% +\begin{java}[caption={Ein Hello-World Beispiel in Java},% label={lst:hello-world}] public class HelloWorld { public static void main( String[] args ) { @@ -45,7 +45,7 @@ public class HelloWorld { % das folgende Ergebnis: % -\begin{C++}[caption={A Java Hello-World example},label={lst:hello-world}] +\begin{C++}[caption={Ein Hello-World Beispiel in Java},label={lst:hello-world}] public class HelloWorld { public static void main( String[] args ) { System.out.println( "HelloWorld" ); diff --git a/content/0X-ExampleContents/Tabellen.tex b/content/0X-ExampleContents/Tabellen.tex index 771f8443079803e8eae502a1e27b1a5819c7065d..a06466c343a2d23a84f1b94ee6009a6d95e6c590 100644 --- a/content/0X-ExampleContents/Tabellen.tex +++ b/content/0X-ExampleContents/Tabellen.tex @@ -14,7 +14,7 @@ sowie die Dokumentation des \pkg{booktabs}-Pakets \cite{Fear2005}. \end{itemize*} zur Verfügung. -Der Code für eine einfache Tabelle ist im \cref{lst:tabellenbeispiel} aungeführt. +Der Code für eine einfache Tabelle ist im \cref{lst:tabellenbeispiel} angeführt. \begin{latex}[caption={Einfache Tabelle in \LaTeX},label={lst:tabellenbeispiel}] \begin{table}% diff --git a/content/Inhalt-Examples.tex b/content/Inhalt-Examples.tex index 8df0eb2249977218c4fae833339f48dd09cb5977..956351041d73d5ac23eb43ef3c8b485b75462753 100644 --- a/content/Inhalt-Examples.tex +++ b/content/Inhalt-Examples.tex @@ -6,7 +6,7 @@ \begin{showExamples}% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\chapter{Anleitung zur Nutzung dieser Vorlage}% +\chapter{Anleitung zur Nutzung \mbox{dieser Vorlage}}% \label{chap:Examples} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %