From d2566fcb5285d8c98c79f0f839ac32be9ec5af0c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 23 Mar 2014 22:20:38 +0000 Subject: turabian (23mar14) git-svn-id: svn://tug.org/texlive/trunk@33266 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/turabian/README | 13 +++++ .../texmf-dist/doc/latex/turabian/README.TEXLIVE | 7 +++ Master/texmf-dist/doc/latex/turabian/turabian.tex | 68 ++++++++++++++++++++++ 3 files changed, 88 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/turabian/README create mode 100644 Master/texmf-dist/doc/latex/turabian/README.TEXLIVE create mode 100644 Master/texmf-dist/doc/latex/turabian/turabian.tex (limited to 'Master/texmf-dist/doc/latex/turabian') 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 -- cgit v1.2.3