Skip to content
Snippets Groups Projects
Commit 4abd0b1f authored by Marc Demierre's avatar Marc Demierre
Browse files

fixed headings + small formatting changes

parent 97e1f9b5
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@
\HRule \\[0.5cm]
% Authors
\huge \emph{Authors} \\
\huge \emph{Authors} \\[0.2cm]
\LARGE \Authors
% Client logo
......@@ -70,13 +70,13 @@
\begin{minipage}[t]{0.45\textwidth}
\begin{center}
\LARGE \emph{Client}\\
\LARGE \emph{Client}\\[0.1cm]
\Large \Client
\end{center}
\end{minipage}
\begin{minipage}[t]{0.45\textwidth}
\begin{center}
\LARGE \emph{Supervisors}\\
\LARGE \emph{Supervisors}\\[0.1cm]
\Large \Supervisors
\end{center}
\end{minipage}
......
\documentclass[a4paper,11pt,table]{report}
\usepackage{calc}
% Encoding
% ========
\usepackage[utf8]{inputenc}
\usepackage{calc}
% Internationalization
% ====================
\usepackage[american]{babel}
......@@ -16,29 +16,42 @@
\usepackage{titlesec}
\usepackage{sectsty}
% Chapter title styling
% ---------------------
% Remove space before chapter title
\titlespacing{\chapter}{0pt}{*-4}{*3}
% Remove "Chapter N"
\titleformat{\chapter}[hang]{\bf\huge}{\thechapter}{1pc}{}
% Section numbering is {chapter}.{section}
\renewcommand\thesection{\arabic{chapter}.\arabic{section}}
% Typography
% ==========
% Fonts
% -----
% Sans-serif
\usepackage{tgheros}
% Serif
\usepackage[bitstream-charter]{mathdesign}
% Font encoding
\usepackage[T1]{fontenc}
% Default font to sans-serif
% Default font
% ------------
% Uncomment to use a sans-serif font
%\renewcommand*{\familydefault}{\sfdefault}
% Headings font to sans-serif
% Section headings
% ----------------
% Use a sans-serif font
\allsectionsfont{\sffamily}
% Numbering is {chapter}.{section}
\renewcommand\thesection{\arabic{chapter}.\arabic{section}}
% Chapter headings
% ----------------
% Remove space before title
\titlespacing{\chapter}{0pt}{*-4}{*3}
% Remove "Chapter N" and use a sans-serif font
\titleformat{\chapter}[hang]{\bf\huge\sffamily}{\thechapter}{1pc}{}
% Figures & Graphics
% ==================
\usepackage[pdftex]{graphicx}
......@@ -52,7 +65,6 @@
% Caption text formatting
\renewcommand{\captionfont}{\it \small}
\renewcommand{\captionlabelfont}{\it \bf \small}
\renewcommand{\thesection}{\arabic{section}}
% Caption with source for figure
\newcommand*{\captionsource}[2]{%
......@@ -63,10 +75,12 @@
}%
}
% Maths
% =====
\usepackage{amsmath}
% Text formatting
% ===============
......@@ -99,15 +113,18 @@
\usepackage{enumitem}
\usepackage{url}
% Tables
% ======
\usepackage{multirow}
% Code highlighting
% =================
\usepackage{minted}
\input{config/codestyles}
% References
% ================
% Cross-references
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment