diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-30 22:12:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-30 22:12:51 +0000 |
commit | 3ab1735000843dbb21b8791fc3f86268353ea0df (patch) | |
tree | fcc83aec333a8e0baf7b812369d4fd405270b890 /Master/texmf-dist/doc/latex | |
parent | d21180ffc58ada4628b8ec4438d81cddbae4264a (diff) |
biblatex-ext (30nov19)
git-svn-id: svn://tug.org/texlive/trunk@52977 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md | 14 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf | bin | 711899 -> 528139 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex | 51 |
3 files changed, 39 insertions, 26 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md index bb9ac3a006a..e2733ecc1a9 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md +++ b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md @@ -1,11 +1,22 @@ # Changelog +## Version 0.8c (2019-11-30) + +See <https://github.com/moewew/biblatex-ext/compare/v0.8b...v0.8c> + +### Changed +- The Unpaywall API queries don't include a sanity check for + the DOI to DOI.org any more, since DOI.org only serves HTTPS + now and Lua(TeX) doesn't easily do SSL. + Fortunately, there were no user-level or even author-level + macros documented that would expose the answer of the DOI.org + query, so we can simply drop that function. + ## Version 0.8b (2019-11-01) See <https://github.com/moewew/biblatex-ext/compare/v0.8a...v0.8b> ### Fixed - - Call to removed option in `ext-verbose-trad2`. ## Version 0.8a (2019-10-31) @@ -13,7 +24,6 @@ See <https://github.com/moewew/biblatex-ext/compare/v0.8a...v0.8b> See <https://github.com/moewew/biblatex-ext/compare/v0.8...v0.8a> ### Fixed - - The default value of `\servoldelim` was documented as and should be `\jourvoldelim`. Previous versions had `\addspace` (the default value of diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf Binary files differindex de0918a8e9a..a0a1d3fe8e3 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf 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 5f2dc59e0c1..9361fd6f065 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex +++ b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex @@ -1,14 +1,6 @@ \documentclass[DIV=9]{scrartcl} -\usepackage{ifxetex,ifluatex} -\newif\iffontspec -\ifxetex - \fontspectrue -\else\ifluatex - \fontspectrue -\else - \fontspecfalse -\fi\fi -\iffontspec +\usepackage{iftex} +\iftutex \usepackage{fontspec} \else \usepackage[T1]{fontenc} @@ -19,11 +11,11 @@ \usepackage[french,ngerman,british]{babel} \usepackage{csquotes} \usepackage[useregional]{datetime2} -\iffontspec\else +\iftutex\else \usepackage{lmodern} \fi \usepackage[mono=false]{libertinus} -\iffontspec +\iftutex \setmonofont[Scale=0.78]{Bitstream Vera Sans Mono} \usepackage{unicode-math} \setmathfont[Scale=MatchUppercase]{libertinusmath-regular.otf} @@ -196,7 +188,7 @@ colframe=red, colback=red!5!white, underlay={% \path[draw=none] (interior.south east) - rectangle node{\warnsymbol} + rectangle node {\warnsymbol} ([xshift=15mm,yshift=.1cm]interior.north east);}, #1} @@ -205,7 +197,7 @@ colframe=yellow, colback=yellow!5!white, underlay={% \path[draw=none] (interior.south east) - rectangle node{\dbendsymbol} + rectangle node {\dbendsymbol} ([xshift=15mm,yshift=.1cm]interior.north east);}, #1} @@ -463,7 +455,7 @@ \newcommand*{\ctan}{\mkbibacro{CTAN}} \newcommand*{\gitbaseurl}{https://github.com/moewew/biblatex-ext} -\newcommand*{\extblxversion}{0.8b} +\newcommand*{\extblxversion}{0.8c} \newcommand*{\biber}{Biber} \newcommand*{\gitissuelink}[1]{% \href{\gitbaseurl/issues/#1}{issue \##1 on github}} @@ -476,7 +468,7 @@ \newcommand*{\mpdl}{$\langle$} \newcommand*{\mpdr}{$\rangle$} -\iffontspec +\iftutex \newcommand*{\hmpdl}{$\langle$} \newcommand*{\hmpdr}{$\rangle$} \else @@ -511,14 +503,21 @@ \sbox{\dbendsymbol@box}{\dbendsymbol@tikz} \newcommand*{\dbendsymbol}{\usebox{\dbendsymbol@box}} -\newcommand{\warnsymbol}{% - \makebox[2em][c]{% - \makebox[0pt][c]{\raisebox{.26em}{\LARGE\bfseries!}}% - \makebox[0pt][c]{% - \fontsize{40}{40}\selectfont\color{red}$\bigtriangleup$}}} +\newcommand*{\warnsymbol@tikz}{% + \begin{tikzpicture}[ + line cap=but, + line join=round, + line width=2pt, + rounded corners=1.5pt,] + \node[regular polygon, regular polygon sides=3, + scale=1.2, inner sep=-.22em, + draw=red] + {\raisebox{.26em}{\LARGE\bfseries !}}; + \end{tikzpicture}} -\newcommand*{\marginwarn}{% - \leavevmode\marginpar{\raisebox{-1.5em}{\warnsymbol}}} +\newsavebox{\warnsymbol@box} +\sbox{\warnsymbol@box}{\warnsymbol@tikz} +\newcommand*{\warnsymbol}{\usebox{\warnsymbol@box}} \makeatother @@ -529,7 +528,7 @@ author = {Moritz Wemheuer}, link = {mwemheu@gmail.com},% revision = {\extblxversion}, - date = {\DTMDate{2019-11-01}}, + date = {\DTMDate{2019-11-30}}, } \hypersetup{% @@ -3177,6 +3176,10 @@ See also \filename{CHANGES.md}. The numbers on the right indicate the relevant section of the manual. \begin{changelog} +\begin{release}{0.8c}{2019-11-30} + \item Stopped querying \url{https://doi.org} API for DOI + verification \hypersty{biblatex-ext-oa-doiapi}\see{sec:oa:doiapi} +\end{release} \begin{release}{0.8b}{2019-11-01} \item Fixed bug in \blxstyle{ext-verbose-trad2}% \see{sec:styles:standard} |