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
0c82c7e8
Commit
0c82c7e8
authored
May 30, 2019
by
Lennart Klebl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
screenshot, packages
parent
6b88ec6f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
workshops/latex/examples/preamble.pdf
workshops/latex/examples/preamble.pdf
+0
-0
workshops/latex/examples/preamble.tex
workshops/latex/examples/preamble.tex
+2
-3
workshops/latex/figures/texstudio.png
workshops/latex/figures/texstudio.png
+0
-0
workshops/latex/latex.tex
workshops/latex/latex.tex
+5
-2
No files found.
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
{
amsmath
}
% Viel Mathe-Zeug
\usepackage
{
mathtools
}
% 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
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