-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.tex
89 lines (72 loc) · 3.02 KB
/
config.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
\documentclass[12pt]{article} % use larger type; default would be 10pt
\RequirePackage{multicol}
\columnsep=30mm
% Calculations
\usepackage{calc}
% Titling package
\usepackage{titling}
% Fonts and encoding
\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{float}
\usepackage{transparent}
% Bibliography
\usepackage[square]{natbib}
\bibpunct[, ]{[}{]}{;}{a}{ }{,}
\bibliographystyle{dinat}
\renewcommand{\bibname}{Quellen}
\renewcommand*{\bibfont}{\interlinepenalty 10000\relax}
% Custom commands
\renewcommand{\Huge}{\fontsize{78}{46}\selectfont}
\renewcommand{\huge}{\fontsize{48}{48}\selectfont}
\renewcommand{\Large}{\fontsize{30}{30}\selectfont}
\renewcommand{\large}{\fontsize{24}{24}\selectfont}
% Examples
\usepackage{lipsum}
%%% PAGE DIMENSIONS
\usepackage[
a1paper, % or letterpaper (US) or a5paper or....
margin=2in, % for example, change the margins to 2 inches all round
voffset=-4cm, % vertical offset
ignorehead,
]{geometry} % to change the page dimensions
% read geometry.pdf for detailed page layout information
\usepackage{graphicx} % support the \includegraphics command and options
\usepackage[font={large,sf}]{caption}
\renewcommand{\figurename}{Abb.}
% \usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
%%% PACKAGES
\usepackage{booktabs} % for much better looking tables
\usepackage{array} % for better arrays (eg matrices) in maths
\usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.)
\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim
\usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float
% These packages are all incorporated in the memoir class to one degree or another...
\usepackage[hyphenbreaks]{breakurl}
\usepackage[hyphens]{url}
%%% HEADERS & FOOTERS
\usepackage{fancyhdr} % This should be set AFTER setting up the page geometry
\pagestyle{fancy} % options: empty , plain , fancy
\renewcommand{\headrulewidth}{0pt} % customise the layout...
\lhead{}\chead{}\rhead{}
\lfoot{Hallo}\cfoot{\thepage}\rfoot{}
\renewcommand{\footrulewidth}{2pt}
%%% SECTION TITLE APPEARANCE
\usepackage{sectsty}
\allsectionsfont{\sffamily\mdseries\upshape} % (See the fntguide.pdf for font help)
% (This matches ConTeXt defaults)
%%%%%%%%%%%%%%%%%
%%% ToC (table of contents) APPEARANCE
\usepackage[nottoc,notlof,notlot]{tocbibind} % Put the bibliography in the ToC
\usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents
\renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape}
\renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold!
%%% END Article customizations
%%% The "real" document content comes below...
%-- einige FHB-Poster-Sachen
\RequirePackage{color}%
\definecolor{fhborange}{cmyk}{0,0.56,1.0,0}
\definecolor{fhbwhite}{cmyk}{0.0,0.0,0.0,0.0}
\definecolor{fhbblue}{cmyk}{0.7,0,0.07,0}
\definecolor{fhbred}{cmyk}{0.03,0.93,0.79,0.12}