summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/turabian/turabian.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/turabian/turabian.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/turabian/turabian.tex')
-rw-r--r--macros/latex/contrib/turabian/turabian.tex76
1 files changed, 76 insertions, 0 deletions
diff --git a/macros/latex/contrib/turabian/turabian.tex b/macros/latex/contrib/turabian/turabian.tex
new file mode 100644
index 0000000000..9746432a42
--- /dev/null
+++ b/macros/latex/contrib/turabian/turabian.tex
@@ -0,0 +1,76 @@
+\documentclass{turabian}
+
+% This material is subject to the LATEX Project Public License.
+
+% This template is no longer required to utilize the Turabian LaTeX class. It is provided as a guide for demonstrating the class's capabilities. For the latest version of this template and the Turabian class, visit the templates gallery at Overleaf.com.
+
+\usepackage{draftwatermark} % Remove this line to eliminate "DRAFT" watermark.
+
+\begin{document}
+
+
+% ---------- TITLE PAGE -----------
+
+\centering{
+LIBERTY UNIVERSITY\\*
+\vspace{30mm}
+[PAPER TITLE]\\*
+\vspace{30mm}
+A PAPER SUBMITTED TO\\*
+\vspace{6mm}
+[PROFESSOR NAME] OF LIBERTY THEOLOGICAL SEMINARY\\*
+\vspace{6mm}
+IN PARTIAL FULFILLMENT OF THE REQUIREMENTS\\*
+\vspace{6mm}
+[COURSE NAME AND SEMESTER ID]\\*
+\vspace{30mm}
+LIBERTY BAPTIST THEOLOGICAL SEMINARY\\*
+\vspace{30mm}
+BY\\*
+\vspace{6mm}
+[AUTHOR NAME]\\*
+\vfill
+[AUTHOR LOCATION]\\*
+\vspace{6mm}
+[DATE]\\*
+ }
+
+\pagestyle{empty}
+\pagebreak
+
+
+% ------- TABLE OF CONTENTS -------
+
+\papercontents
+
+First Section\dotfill 3\\*
+
+\vfill
+\pagebreak
+
+
+% --------- PAPER CONTENT ---------
+
+\content
+
+\section{First Section}
+\vspace{-4mm}
+
+\lipsum[1-2]
+
+This is an example\footnote{\lipsum[1]} of Hebrew\footnote{\lipsum[1]} in the document. \cjRL{bd'}
+
+\pagebreak
+
+
+% --------- BIBLIOGRAPHY ---------
+
+\bibliography
+
+\bibline{Last Name, First Name \emph{Book Title} Publisher City and State: Publisher, Year. Bibliography entries will automatically indent second line to comply with 8th edition Turabian format.}\bigskip
+
+\medskip
+
+\bibline{Last Name, First Name \emph{Book Title} Publisher City and State: Publisher, Year. Bibliography entries will automatically indent second line to comply with 8th edition Turabian format.}\bigskip
+
+\end{document} \ No newline at end of file