summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/turabian
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-03-23 22:20:38 +0000
committerKarl Berry <karl@freefriends.org>2014-03-23 22:20:38 +0000
commitd2566fcb5285d8c98c79f0f839ac32be9ec5af0c (patch)
tree8d99c3793cda7c61250b7044275cb49a63634e48 /Master/texmf-dist/doc/latex/turabian
parentb49b522e4c172df7790539873d951b8b3d9be84b (diff)
turabian (23mar14)
git-svn-id: svn://tug.org/texlive/trunk@33266 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/turabian')
-rw-r--r--Master/texmf-dist/doc/latex/turabian/README13
-rw-r--r--Master/texmf-dist/doc/latex/turabian/README.TEXLIVE7
-rw-r--r--Master/texmf-dist/doc/latex/turabian/turabian.tex68
3 files changed, 88 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/turabian/README b/Master/texmf-dist/doc/latex/turabian/README
new file mode 100644
index 00000000000..33dda4f61fb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/turabian/README
@@ -0,0 +1,13 @@
+Turabian for LaTeX [v0.0.3 2014/03/15]
+Latest version is always available at: http://www.wesleysurber.com/turabian
+
+NOTICE: Consult the user guide for specific formatting challenges when creating
+a Turabian-formatted LaTeX project.
+
+This LaTeX Class is an ongoing project.
+Please submit bugs and feature requests to: turabian@wesleysurber.com
+
+STRUCTURE
+turabian.cls - Turabian for LaTeX Class
+turabian.tex - Example research paper formatted using Liberty University standards.
+userguide.pdf - The Turabian for LaTeX user guide. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/turabian/README.TEXLIVE b/Master/texmf-dist/doc/latex/turabian/README.TEXLIVE
new file mode 100644
index 00000000000..3cea76c7a85
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/turabian/README.TEXLIVE
@@ -0,0 +1,7 @@
+The following files have been removed in the TeX Live installation of
+the current package, typically due to duplication, lack of space, or
+missing source code. You can find these files on CTAN at
+ http://mirror.ctan.org/macros/latex/contrib/turabian
+If questions or concerns, email tex-live@tug.org.
+
+ userguide.pdf
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