diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-16 21:43:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-16 21:43:28 +0000 |
commit | 44af66510a720d5a38a1779b8f1d08e6135a3692 (patch) | |
tree | 0d79d0fa602e85832bc81e592256e837503df753 /Master/texmf-dist/doc/latex/turabian/turabian.tex | |
parent | 6b7b72d8eb76ae970a44028cf4b89cb420824061 (diff) |
turabian (16feb15)
git-svn-id: svn://tug.org/texlive/trunk@36298 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/turabian/turabian.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/turabian/turabian.tex | 76 |
1 files changed, 76 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..9746432a420 --- /dev/null +++ b/Master/texmf-dist/doc/latex/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 |