Skip to content

Instantly share code, notes, and snippets.

@m-note
Created January 15, 2016 11:45
Show Gist options
  • Save m-note/915db45d3ae38ed122ea to your computer and use it in GitHub Desktop.
Save m-note/915db45d3ae38ed122ea to your computer and use it in GitHub Desktop.
Chicago style, endnote and bibliography
\documentclass[report, 10.5pt, a4paper, oneside, openany, dvipdfmx]{jsarticle}
%--citation
\usepackage[backend=bibtex,notes,isbn=false,short]{biblatex-chicago}
\usepackage{filecontents}
\addbibresource{ref}
\usepackage{endnotes}
\let\footnote=\endnote
\begin{document}
A Sentence 1 \footcite[25]{Lancaster2008}.
A Sentence 2 \footcite[10]{Lancaster2008}.
\theendnotes
\clearpage
\renewcommand{\refname}{Bibliography}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment