Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
T
talks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
osak
talks
Commits
29383f7d
Commit
29383f7d
authored
Jun 01, 2019
by
Lennart Klebl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
presentation almost done
parent
a6f754fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
14 deletions
+20
-14
workshops/latex/latex.tex
workshops/latex/latex.tex
+20
-14
No files found.
workshops/latex/latex.tex
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}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment