-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
37 lines (32 loc) · 1.5 KB
/
main.tex
File metadata and controls
37 lines (32 loc) · 1.5 KB
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
35
36
37
% ========================================= TEMPLATE INFO ========================================
%
% Author: P4ntomime
% Version: 1.0.0
% Last updated: 2024-02-18
% Brief: A LaTeX template for summaries. See README.md for more information.
%
% ================================================================================================
\documentclass[8pt, a4paper, twoside]{extarticle}
% Font size: 8pt
% Paper size: A4
% style: twoside (needed, so odd and even pages have different margins)
% orientation: portrait. (use 'landscape' for landscape orientation)
% ========================================= DOCUMENT INFO =========================================
\def\title{Title} % title
\def\shorttitle{ShortTitle} % short title (displayed as PDF title)
\def\dozent{Dozent} % lecturer
\def\semester{Semester} % semester
\def\author{Authors} % author(s)
\def\repo{https://github.com/P4ntomime/TeXFoSaTemplate} % repository link
\def\version{1.0.\today} % version
\def\pagelimit{3} % page limit -> causes pages after limit to be red
\def\titleoption{ultra compact} % options: ultra compact, compact, normal
\def\enableToC{true}
% ================================= PACKAGES, SETUP AND COMMANDS ==================================
\input{preamble.tex}
% =========================================== DOCUMENT ============================================
\begin{document}
\begin{layout}
\section{Start}
\end{layout}
\end{document}