Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dissertation-Template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIT-KSP
Dissertation-Template
Commits
f365644b
Commit
f365644b
authored
5 years ago
by
Michael Grinberg
Browse files
Options
Downloads
Patches
Plain Diff
Kleinigkeiten, u.a. "schöner" Zeilenumbruch in einer Überschrift
parent
5257bda3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
content/0X-ExampleContents/Listings.tex
+2
-2
2 additions, 2 deletions
content/0X-ExampleContents/Listings.tex
content/0X-ExampleContents/Tabellen.tex
+1
-1
1 addition, 1 deletion
content/0X-ExampleContents/Tabellen.tex
content/Inhalt-Examples.tex
+1
-1
1 addition, 1 deletion
content/Inhalt-Examples.tex
with
4 additions
and
4 deletions
content/0X-ExampleContents/Listings.tex
+
2
−
2
View file @
f365644b
...
@@ -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" );
...
...
This diff is collapsed.
Click to expand it.
content/0X-ExampleContents/Tabellen.tex
+
1
−
1
View file @
f365644b
...
@@ -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
}
a
u
ngefü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}
%
...
...
This diff is collapsed.
Click to expand it.
content/Inhalt-Examples.tex
+
1
−
1
View file @
f365644b
...
@@ -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
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment