From 69f4dc372985a82d9d1e813dfb2762422205dcea Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 11 Jan 2019 22:28:35 +0000 Subject: biblatex-ext (11jan19) git-svn-id: svn://tug.org/texlive/trunk@49671 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/biblatex-ext/CHANGES.md | 18 ++++++++----- Master/texmf-dist/doc/latex/biblatex-ext/README.md | 5 ++++ .../doc/latex/biblatex-ext/biblatex-ext.pdf | Bin 624884 -> 625723 bytes .../doc/latex/biblatex-ext/biblatex-ext.tex | 28 +++++++++++---------- 4 files changed, 32 insertions(+), 19 deletions(-) (limited to 'Master/texmf-dist/doc/latex/biblatex-ext') diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md index 2336f09ec23..cb21c0498bd 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md +++ b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md @@ -1,19 +1,25 @@ +# Version 0.6b (2019-01-11) +See https://github.com/moewew/biblatex-ext/compare/v0.6a...v0.6b +- Fixed issue loading socket.url + (https://github.com/moewew/biblatex-ext/issues/17) +- Changed `blxextdoiapi.lua` so that it returns the module. + # Version 0.6a (2019-01-04) See https://github.com/moewew/biblatex-ext/compare/v0.6...v0.6a - Only patch bibmacros in `biblatex-ext-oa`. This avoids redefinitions, which could clear out custom definitions. - Use socket.url's URL escape/encode function in blxextdoiapi.lua. -- Fix bug in deprecation handling. +- Fixed bug in deprecation handling. # Version 0.6 (2018-11-23) See https://github.com/moewew/biblatex-ext/compare/v0.5a...v0.6 -- Sync `mergedate` code with `biblatex` 3.12 +- Synced `mergedate` code with `biblatex` 3.12 (https://github.com/plk/biblatex/pull/810 https://github.com/plk/biblatex/issues/752). - `biblatex` 3.12 is now recommended. - Added `\titleaddonpunct`. -- Make `introcite` and `dashed` option available on per-entry and - per-type basis. +- Made `introcite` and `dashed` option available on per-entry and + per-type basis. (https://github.com/moewew/biblatex-ext/issues/13) - `introcite=label` needs support of the bibliography environment, so it is not officially supported if its is not set globally. - Simplify code to set options at all three levels at the same time. @@ -28,14 +34,14 @@ See https://github.com/moewew/biblatex-ext/compare/v0.5a...v0.6 # Version 0.5a (2018-10-09) See https://github.com/moewew/biblatex-ext/compare/v0.5...v0.5a - Fixed a bug with `\footcites` and `\footcitetexts` in `ext-authoryear.cbx` - https://github.com/moewew/biblatex-ext/issues/12 + (https://github.com/moewew/biblatex-ext/issues/12) # Version v0.5 (2018-10-02) See https://github.com/moewew/biblatex-ext/compare/v0.4...v0.5 - Added the `ecomp` style family. The styles of that family compress lists of extradate fields. - Added outer cite delimiters for `\footcite`. -- Added `version` and `pagetotal` bibmacro. +- Added `version` and `pagetotal` bibmacros. - First implementation of a tabular bibliography based on Audrey's answer to https://tex.stackexchange.com/q/71088/35864 diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/README.md b/Master/texmf-dist/doc/latex/biblatex-ext/README.md index 3b30f870068..91373089650 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/README.md +++ b/Master/texmf-dist/doc/latex/biblatex-ext/README.md @@ -71,6 +71,11 @@ standard styles. The bundle consists of the following files - The Lua module `blxextdoiapi.lua` - The symbol package `biblatex-ext-oa-tikzsymbols.sty` +All of these files (including `blxextdoiapi.lua`) are runtime files that +need to be installed where LaTeX can find them. +It is highly recommended to install this bundle via your TeX distribution +and not manually. See the documentation for more installation instructions. + ## Licence Copyright 2017-2019 Moritz Wemheuer diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf index bff09eebdcf..c9f2a60ba74 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf and b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex index fabe0af91e1..26362b47c20 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex +++ b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex @@ -415,7 +415,7 @@ \newcommand*{\ctan}{\mkbibacro{CTAN}} \newcommand*{\gitbaseurl}{https://github.com/moewew/biblatex-ext} -\newcommand*{\extblxversion}{0.6a} +\newcommand*{\extblxversion}{0.6b} \newcommand*{\biber}{Biber} \newcommand*{\gitissuelink}[1]{% \href{\gitbaseurl/issues/#1}{issue \##1 on github}} @@ -427,7 +427,7 @@ \newcommand*{\mpdl}{$\langle$} \newcommand*{\mpdr}{$\rangle$} - + \iffontspec \newcommand*{\hmpdl}{$\langle$} \newcommand*{\hmpdr}{$\rangle$} @@ -463,7 +463,7 @@ author = {Moritz Wemheuer}, link = {mwemheu@gmail.com},% revision = {\extblxversion}, - date = {\DTMDate{2019-01-04}}, + date = {\DTMDate{2019-01-11}}, } \hypersetup{% @@ -2852,7 +2852,7 @@ for \cmd{oasymbol}. \fnurl{https://open-access.net/DE-EN/about-us/}. While the German version leaves some leeway as to whether or not a link is required as attribution, the English version seems more explicit. - + That means that if you do not follow Wikimedia in considering the symbol not protected by copyright in your~-- and all other relevant jurisdictions% ~-- due to its failure to cross the threshold of originality, @@ -2880,18 +2880,23 @@ See also \sty{CHANGES.md}. The numbers on the right indicate the relevant section of the manual. \begin{changelog} +\begin{release}{0.6b}{2019-01-11} + \item Fixed issue loading \texttt{socket.url} module in + \sty{biblatex-ext-oa-doiapi}\see{sec:oasymb} +\end{release} \begin{release}{0.6a}{2019-01-04} \item Minor improvements for \sty{biblatex-ext-oa}\see{sec:oasymb} \end{release} \begin{release}{0.6}{2018-11-23} \item Require \sty{biblatex} 3.12 - \item Make \opt{dashed} and \opt{introcite} options available on a per-entry + \item Made \opt{dashed} and \opt{introcite} options available on a per-entry and per-type basis\see{sec:opt:style} \item Added \cs{titleaddonpunct}\see{sec:opt:punct} - \item Add \sty{biblatex-ext-oa} package for open access symbols\see{sec:oasymb} + \item Added \sty{biblatex-ext-oa} package for open access symbols% + \see{sec:oasymb} \end{release} \begin{release}{0.5a}{2018-10-09} - \item Fix a bug with \cmd{footcites} and \cmd{footcitetexts} in + \item Fixed a bug with \cmd{footcites} and \cmd{footcitetexts} in \sty{ext-authoryear} \end{release} \begin{release}{0.5}{2018-10-02} @@ -2901,13 +2906,10 @@ The numbers on the right indicate the relevant section of the manual. \end{release} \begin{release}{0.4}{2018-06-10} \item Renamed \cmd{DeclareOuterCiteDelim} and friends to - \cmd{DeclareOuterCiteDelims} - \see{sec:opt:citedelims} -\item Added \cmd{RegisterCiteDelims} - \see{sec:opt:citedelims} + \cmd{DeclareOuterCiteDelims}\see{sec:opt:citedelims} +\item Added \cmd{RegisterCiteDelims}\see{sec:opt:citedelims} \item Renamed \enquote{virtual} cite command \cmd{bbx:introcite} to - \cmd{bbx@introcite} - \see{sec:opt:style} + \cmd{bbx@introcite}\see{sec:opt:style} \end{release} \begin{release}{0.3}{2018-06-04} \item Added \bibfieldformat{titlecase:\dots title} field formats% -- cgit v1.2.3