summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/turabian/turabian.tex
blob: 3d79be09b938a5fe24582af2c172f8e0b2d45edb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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}