% Docs: https://de.sharelatex.com/learn/
% Packages: https://www.namsu.de/Extra/pakete/latex-packages.html
\documentclass[a4paper,10pt,twoside]{book}
\usepackage[utf8]{inputenc} % Wird für die direkte Eingabe von Umlauten gebraucht.
\usepackage[german,english]{babel} % Eine Sammlung von verschieden Sprachen, und ermöglicht für diese Sprachen die automatische Worttrennung und die ändert die Bezeichnungen in die jeweilige Sprache.
\usepackage{marginnote}
\usepackage[a4paper]{geometry}
\usepackage{graphicx} % Das Standardpaket zum Einbinden von Bildern / Grafiken.
\usepackage{wrapfig} % Mit oder von Schrift umflossen Bilder.
\usepackage{sidecap} % Schrift neben einem Bild.
\usepackage{fancyhdr} % Seiten schöner gestalten, insbesondere Kopf- und Fußzeile.
\usepackage{ngerman} % Worttrennung nach der neuen Rechtschreibung und deutsche Bezeichnungen.
\usepackage{multicol}
% \oddsidemargin = 31pt
% \topmargin = 20pt
% \headheight = 12pt
% \headsep = 25pt
% \textheight = 592pt
% \textwidth = 390pt
% \marginparsep = 10pt
% \marginparwidth = 35pt
% \footskip = 30pt
% \marginparpush = 7pt
% \hoffset = 0pt
% \voffset = 0pt
% Literaturverzeichnis
% \usepackage[numbers]{natbib} % read the natbib docs
\usepackage{natbib}
\bibliographystyle{agsm}
% document details
\author{My name is}
\title{this is the title}
\date{May 2018}
% Header & Footer Content/Style
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LE,RO]{whatever}
\fancyhead[RE,LO]{whatever2}
\fancyfoot[CE,CO]{\leftmark}
\fancyfoot[LE,RO]{\thepage}
\begin{document}
% includes and other stuff
\input{pages/whateverfile} % this will insert pages/whateverfile.tex
\input{pages/whateverfile2} % this will insert pages/whateverfile2.tex
\input{pages/whateverfile3} % this will insert pages/whateverfile3.tex
\bibliography{bibliography} % Output bibliography.bib
% end includes and other stuff
\end{document}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.