diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-20 21:57:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-20 21:57:43 +0000 |
commit | 4373b1d9ec9aeb43430cc8674422cc201c64ebfe (patch) | |
tree | 7beae9ce49b6b0a6c9bdcf7a1ff492131bf4e9c6 /Master/texmf-dist/doc/latex/archaeologie/README.md | |
parent | ea4f2565ceed989e9584dc7da6aad4d2e455046b (diff) |
archaeologie (20feb18)
git-svn-id: svn://tug.org/texlive/trunk@46688 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/archaeologie/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/archaeologie/README.md | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/archaeologie/README.md b/Master/texmf-dist/doc/latex/archaeologie/README.md index b9127c941dc..ebf812d0edf 100644 --- a/Master/texmf-dist/doc/latex/archaeologie/README.md +++ b/Master/texmf-dist/doc/latex/archaeologie/README.md @@ -5,7 +5,7 @@ bibLaTeX-__archaeologie__ bibLaTeX-style for archaeologists, historians and philologists. --- -_2018/02/13 v2.3.5_ +_2018/02/20 v2.3.6_ Copyright (c) 2016-2018 Lukas C. Bossert | Johannes Friedl @@ -65,10 +65,28 @@ additional lists and bibliographies: All notable changes to this project will be documented in this file. This project **does not** adhere to [Semantic Versioning](http://semver.org/). The markdown syntax is inspired by the conventions proposed by [keepachangelog.com](http://keepachangelog.com/). +## v2.3.6 (2018-02-20) + +### *Added* +* `citeauthorformat=firstinitialsthenfamily` as requested in +[#138](https://github.com/LukasCBossert/biblatex-archaeologie/issues/138), +* `citeauthorformat=firstfullthenfamily` + +### *Changed* +* `jstor=false` by default, since it is no part of the guidelines +* `lstabbrv=true` by default +* `lstlocations=true` by default +* `lstpublishers=true` by default +* `citeauthorformat=firstfull` is now called `citeauthorformat=firstfulltheninitials` + +### *Fixed* +* wrong entry with `\archaeologieoptions` deleted +* labeldates now work correctly + ## v2.3.5 (2018-02-13) --> [current release] -#### *fixed* +### *Fixed* * `\citereset` for author names (https://github.com/LukasCBossert/biblatex-archaeologie/issues/122) * `\citetitle` will give the original title of a work which has the option `ancient`; `\citetitle*` instead will always give title without year. @@ -76,13 +94,13 @@ The markdown syntax is inspired by the conventions proposed by [keepachangelog.c * `volume`/`volumes` are now shown for `book` etc. * `daterange` for a sequence of two years (now delimited by `\`) * Short-journal for `Archaeologia` -#### *changed* +### *Changed* * `volume` is now automatically a Roman numeral for `book`, `inbook`, `collection`, `incollection`, `proceedings`, `inproceedings`, you only insert the Arabic number. ## v2.3.4 (2017-11-19) This update is also due to compatibility with `biblatex 3.8a`/`biber 2.8`. -#### *fixed* +### *Fixed* * Arrangement of multiple authors with `\textcites`; see [#115](https://github.com/LukasCBossert/biblatex-archaeologie/issues/115), solved with [https://tex.stackexchange.com/a/387162/98739](https://tex.stackexchange.com/a/387162/98739) * Delimiter of `subtitle` and `titleaddon`, it is now a comma instead of fullstop. |