diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/turabian/turabian.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/turabian/turabian.tex | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/turabian/turabian.tex b/Master/texmf-dist/doc/latex/turabian/turabian.tex new file mode 100644 index 00000000000..3d79be09b93 --- /dev/null +++ b/Master/texmf-dist/doc/latex/turabian/turabian.tex @@ -0,0 +1,68 @@ +\documentclass{turabian} + +\usepackage{draftwatermark} % Remove this line to eliminate "DRAFT" watermark. + +\begin{document} + + +% ---------- TITLE PAGE ----------- + +\begin{center} +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] +\end{center} + +\pagestyle{empty} +\pagebreak + + +% ------- TABLE OF CONTENTS ------- + +\contentstable + +\tocone{First Section\dotfill 3\\} + +\vfill +\newpage + + +% --------- PAPER CONTENT --------- + +\content + +\section{FIRST SECTION} +\vspace{-2mm} + +\lipsum[1-2] + +This is an example\footnote{\lipsum[1]} of Hebrew\footnote{\lipsum[1]} in the document. \cjRL{bd'} + +\newpage + + +% --------- 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.} + +\end{document}
\ No newline at end of file |