diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-chicago/cms-dates-intro.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-chicago/cms-dates-intro.tex | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-chicago/cms-dates-intro.tex b/Master/texmf-dist/doc/latex/biblatex-chicago/cms-dates-intro.tex index d52f051d6d1..955b989e6a2 100644 --- a/Master/texmf-dist/doc/latex/biblatex-chicago/cms-dates-intro.tex +++ b/Master/texmf-dist/doc/latex/biblatex-chicago/cms-dates-intro.tex @@ -73,7 +73,7 @@ author-date specification you will need to use \textsf{Biber} to process your .bib files, as \textsc{Bib}\TeX\ (and its more recent variants) will no longer provide all the features the style requires. For this release, you really need the current versions of -\textsf{Biber} (2.7) and \textsf{biblatex} (3.7), which contain +\textsf{Biber} (2.10) and \textsf{biblatex} (3.10), which contain features and bug-fixes on which my own code relies. The advice that follows in this document assumes that you are using \textsf{Biber}; if you wish to continue using \textsc{Bib}\TeX\ then you need @@ -92,16 +92,14 @@ envisaged by the \textcite[15.45]{chicago:manual}, grafts the traditional Chicago author-date title formatting onto the current recommendations for the remainder of the reference apparatus. Please consult -\href{file:cms-trad-appendix.pdf}{\textsf{cms-trad-appendix.pdf}} -for notes on the few .bib entries from this introduction that would +\href{file:cms-trad-appendix.pdf}{\textsf{cms-trad-appendix.pdf}} for +notes on the few .bib entries from this introduction that would require modification for the \texttt{trad} style; for the remainder, you'll notice a few extra sets of curly braces in various \textsf{title} fields to make the entry usable in both author-date -styles. The 15th-edition styles are still in the package, but they -have not been updated in some time, and are now officially obsolete. -I would strongly encourage all users to switch to one of the -16th-edition styles as soon as possible, as I am concentrating all of -my development time there. +styles. I have removed the 15th-edition styles from the package to +prepare for the appearance of the new 17th-edition styles, which will +be the focus of my attention, after this last 16th-edition release. \subsection*{Usage} \label{usage} @@ -237,11 +235,14 @@ automatically produce \mbox{\enquote{\texttt{n.d.}\hspace{-2pt}}} instead: \autocite{bernstein:shostakovich}. You can also give it yourself in the form \cmd{bibstring\{nodate\}}: \autocite{ross:thesis}. A date that can be guessed should appear -within square brackets: \autocite{clark:mesopot}. Forthcoming works -are straightforward, assuming you remember to use the \cmd{autocap} -macro and the \textsf{year} (instead of the \textsf{date}) field, so -that the word appears correctly in both citations and the list of -references: \autocite{author:forthcoming}; \autocite{contrib:contrib}. +within square brackets: \autocite{clark:mesopot}. You can handle +forthcoming works in one of two ways: either by using the +\cmd{autocap} macro and the \textsf{year} (instead of the +\textsf{date}) field, or by placing the exact string +\texttt{forthcoming} in the \textsf{pubstate} field. Either way the +word will appear, correctly capitalized, in both citations and the +list of references: \autocite{author:forthcoming}; +\autocite{contrib:contrib}. The 16th edition of the \emph{Manual} has changed the rules for entries with more than one date \autocite[15.38]{chicago:manual}. @@ -581,7 +582,7 @@ documentation has left you perplexed, please let me know. author = {Author, Margaret~M.}, title = {Article Title}, journaltitle = {Journal Name}, - year = {\autocap{f}orthcoming}, + pubstate = {forthcoming}, volume = 98 } \end{lstlisting} @@ -609,7 +610,8 @@ documentation has left you perplexed, please let me know. \begin{lstlisting}[language=BibTeX,label=batson] *\adlnbackref{Article}{batson}*, author = {Batson, C.~Daniel}, - title = {How Social Is the Animal? {The} Human Capacity for Caring}, + title = {How Social Is the Animal?}, + subtitle = {The Human Capacity for Caring}, journaltitle = {American Psychologist}, volume = 45, date = {1990-03}, @@ -705,6 +707,7 @@ documentation has left you perplexed, please let me know. title = {The {Chicago} Manual of Style}, year = 2010, author = {{University of Chicago Press}}, + shortauthor = {\mkbibemph{CMS}}, publisher = uchp, edition = 16, location = {Chicago} @@ -880,6 +883,7 @@ documentation has left you perplexed, please let me know. title = {Encyclopaedia Britannica}, edition = {15}, shorttitle = {Ency. {Brit}., \mkbibemph{15th ed}\adddot}, + options = {hypertitle} } \end{lstlisting} \begin{lstlisting}[language=BibTeX,label=euripides:orestes] |