Skip to content

Instantly share code, notes, and snippets.

@tibra
Created February 28, 2012 21:40
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tibra/1935325 to your computer and use it in GitHub Desktop.
Save tibra/1935325 to your computer and use it in GitHub Desktop.
\documentclass[12pt,a4paper,oneside,bibtotocnumbered,liststotocnumbered,pointlessnumbers,DIV=calc,BCOR=16mm]{scrreprt}
% ==========================================
% = My modifications to the LaTeX template =
% ==========================================
\usepackage[nosectionbib]{apacite}
%use line breaks instead of indentation
\usepackage[parfill]{parskip}
\usepackage{natbib}
\usepackage[left=3.5cm, right=2cm, bottom=3.5cm]{geometry}
\geometry{a4paper}
\usepackage{multirow}
\usepackage{tabularx}
% Use Helvetica
\usepackage{helvet}
% Euro-Symbol
\usepackage{textcomp}
\usepackage{appendix}
\usepackage{hyperref}
% Use utf-8 encoding for foreign characters
\usepackage[utf8]{inputenc}
% Surround parts of graphics with box
\usepackage{boxedminipage}
% Package for including code in the document
\usepackage{listings}
% This is now the recommended way for checking for PDFLaTeX:
\usepackage{ifpdf}
\ifpdf
\usepackage[pdftex]{graphicx}
\else
\usepackage{graphicx}
\fi
\title{ untitled }
\author{ }
\linespread{1.5}
\begin{document}
% TOC
\pagenumbering{roman}
\tableofcontents
\pagebreak
\pagenumbering{arabic}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment