blob: 9746432a420284a07698bb59983d22bd4eb3efb8 (
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
69
70
71
72
73
74
75
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}
|