Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
talks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
osak
talks
Commits
29383f7d
Commit
29383f7d
authored
6 years ago
by
Lennart Klebl
Browse files
Options
Downloads
Patches
Plain Diff
presentation almost done
parent
a6f754fb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
workshops/latex/latex.tex
+20
-14
20 additions, 14 deletions
workshops/latex/latex.tex
with
20 additions
and
14 deletions
workshops/latex/latex.tex
+
20
−
14
View file @
29383f7d
...
...
@@ -12,6 +12,7 @@
\usepackage
{
calc
}
\graphicspath
{{
figures/
}{
examples/
}}
\usefonttheme
{
professionalfonts
}
\newcommand
{
\bsl
}{
\textbackslash
}
\hypersetup
{
unicode=true
}
...
...
@@ -33,7 +34,6 @@
\newcommand\notsotiny
{
\@
setfontsize
\notsotiny
{
7
}{
8
}}
\makeatother
% TODO Titel & Autoren anpassen!
\date
{
05.06.2019
}
\title
[Einführung in \LaTeX]
{
Einführung in
\LaTeX
}
\author
{
Valentin Bruch
}
...
...
@@ -46,7 +46,6 @@
\newlength\marginwidth
\newcommand\marginbox
[3][2pt]
{
% USAGE: \marginbox[margin width]{width}{content}
% TODO: width is set manually such that it fits real width!
\setlength\marginwidth
{
#1
}
\begin{tikzpicture}
[even odd rule, scale=1]
\node
[anchor=north west]
(text)
{
%
...
...
@@ -63,7 +62,7 @@
\begin{document}
\begin{frame}
{
OSAK
\LaTeX
-Workshop
}{
Installation einer
\TeX
-Distribution
}
% TODO
\Huge\%
TODO QR CODE UND URL
\Huge
QR-CODE UND/ODER URL
\end{frame}
...
...
@@ -581,14 +580,15 @@
\end{frame}
\begin{frame}
[fragile]
{
Labels, Referenzen und Links
}
\structure
{
Referenzen
}
markieren mit
\texttt
{
\textbackslash
label
}
,
verweisen mit
\texttt
{
\textbackslash
ref
}
:
\structure
{
Referenzen
}
markieren mit
\texttt
{
\bfseries\color
{
Mahogany
}
\textbackslash
label
}
,
verweisen mit
\texttt
{
\bfseries\color
{
Mahogany
}
\textbackslash
ref
}
:
\begin{tikzpicture}
\node
[matrix, column sep=4pt, row sep=6pt]
{
\node
{
\begin{minipage}
[t][10mm][c]
{
.28
\textwidth
}
\begin{itemize}
\item
Gleichungen, Sections,
\textbf
{
Figures
}
und vieles mehr!
\item
Gleichungen, Sections, Figures und vieles mehr!
\end{itemize}
\end{minipage}
}
;
&
...
...
@@ -607,7 +607,8 @@
\node
{
\begin{minipage}
[t][10mm][c]
{
.28
\textwidth
}
\begin{itemize}
\item
\texttt
{
ref
}
darf auch vor vor dem
\texttt
{
label
}
stehen
\item
\highlightRed
{
\bsl
ref
}
darf auch vor vor dem
\highlightRed
{
\bsl
label
}
stehen
\end{itemize}
\end{minipage}
}
;
&
...
...
@@ -630,7 +631,8 @@
\begin{frame}
[fragile]
{
Verschiedenes
}
\structure
{
Fußnoten:
}
\begin{itemize}
\item
Einfügen mit
\verb
|
\footnote{Fußnotentext}
|
irgendwo:
\item
Einfügen mit
\highlightRed
{
\bsl
footnote
}
\verb
+
{Fußnotentext}
+
irgendwo:
\end{itemize}
\begin{center}
\vspace
{
-6pt
}
...
...
@@ -668,16 +670,19 @@
\begin{frame}
[fragile]
{
Präambel
}
\begin{columns}
\begin{column}
{
0.4
\textwidth
}
\structure
{
Die
\glqq
{
Präambel
}
\grqq
}
wird benutzt für
\structure
{
Die
\glqq
{
Präambel
}
\grqq
}
wird benutzt für
\\
[3pt]
\begin{itemize}
\item
\glqq
{
Dokumentenklasse
\grqq
}
-- also
\emph
{
Vorlage
}
(
\highlightRed
{
\textbackslash
{}
documentclass
}
)
\item
Pakete laden (
\highlightRed
{
\textbackslash
{}
usepackage
}
)
\item
Macros definieren (
\highlightRed
{
\textbackslash
{}
newcommand
}
)
\item
Dokumententyp:
\\
\highlightRed
{
\textbackslash
{}
documentclass
}
\\
[4pt]
\item
Pakete laden:
\\
\highlightRed
{
\textbackslash
{}
usepackage
}
\\
[4pt]
\item
Macros definieren:
\\
\highlightRed
{
\textbackslash
{}
newcommand
}
\\
[4pt]
\item
\highlightRed
{
\textbackslash
{}
begin
}
\verb
+
{document}
+
\\
(
\highlightRed
{
\textbackslash
{}
end
}
\verb
+
{document}
+
)
\highlightRed
{
\textbackslash
{}
end
}
\verb
+
{document}
+
\end{itemize}
\end{column}
\hspace
{
10pt
}
\begin{column}
{
0.05
\textwidth
}
{
\only
<1>
{
\color
{
RoyalBlue
}}
\only
<2>
{
\color
{
Green
}}
\rule
{
0.5pt
}{
0.8
\textheight
}}
\end{column}
...
...
@@ -685,6 +690,7 @@
\only
<1>
{
\lstinputlisting
[basicstyle=\tiny\ttfamily]
{
examples/preamble.tex
}}
\only
<2>
{
\vspace
{
-.5em
}
\includegraphics
[width=0.8\textwidth]
{
examples/preamble.pdf
}}
\end{column}
\hspace
{
-10pt
}
\end{columns}
\end{frame}
...
...
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