added personal summary file, renamed some stuff
This commit is contained in:
63
a4_booklet.tex
Normal file
63
a4_booklet.tex
Normal file
@@ -0,0 +1,63 @@
|
||||
%%% PAGE LAYOUT
|
||||
\documentclass[a4paper, 10pt, twocolumn, twoside, english]{article}
|
||||
\usepackage{geometry}
|
||||
\geometry{a4paper, inner=1cm, outer=1cm, top=2cm, bottom=2cm,headheight=1cm}
|
||||
|
||||
%%% FONT AND ADDITIONAL MATH SYMBOLS
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{fourier}
|
||||
\usepackage{ebgaramond}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\renewcommand*{\sfdefault}{pag}
|
||||
\usepackage{extarrows}
|
||||
\usepackage{mathrsfs}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{mathtools}
|
||||
\usepackage{wasysym}
|
||||
\usepackage{subcaption}
|
||||
\usepackage{hyperref}
|
||||
\usepackage[english]{cleveref}
|
||||
%\usepackage{multicol}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage{blindtext}
|
||||
|
||||
|
||||
\input{commands}
|
||||
%%% TITLE
|
||||
\title{\textsc{<++>}}
|
||||
\author{\textit{<++>}}
|
||||
\date{<++>}
|
||||
\addto\captionsenglish{\def\contentsname{\textsc{Contents}}}
|
||||
|
||||
%%% HEAD- AND FOOTLINES
|
||||
\usepackage{scrlayer-scrpage}
|
||||
\pagestyle{scrheadings}
|
||||
\clearscrheadfoot
|
||||
\ihead{}
|
||||
\chead{}
|
||||
\ohead{}
|
||||
\ifoot{}
|
||||
\cfoot{\pagemark}
|
||||
\ofoot{}
|
||||
|
||||
\usepackage{titlesec}
|
||||
|
||||
\titleformat{\section}
|
||||
{\normalfont\fontsize{16}{19}\selectfont}{\thesection}{1em}{}
|
||||
\titleformat{\section}
|
||||
{\normalfont\fontsize{14}{17}\selectfont}{\thesection}{1em}{}
|
||||
\titleformat{\subsection}
|
||||
{\normalfont\fontsize{14}{17}\selectfont}{\thesubsection}{1em}{}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\begin{titlepage}
|
||||
\maketitle
|
||||
\end{titlepage}
|
||||
\tableofcontents
|
||||
|
||||
<++>
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user