From f365644b03f150afe4df4ef639b0e93e1619055a Mon Sep 17 00:00:00 2001 From: Michael Grinberg <michael.grinberg@iosb.fraunhofer.de> Date: Wed, 23 Oct 2019 13:22:34 +0200 Subject: [PATCH] =?UTF-8?q?Kleinigkeiten,=20u.a.=20"sch=C3=B6ner"=20Zeilen?= =?UTF-8?q?umbruch=20in=20einer=20=C3=9Cberschrift?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/0X-ExampleContents/Listings.tex | 4 ++-- content/0X-ExampleContents/Tabellen.tex | 2 +- content/Inhalt-Examples.tex | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/0X-ExampleContents/Listings.tex b/content/0X-ExampleContents/Listings.tex index b05289e..360962c 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 771f844..a06466c 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 8df0eb2..9563510 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} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -- GitLab