Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[12pt,parskip=half-,a4paper,twoside=false,bibliography=totocnumbered,version=first,listof=numbered,numbers=noenddot,version=first]{scrreprt}
- \usepackage{ifpdf}
- \ifpdf
- % ENCODING & TRANSLATION
- \usepackage[T1]{fontenc}
- \usepackage[utf8]{inputenc}
- \inputencoding{utf8}
- \usepackage[ngerman]{babel}
- % BIBLIOGRAPHY & CITATION
- \usepackage{hyperref}
- \usepackage[nosectionbib]{apacite}
- \usepackage{natbib}
- \listfiles
- \usepackage{filecontents}
- \begin{filecontents}{literature.bib}
- %% This BibTeX bibliography file was created using BibDesk.
- %% Saved with string encoding Unicode (UTF-8)
- @webpage{McGrane:2014,
- Author = {Sally McGrane},
- Day = {17},
- Lastchecked = {2014-03-23},
- Month = {February},
- Note = {Last checked: 2014-03-23},
- Publisher = {The New Yorker},
- Title = {To the Magic Mountain!},
- Url = {http://www.newyorker.com/books/page-turner/to-the-magic-mountain},
- Year = {2014}}
- @webpage{ThomasMannArchiv,
- Lastchecked = {2014-06-18},
- Publisher = {Thomas-Mann-Archiv},
- Title = {Das Internationale Sanatorium »Berghof«},
- Url = {http://www.tma.ethz.ch/assets/Uploads/Ueber-uns/Thomas-Sprecher/Dokumente/4.-Das-Internationale-Sanatorium-Berghof.pdf}}
- @book{Mann:1924,
- Address = {Frankfurt am Main},
- Author = {Thomas Mann},
- Edition = {Gro{\ss}e kommentierte Frankfurter Ausgabe, Band 5.1},
- Editor = {Michael Neumann},
- Publisher = {S. Fischer},
- Title = {Der Zauberberg},
- Year = {2010}}
- \end{filecontents}
- \begin{document}
- %start of text
- \chapter{Cites and Footnotes}
- \label{citesandfootnotes}
- Footnote\footnote{~\citep[p 23f]{McGrane:2014}}. Inline cites [e.g.][p. 2]~\citep{Mann:1924} and ~\citep[p 66f]{Mann:1924}. Three cites: author one~\citep{McGrane:2014} and \citet{Mann:1924} and a quote from \citet{ThomasMannArchiv}:
- \begin{quote}
- This is a quote.
- \end{quote}
- \section{Pics and Tables}
- \label{picsandtables}
- \begin{figure}[htbp]
- \caption{A diagram}
- \label{dia1}
- \end{figure}
- \begin{figure}[htbp]
- \caption{A table}
- \label{table_tab}
- \end{figure}
- %end of text
- \pagebreak
- \appendix
- \begingroup
- \bibliographystyle{mla-custom}
- \bibliography{literature}
- \listoffigures
- \endgroup
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment