summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty')
-rw-r--r--Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty29
1 files changed, 19 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty b/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty
index 8c097d801ab..9f9951c3ab7 100644
--- a/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty
+++ b/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty
@@ -1,6 +1,6 @@
-% Provides Turabian-style Chicago formatting for LaTeX
+% Turabian Formatting for LaTeX
%
-% Based on the Chicago Manual of Style (16th edition) and Kate Turabian's A Manual for Writers of Research Papers, Theses, and Dissertations (7th edition)
+% Based on the Chicago Manual of Style (16th edition) and Kate Turabian's A Manual for Writers of Research Papers, Theses, and Dissertations (8th edition)
%
% ==============================
% Copyright 2013 Omar Abdool
@@ -20,7 +20,6 @@
% turabian-researchpaper.cls, turabian-thesis.cls, turabian-formatting-doc.tex, % and turabian-formatting-doc.pdf (in addition to this README file).
%
% ==============================
-% Last updated: 2014/12/09
%
% Documented errors from required packages (ignore):
% - LaTeX warning: "xparse/redefine-command"
@@ -30,10 +29,11 @@
% - package must be loaded before biblatex-chicago to work properly;
% - known bug: use of geometry showframe option and plain page style with emptymargins option
%
+%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{turabian-formatting}[2014/12/09 Turabian Formatting]
+\ProvidesPackage{turabian-formatting}[2014/12/10 Turabian Formatting]
% Flags adjusted with package options
@@ -224,7 +224,9 @@
\RequirePackage{titlesec}
\titleformat{\chapter}[display]%
- {\normalfont\mdseries\normalsize\singlespacing\centering}%
+ % 7th Edition
+ % {\normalfont\mdseries\normalsize\singlespacing\centering}%
+ {\normalfont\bfseries\normalsize\singlespacing\centering}%
{Chapter \thechapter}%
{1\baselineskip}%
{}
@@ -241,7 +243,7 @@
\titlespacing*{\section}%
{0em}%
{0.5\baselineskip}%
- {0.5\baselineskip}
+ {0pt}
\titleformat{\subsection}[block]%
{\normalfont\mdseries\normalsize\singlespacing\centering}%
@@ -251,7 +253,7 @@
\titlespacing*{\subsection}%
{0em}%
{0.5\baselineskip}%
- {0.5\baselineskip}
+ {0pt}
\titleformat{\subsubsection}[block]%
{\normalfont\mdseries\normalsize\singlespacing\raggedright}%
@@ -301,14 +303,21 @@
\vspace*{\stretch{1}}
\ifthenelse{\equal{\@subtitle}{}}%
{%
- \uppercase\expandafter{\@title}\par%
+ % 7th Edition
+ % \uppercase\expandafter{\@title}\par%
+ {\bfseries\@title}%
}%
{%
- \MakeUppercase{\@title}:\par
- \MakeUppercase{\@subtitle}\par%
+ % 7th Edition
+ % \MakeUppercase{\@title}:\par
+ % \MakeUppercase{\@subtitle}\par%
+ {\bfseries\@title}\par
+ \vspace*{1\baselineskip}
+ {\bfseries\@subtitle}\par%
}
\vspace*{1in}
\vspace*{\stretch{1}}
+ \doublespacing
\@author\par
\@thanks\par
\@course\par