diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-12 23:09:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-12 23:09:33 +0000 |
commit | 496a39ff3fe05005d8a94dac450eb01dc74b2cc8 (patch) | |
tree | f6732084d6b88e61e7eaf92eec15636ad149490b /Master/texmf-dist/doc/latex | |
parent | 4c2022010167e1391d1a79128ca5f7679e6d5fdb (diff) |
rm turabian, no license stated
git-svn-id: svn://tug.org/texlive/trunk@35804 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-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, 0 insertions, 88 deletions
diff --git a/Master/texmf-dist/doc/latex/turabian/README b/Master/texmf-dist/doc/latex/turabian/README deleted file mode 100644 index 33dda4f61fb..00000000000 --- a/Master/texmf-dist/doc/latex/turabian/README +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 3cea76c7a85..00000000000 --- a/Master/texmf-dist/doc/latex/turabian/README.TEXLIVE +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 3d79be09b93..00000000000 --- a/Master/texmf-dist/doc/latex/turabian/turabian.tex +++ /dev/null @@ -1,68 +0,0 @@ -\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 |