diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/windycity/CHANGES.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/windycity/CHANGES.md | 59 |
1 files changed, 57 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/windycity/CHANGES.md b/Master/texmf-dist/doc/latex/windycity/CHANGES.md index 848dc99b27c..2b166c9f5c9 100644 --- a/Master/texmf-dist/doc/latex/windycity/CHANGES.md +++ b/Master/texmf-dist/doc/latex/windycity/CHANGES.md @@ -8,6 +8,61 @@ indicate updates to Windy City's [repository on GitHub](https://github.com/brianchase/windycity "GitHub: brianchase/windycity"). +## 2021-12-04 + +* improved the handling of `labeldate` for `@inbook` and `@bookinbook` + entries (for the most part, affecting books in collections when + they're formatted for reference lists) + + - fixed cases of *n.d.* (no date) in reference lists when works + without a `year` or `date` field were cross-referenced to + works with a `year` or `date` field (previously, you could fix + this by listing the date in both the parent and child entries) + - also in reference lists, fixed occasional missing publication + dates after the publisher's position when it differed from the + one printed after the author's position (publication dates can + differ when a work in a collection has a different publication + date than the collection as a whole) + - fixed the assignment of `labeldate` to correct problems with + sorting in reference lists, ensure that multiple works by the same + authors in the same year are differentiated with letters (as in + *2015a*, *2015b*, etc.), and ensure that those letters aren't + appended incorrectly + - exception to the previous: works in reference lists formatted with + the `swapvol` preamble option (but not the `swapvol` entry option) + - fixed the position of publication dates in reference lists when a + work's format is changed by `swapvol` (previously, dates weren't + swapped along with other elements of the format) + - if Windy City still fails to assign the correct `labeldate`, you + can do it manually with the `label` field + - reminder: following *CMOS* 15.41, you probably shouldn't use + `swapvol` in reference lists because a reference list entry should + give a work's volume first, which is what Windy City does by + default and what `swapvol` changes + +* improved how the style processes pairs of locations and publishers + (e.g. *Some City: Some Publisher*): + + - lists may include indefinitely many pairs (previously, no more + than two were allowed) + - rather than try to guess when it's appropriate to print *n.p.* (no + place) when a publisher's location is missing, you must now + specify when you want it with the entry option `noplace` + - fixed a punctuation problem problem affecting some works that + lacked a publisher's location + +* added support for citing "paintings, photographs, and sculpture" + with the `@artwork` or `@image` entry type (see examples for *CMOS* + 14.235) +* added support for citing "standards" with the `@standard` entry type + (see examples for *CMOS* 4.259; note that there's no way for Windy + City to print long or short forms of a publisher's name, depending + on the context, so it falls short on one example) +* added a `noetal` preamble and entry option to disable the truncation + of name lists (as a preamble option, it disables all truncation; as + an entry option it disables truncation in citations and bibliography + entries of specific works) + ## 2021-11-09 * added support for manuscript collections (see examples for *CMOS* @@ -26,10 +81,10 @@ brianchase/windycity"). and `pseudo` to indicate anonymous and pseudonymous editors and translators (since the fields accept multiple values, you could list, for example, a pseudonymous compiler) -* fixed at least one bug with the `ibidpage` bibliography option (it +* fixed at least one bug with the `ibidpage` preamble option (it prevented page numbers from printing in some contexts where most but not all of the right conditions were met) -* fixed the `shortlinks` bibliography option to stop it from inserting +* fixed the `shortlinks` preamble option to stop it from inserting links in bibliographies (the links belong only in citations) * for `@article` entries, fixed the relative positions of `series` and `location` |