summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-12-10 23:48:28 +0000
committerKarl Berry <karl@freefriends.org>2014-12-10 23:48:28 +0000
commitfbaeeadf3033a1c74ff0210fc94be71ff9c20091 (patch)
tree7728559f43ca77204935db9d0574c9f47bc48980 /Master
parent03fae1fb00f3d4356c8cd25de95f527e7016168e (diff)
turabian (10mar14)
git-svn-id: svn://tug.org/texlive/trunk@35782 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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
-rw-r--r--Master/texmf-dist/tex/latex/turabian/turabian.cls92
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rw-r--r--Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/turabian.tlpsrc0
7 files changed, 182 insertions, 1 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
diff --git a/Master/texmf-dist/tex/latex/turabian/turabian.cls b/Master/texmf-dist/tex/latex/turabian/turabian.cls
new file mode 100644
index 00000000000..1c448e95c6c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/turabian/turabian.cls
@@ -0,0 +1,92 @@
+% ----------------------------------------------------------
+% - -
+% - Turabian LaTeX v0.0.3 [2014/03/13] -
+% - By Wesley A. Surber -
+% - Liberty Baptist Theological Seminary -
+% - -
+% - Get the latest version -
+% - http://www.wesleysurber.com/turabian -
+% - -
+% - NOTE: Some professors still require papers submitted -
+% - in Microsoft Word format. Consult your grading rubric -
+% - and professor's personal preference before utilizing -
+% - this tool. -
+% - -
+% ----------------------------------------------------------
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesClass{turabian}[2014/03/15 v0.0.3 Turabian LaTeX document class]
+\renewcommand{\normalsize}{\fontsize{10}{12}\selectfont}
+\LoadClass[a4paper,oneside,12pt]{report}
+\usepackage{lipsum} % Provides options for creating the demo template.
+\usepackage[hmargin=1in,vmargin=1in]{geometry} % Sets margins and page layout.
+\usepackage{mathptmx} % Changes LaTeX default font to Times New Roman.
+\usepackage{fancyhdr} % Enables header modifications for Turabian format.
+\usepackage{setspace} % Enables double-spaced line support for Turabian format.
+\usepackage{tocloft} % Enables Table of Contents customization for Turabian format.
+\usepackage{cjhebrew} % Enables Hebrew support. Refer to user guide for code sequence.
+\usepackage{scrextend} % Enables footnote modification for Turabian format.
+\usepackage{indentfirst} % Indents first paragraph line after section headers.
+\usepackage[none]{hyphenat} % Prohibits LaTeX from hyphenating words.
+\usepackage{titlesec} % Enables section header modifications.
+\usepackage{graphicx} % Enables image support.
+
+\batchmode % Enables TeXworks to continue LaTeX compiling on error.
+
+\deffootnote[3em]{0em}{1em}{\thefootnotemark . } % Enables Turabian formatted footnotes.
+
+\titleformat{\section}
+ {\normalfont\normalsize\bfseries\centering}{}{0em}{} % Custom Turabian section header.
+
+\setlength{\headheight}{15pt} % Custom header height. Avoids compiling errors.
+
+% ---- TABLE OF CONTENTS ----
+
+\newcommand{\contentstable}{
+ \pagestyle{fancy}
+ \fancyhf{}
+ \fancyhead[R]{\thepage} % Aligns page number to right of header.
+ \renewcommand{\headrulewidth}{0pt}
+
+ \section{TABLE OF CONTENTS}
+
+ }
+
+\newcommand{\tocone}{
+ \parindent=0em
+ }
+
+\newcommand{\toctwo}{
+ \parindent=1.5em
+ }
+
+\newcommand{\tocthree}{
+ \parindent=3em
+ }
+
+\newcommand{\tocfour}{
+ \parindent=4.5em
+ }
+
+% ---- MAIN CONTENT ----
+
+\newcommand{\content}{
+ \doublespace
+ \raggedright
+ \parindent=1.5em
+ }
+
+% ---- BIBLIOGRAPHY ----
+
+\renewcommand{\bibliography}{
+ \section{BIBLIOGRAPHY}
+
+ \singlespacing
+ \vspace{-5mm}
+ \parindent=0em
+ }
+
+\newcommand{\bibline}{
+ \hangindent=1.5em
+ \hangafter=1
+ } \ No newline at end of file
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 6e8ba6ccf21..127d4ee4882 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -519,7 +519,7 @@ my @TLP_working = qw(
tree-dvips treetex trfsigns trimspaces trivfloat trsym truncate
tsemlines
tucv tudscr tufte-latex tugboat tugboat-plain
- tui turabian-formatting turkmen turnstile turnthepage
+ tui turabian turabian-formatting turkmen turnstile turnthepage
twoinone twoup
txfonts txfontsb txgreeks
type1cm typeface typehtml typeoutfileinfo typogrid
diff --git a/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc
index cd7012d05bf..940e6552922 100644
--- a/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc
@@ -93,6 +93,7 @@ depend rsc
depend showtags
depend sort-by-letters
depend splitbib
+depend turabian
depend turabian-formatting
depend uni-wtal-ger
depend uni-wtal-lin
diff --git a/Master/tlpkg/tlpsrc/turabian.tlpsrc b/Master/tlpkg/tlpsrc/turabian.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/turabian.tlpsrc