diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-10 23:48:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-10 23:48:28 +0000 |
commit | fbaeeadf3033a1c74ff0210fc94be71ff9c20091 (patch) | |
tree | 7728559f43ca77204935db9d0574c9f47bc48980 /Master/texmf-dist/doc | |
parent | 03fae1fb00f3d4356c8cd25de95f527e7016168e (diff) |
turabian (10mar14)
git-svn-id: svn://tug.org/texlive/trunk@35782 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/turabian/README | 13 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/turabian/README.TEXLIVE | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/turabian/turabian.tex | 68 |
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 |