Code: Select all
@incollection{Sampert:2005we,
Address = {Montreal},
Annote = {Book, Section},
Author = {Sampert, Shannon},
Booktitle = {The Return of the Trojan Horse: Alberta and the New World (Dis)Order},
Date-Added = {2010-06-01T09:58:53GMT+00:00},
Date-Modified = {2012-02-20T22:48:53GMT+00:00},
Editor = {Harrison, Trevor},
Publisher = {Black Rose Press},
Rating = {0},
Title = {{King Ralph, the Ministry of Truth, and the Media}},
Uri = {\url{papers2://publication/uuid/7E74D71A-EE4D-401D-822E-66DE85864044}},
Year = {2005}}
Code: Select all
\documentclass{article}
\usepackage[authordate]{biblatex-chicago}
\usepackage{endnotes}
\bibliography{/test_bib_file_from_record_above.bib}
\begin{document}
\section*{Abstract\footnote{Simon J. Kiss, PhD, Assistant Professor, Journalism, Wilfrid Laurier University, 73 George Street, Brantford, Ontario, Canada, N3T 2Y3}}
\section*{Introduction}
Some interesting Text\footnote{some interesting text including a citation \footcitetext{Sampert:2005we}}.
\end{document}
But this code does not work.
Code: Select all
\documentclass{article}
\usepackage[authordate]{biblatex-chicago}
\usepackage{endnotes}
\bibliography{/test_bib_file_from_record_above.bib}
\begin{document}
\section*{Abstract\footnote{Simon J. Kiss, PhD, Assistant Professor, Journalism, Wilfrid Laurier University, 73 George Street, Brantford, Ontario, Canada, N3T 2Y3}}
\section*{Introduction}
Some interesting Text\endnote{some interesting text including a citation \endnotecitetext{Sampert:2005we}}.
\end{document}