-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlecture.tex
34 lines (26 loc) · 846 Bytes
/
lecture.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\documentclass[parskip=half]{scrartcl}
% for compiling parts of the script
\newcounter{chapter}
\newcommand{\chapter}[1]{\clearpage\stepcounter{chapter}\setcounter{section}{0}{\Huge \bfseries Kapitel \thechapter\\ #1}}
\usepackage{mypackage}
\usepackage[ocgcolorlinks=true, pdfusetitle=true]{hyperref}
\newcommand{\mydate}{}
\newcommand{\newdate}[1]{\renewcommand{\mydate}{#1}}
\newcommand{\myref}[1]{\textcolor{blue}{#1}}
% Ignore
% ---------------------------------
% set for correct numbering
% set current chapter
\setcounter{chapter}{1}
% set current section
\setcounter{section}{2}
% set current subsection
%\setcounter{subsection}{3}
% set last thm number
\setcounter{satz-counter}{1}
\begin{document}
% -----------------------
% set filename here
\include{vorlesungen/lectures/vl-18-04-26}
% -----------------------
\end{document}