Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
talks
Commits
0c82c7e8
Commit
0c82c7e8
authored
May 30, 2019
by
Lennart Klebl
Browse files
screenshot, packages
parent
6b88ec6f
Changes
4
Hide whitespace changes
Inline
Side-by-side
workshops/latex/examples/preamble.pdf
View file @
0c82c7e8
No preview for this file type
workshops/latex/examples/preamble.tex
View file @
0c82c7e8
\documentclass
[12pt,a6paper]
{
article
}
% Minimale Präambel für die meisten Fälle
\usepackage
{
polyglossia
}
% Silbentrennung
\setmainlanguage
{
german
}
% Sprache für ^^
\usepackage
[german]
{
babel
}
\usepackage
[margin=2cm]
{
geometry
}
% Rand
\usepackage
{
ams
math
}
% Viel Mathe-Zeug
\usepackage
{
math
tools
}
% Viel Mathe-Zeug
\usepackage
{
graphicx
}
% Bilder
\usepackage
{
xcolor
}
% Farben
\usepackage
{
hyperref
}
% Links
...
...
workshops/latex/figures/texstudio.png
0 → 100644
View file @
0c82c7e8
213 KB
workshops/latex/latex.tex
View file @
0c82c7e8
...
...
@@ -26,7 +26,7 @@
commentstyle=
\itshape\color
{
RoyalBlue
}
,
keywordstyle=
\color
{
RoyalBlue
}
\bfseries
,
moretexcs=
{
lstset,subsubsection,paragraph,subsection,color,sl,textcolor,lstinputlisting,newfontfamily,fontsize,section,documentclass,begin,includegraphics,hello,bye,setmainlanguage,setlength
}
,
morekeywords=
{
center,document,flushleft,flushright,itemize,enumerate,tabular,article,polyglossia,geometry,amsmath,graphicx,xcolor,hyperref,figure
}
morekeywords=
{
center,document,flushleft,flushright,itemize,enumerate,tabular,article,polyglossia,geometry,amsmath,graphicx,xcolor,hyperref,figure
,babel
}
}
\makeatletter
...
...
@@ -137,10 +137,13 @@
\item
Normaler Text hier wird später im PDF landen
\item
Befehle, z.
\,
B.
\texttt
{
\textbackslash
textbf
\{\}
}
, haben Effekte (z.
\,
B.
\textbf
{
fett
}
)
\item
Kommentare (mit
\%
) werden ignoriert
\item
Editor: Screenshot
\end{itemize}
\end{frame}
\begin{frame}
{
TeXStudio (Editor)
}
\vspace
{
-8pt
}
\includegraphics
[width=\textwidth]
{
figures/texstudio.png
}
\end{frame}
\begin{frame}
[fragile]
{
Umbrüche
}
\structure
{
Zeilen:
}
...
...
Write
Preview
Supports
Markdown
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