texlive[48330] Master/texmf-dist: turabian-formatting (1aug18)
commits+karl at tug.org
commits+karl at tug.org
Wed Aug 1 23:17:38 CEST 2018
Revision: 48330
http://tug.org/svn/texlive?view=revision&revision=48330
Author: karl
Date: 2018-08-01 23:17:38 +0200 (Wed, 01 Aug 2018)
Log Message:
-----------
turabian-formatting (1aug18)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/turabian-formatting/README
trunk/Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.pdf
trunk/Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.tex
trunk/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty
trunk/Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls
trunk/Master/texmf-dist/tex/latex/turabian-formatting/turabian-thesis.cls
Modified: trunk/Master/texmf-dist/doc/latex/turabian-formatting/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/turabian-formatting/README 2018-08-01 21:17:25 UTC (rev 48329)
+++ trunk/Master/texmf-dist/doc/latex/turabian-formatting/README 2018-08-01 21:17:38 UTC (rev 48330)
@@ -1,4 +1,4 @@
-Turabian Formatting for LaTeX (2018/05/21)
+Turabian Formatting for LaTeX (2018/08/01)
INTRODUCTION
Modified: trunk/Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.tex 2018-08-01 21:17:25 UTC (rev 48329)
+++ trunk/Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.tex 2018-08-01 21:17:38 UTC (rev 48330)
@@ -19,7 +19,7 @@
% and turabian-formatting-doc.pdf (in addition to the README file).
%
% ==============================
-% Last updated: 2018/05/21
+% Last updated: 2018/08/01
%
%
@@ -42,7 +42,7 @@
year = {2018}}
\end{filecontents}
-\usepackage[noibid,backend=biber]{biblatex-chicago}
+\usepackage[backend=biber]{biblatex-chicago}
\addbibresource{\jobname.bib}
\usepackage{units, metalogo, setspace}
@@ -50,7 +50,7 @@
\usepackage{marginnote}
\renewcommand*{\raggedleftmarginnote}{}
\renewcommand*{\marginfont}{\ttfamily}
-\renewcommand*{\marginnotevadjust}{1\baselineskip}
+\renewcommand*{\marginnotevadjust}{2\baselineskip}
\usepackage{geometry}
\geometry{top=1.5in, bottom=1.75in, left=1.75in, right=1.75in}
@@ -212,7 +212,7 @@
This package is designed to work well with the \texttt{biblatex-chicago} package. This includes support for both notes-bibliography and author-date citation styles (the former being the default style).
-If the \texttt{biblatex-chicago} package is loaded by the user, the following options are passed to \texttt{biblatex-chicago}: \texttt{isbn=false}, \texttt{autolang=other}, \texttt{footmarkoff}, \texttt{noibid}, and \texttt{backend=biber}. The \textcmd{printbibliography} command will provide a bibliography with \emph{Bibliography} as the default heading, irrespective of the document class.
+If the \texttt{biblatex-chicago} package is loaded by the user, the following options are passed to \texttt{biblatex-chicago}: \texttt{isbn=false}, \texttt{autolang=other}, \texttt{footmarkoff}, and \texttt{backend=biber}. The \textcmd{printbibliography} command will provide a bibliography with \emph{Bibliography} as the default heading, irrespective of the document class.
\marginnote{authordate}%
Support for the author-date style is enabled by specifying the \texttt{authordate} formatting option. This option passes an \texttt{authordate} option to \texttt{biblatex-chicago} as well as redefines the default heading for the references list (also typeset using the \textcmd{printbibliography} command) to that of \emph{References}.
@@ -426,6 +426,10 @@
\label{sec:updates}
+\marginnote{\rmfamily{2018/08/01}}%
+
+If the \texttt{biblatex-chicago} package is loaded by the user, the \texttt{noibid} option is no longer passed to the package by default.
+
\marginnote{\rmfamily{2018/05/21}}%
Updated support for the 9th edition of Turabian's \emph{A Manual for Writers}.
@@ -472,7 +476,6 @@
Loading \texttt{turabian-formatting} as a package is no longer supported.
-\clearpage
\marginnote{\rmfamily{2016/07/12}}%
Re-implementation of the \textcmd{raggedright} command as an alternative to using the \texttt{raggedright} option.
@@ -546,7 +549,7 @@
Adjustments to formatting that more-accurately reflect the 8th edition of Turabian's \emph{A Manual for Writers}.
-
+\clearpage
\printbibliography
Modified: trunk/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty 2018-08-01 21:17:25 UTC (rev 48329)
+++ trunk/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty 2018-08-01 21:17:38 UTC (rev 48330)
@@ -27,7 +27,7 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{turabian-formatting}[2018/05/21 Turabian Formatting]
+\ProvidesPackage{turabian-formatting}[2018/08/01 Turabian Formatting]
% Package options: flags and variables
@@ -404,7 +404,7 @@
% biblatex-chicago: set formatting defaults and pass options
\PassOptionsToPackage%
- {isbn=false, autolang=other, footmarkoff, noibid, backend=biber}%
+ {isbn=false, autolang=other, footmarkoff, backend=biber}%
{biblatex-chicago}
\if at authordateformat
\PassOptionsToPackage{authordate}{biblatex-chicago}
Modified: trunk/Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls 2018-08-01 21:17:25 UTC (rev 48329)
+++ trunk/Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls 2018-08-01 21:17:38 UTC (rev 48330)
@@ -27,7 +27,7 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{turabian-researchpaper}[2018/05/21 Turabian Research Paper]
+\ProvidesClass{turabian-researchpaper}[2018/08/01 Turabian Research Paper]
% Default point size
Modified: trunk/Master/texmf-dist/tex/latex/turabian-formatting/turabian-thesis.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/turabian-formatting/turabian-thesis.cls 2018-08-01 21:17:25 UTC (rev 48329)
+++ trunk/Master/texmf-dist/tex/latex/turabian-formatting/turabian-thesis.cls 2018-08-01 21:17:38 UTC (rev 48330)
@@ -27,7 +27,7 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{turabian-thesis}[2018/05/21 Turabian Theses and Dissertations]
+\ProvidesClass{turabian-thesis}[2018/08/01 Turabian Theses and Dissertations]
% Default point size
More information about the tex-live-commits
mailing list