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.sty15
1 files changed, 7 insertions, 8 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 b2e56dccda7..ab002b87bd7 100644
--- a/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty
+++ b/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty
@@ -4,7 +4,7 @@
% and Dissertations," 9th edition.
%
% ==============================
-% Copyright 2013-2020 Omar Abdool
+% Copyright 2013-2021 Omar Abdool
%
% This work may be distributed and/or modified under the conditions of the LaTeX
% Project Public License (LPPL), either version 1.3 of this license or (at your
@@ -27,12 +27,12 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{turabian-formatting}[2020/03/19 Turabian Formatting]
+\ProvidesPackage{turabian-formatting}[2021/03/20 Turabian Formatting]
% Package options: flags and variables
-\newif\if@optraggedright\@optraggedrightfalse
+\newif\if@optraggedright\@optraggedrighttrue
\newif\if@authordateformat\@authordateformatfalse
@@ -43,7 +43,7 @@
% Package options: handling
-\DeclareOption{raggedright}{\@optraggedrighttrue}
+\DeclareOption{noraggedright}{\@optraggedrightfalse}
\DeclareOption{authordate}{\@authordateformattrue}
@@ -98,11 +98,10 @@
% Paragraph indent
\setlength\parindent{0.5in}
-% Renew \raggedright to preserve paragraph indent and set \@optraggedright to true
+% Renew \raggedright to preserve paragraph indent
\def\raggedright{%
\let\\\@centercr\@rightskip\@flushglue \rightskip\@rightskip
- \leftskip\z@skip
- \@optraggedrighttrue}
+ \leftskip\z@skip}
% Use \raggedright if raggedright option true
\if@optraggedright \raggedright \fi
@@ -428,7 +427,7 @@
\setlength\parsep{\z@}
\setlength\topsep{\dimexpr 2\tf@singlelineskip -\baselineskip \relax}}%
\singlespacing%
- \item\relax%
+ \item\relax\noindent\ignorespaces%
}
{\endlist}
\def\quote{\quotation}