Skip to content
Snippets Groups Projects
Commit f365644b authored by Michael Grinberg's avatar Michael Grinberg
Browse files

Kleinigkeiten, u.a. "schöner" Zeilenumbruch in einer Überschrift

parent 5257bda3
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ direkt verwendet werden können (s. \cref{lst:java-listing}). ...@@ -33,7 +33,7 @@ direkt verwendet werden können (s. \cref{lst:java-listing}).
So bewirkt beispielsweise So bewirkt beispielsweise
% %
\begin{latex}[caption={Beispiel eines Listings in Java},label={lst:java-listing}] \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}] label={lst:hello-world}]
public class HelloWorld { public class HelloWorld {
public static void main( String[] args ) { public static void main( String[] args ) {
...@@ -45,7 +45,7 @@ public class HelloWorld { ...@@ -45,7 +45,7 @@ public class HelloWorld {
% %
das folgende Ergebnis: 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 class HelloWorld {
public static void main( String[] args ) { public static void main( String[] args ) {
System.out.println( "HelloWorld" ); System.out.println( "HelloWorld" );
......
...@@ -14,7 +14,7 @@ sowie die Dokumentation des \pkg{booktabs}-Pakets \cite{Fear2005}. ...@@ -14,7 +14,7 @@ sowie die Dokumentation des \pkg{booktabs}-Pakets \cite{Fear2005}.
\end{itemize*} \end{itemize*}
zur Verfügung. 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{latex}[caption={Einfache Tabelle in \LaTeX},label={lst:tabellenbeispiel}]
\begin{table}% \begin{table}%
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
\begin{showExamples}% \begin{showExamples}%
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Anleitung zur Nutzung dieser Vorlage}% \chapter{Anleitung zur Nutzung \mbox{dieser Vorlage}}%
\label{chap:Examples} \label{chap:Examples}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment