summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/windycity/CHANGES.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-11 22:02:16 +0000
committerKarl Berry <karl@freefriends.org>2020-11-11 22:02:16 +0000
commit332f896e129474a718b2385024208daf39662240 (patch)
tree36d2ed7f0e1835613649f6915763d7790a9d3690 /Master/texmf-dist/doc/latex/windycity/CHANGES.md
parentf1de5d432f246e2b78d34a16772e771ca7c9ac6b (diff)
windycity (11nov20)
git-svn-id: svn://tug.org/texlive/trunk@56911 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/windycity/CHANGES.md')
-rw-r--r--Master/texmf-dist/doc/latex/windycity/CHANGES.md57
1 files changed, 48 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/windycity/CHANGES.md b/Master/texmf-dist/doc/latex/windycity/CHANGES.md
index 45050c65fcf..cf718404ab0 100644
--- a/Master/texmf-dist/doc/latex/windycity/CHANGES.md
+++ b/Master/texmf-dist/doc/latex/windycity/CHANGES.md
@@ -8,21 +8,59 @@ indicate updates to Windy City's [repository on
GitHub](https://github.com/brianchase/windycity "GitHub:
brianchase/windycity").
+## 2020-11-10
+
+* added support for updaters, which, like other editorial roles, you
+ can combine with any other role:
+
+ - updated by...
+ - updated and compiled by...
+ - updated and edited by...
+ - updated and revised by...
+ - updated and translated by...
+ - compiled and updated by...
+ - edited and updated by...
+ - revised and updated by...
+ - translated and updated by...
+
+* when editors and translators are the same, and you haven't set the
+ `swaptrans` entry option, the value of the `editortype` field
+ determines which role goes first (example: `transrev` prints
+ "translated and revised by" without needing `swaptrans`)
+* dropped the `anonauth` and `anonqauth` entry options; instead, use
+ the `authortype` field with values `anon` and `anon?`, respectively
+* in addition to anonymous authors, `authortype` can handle some
+ pseudonymous authors with the value `pseudo` (the `nameaddon` field
+ still works for this and, in fact, remains the only way to list a
+ pseudonymous author's given name)
+* added a `nopages` bibliography option to stop automatic printing of
+ the `pages` field on first citations of `@article` and `@review`
+ entries (and their aliases) when the `postnote` is blank
+* added support for the `\fullcite` and `\footfullcite` citation
+ commands
+* new citation commands: `idemcite`, `idemcites`, `footidemcite`,
+ `footidemcites`
+* added support for printing ISSNs with `issn` entry and bibliography
+ options
+* fixed `nameaddon` and `handle` fields printing in short citations
+* fixed `autopunct` when `\footcites` follows `\cite` plus an
+ `autopunct` mark (e.g. `\cite{key1}?\footcites{key2}{key3}`)
+
## 2020-09-29
* better punctuation handling in parenthetical citations, allowing
-examples in *CMOS* 15.24 and 15.30 (17th ed.)
+ examples in *CMOS* 15.24 and 15.30 (17th ed.)
* for `@reference` and `@inreference` entries, added support for
-printing the `organization` field in the author's position of short
-citations, fixing many of them (most of them? it was bad!)
+ printing the `organization` field in the author's position of short
+ citations, fixing many of them (most of them? it was bad!)
* also for `@reference` and `@inreference` entries, allowed the
-`author` field to substitute for `organization` (not recommended but
-could prevent confusion in some cases)
+ `author` field to substitute for `organization` (not recommended but
+ could prevent confusion in some cases)
* fixed `\cites` and `\parencites` for consecutive citations of the
-same author (most seriously affecting parenthetical citations but also
-standard and short citations in different ways)
+ same author (most seriously affecting parenthetical citations but
+ also standard and short citations in different ways)
* fixed parenthetical citations not printing volume numbers for
-certain collections
+ certain collections
## 2020-09-07
@@ -58,7 +96,8 @@ certain collections
types
* fixed `\parencite` failing to print names in `afterwords`,
`forewords`, and `introduction` fields
-* fixed printing `transcomp` and `transed` bibstrings when
+
+* fixed printing `transcomp` and `transed` bibliography strings when
`transcomp+` and `transed+` were needed
## 2019-07-17