diff options
author | Karl Berry <karl@freefriends.org> | 2019-04-04 20:56:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-04-04 20:56:06 +0000 |
commit | 51826e690ad1c167b12b52e25604ed3579a989ba (patch) | |
tree | 473a2307448528e7ece67821b6c355a078b95f12 /Master/texmf-dist/tex/latex/biblatex-ext/biblatex-ext-oasymb-tikz.sty | |
parent | acab24042d34dd439e1d074820d1da2fa1d591cd (diff) |
biblatex-ext (4apr19)
git-svn-id: svn://tug.org/texlive/trunk@50759 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-ext/biblatex-ext-oasymb-tikz.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ext/biblatex-ext-oasymb-tikz.sty | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ext/biblatex-ext-oasymb-tikz.sty b/Master/texmf-dist/tex/latex/biblatex-ext/biblatex-ext-oasymb-tikz.sty index 9c6bec6abff..17851030be3 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ext/biblatex-ext-oasymb-tikz.sty +++ b/Master/texmf-dist/tex/latex/biblatex-ext/biblatex-ext-oasymb-tikz.sty @@ -1,5 +1,5 @@ \ProvidesPackage{biblatex-ext-oasymb-tikz} - [2019/02/08 v0.7 open access symbols with TikZ (MW)] + [2019/04/04 v0.7a open access symbols with TikZ (MW)] \RequirePackage{etoolbox} \RequirePackage{kvoptions} @@ -40,7 +40,8 @@ \newsavebox{\extblx@oasymb@tikz@plos@box} \sbox{\extblx@oasymb@tikz@plos@box}{\extblx@oasymb@tikz@plos@tikz} -\newcommand*{\extblx@oasymb@tikz@plos}{\usebox{\extblx@oasymb@tikz@plos@box}} +\newcommand*{\extblx@oasymb@tikz@plos}{% + \usebox{\extblx@oasymb@tikz@plos@box}} % PLoS symbols is standard \newcommand*{\oasymbol}{\extblx@oasymb@tikz@plos} @@ -94,7 +95,8 @@ \newsavebox{\extblx@oasymb@tikz@oanet@box} \sbox{\extblx@oasymb@tikz@oanet@box}{\extblx@oasymb@tikz@oanet@tikz} -\newcommand*{\extblx@oasymb@tikz@oanet}{\usebox{\extblx@oasymb@tikz@oanet@box}} +\newcommand*{\extblx@oasymb@tikz@oanet}{% + \usebox{\extblx@oasymb@tikz@oanet@box}} \protected\def\extblx@oasymb@tikz@opt@symbol@process#1{% \begingroup @@ -110,7 +112,8 @@ for option 'symbol'} {The symbol '#1' does not exist.\MessageBreak Please consult the documentation for a list of valid options}} - {\edef\oasymbol{\expandonce{\csname extblx@oasymb@tikz@#1\endcsname}}}} + {\edef\oasymbol{% + \expandonce{\csname extblx@oasymb@tikz@#1\endcsname}}}} \newrobustcmd*{\DefineTikZOASymbol}{% \extblx@oasymb@tikz@warning{% @@ -133,7 +136,8 @@ \space\space'#1'} {The symbol '#1' does not exist.\MessageBreak Please consult the documentation for a list of valid options}} - {\edef\oasymbol{\expandonce{\csname extblx@oasymb@tikz@#1\endcsname}}}} + {\edef\oasymbol{% + \expandonce{\csname extblx@oasymb@tikz@#1\endcsname}}}} \SetupKeyvalOptions{ family=extblx@oasymb@tikz@opt, @@ -146,7 +150,8 @@ \ProcessKeyvalOptions* -\extblx@oasymb@tikz@opt@symbol@process{\csuse{extblx@oasymb@tikz@opt@symbol}} +\extblx@oasymb@tikz@opt@symbol@process{% + \csuse{extblx@oasymb@tikz@opt@symbol}} \endinput % @@ -154,8 +159,8 @@ % biblatex-ext is released under the LaTeX Project Public License v1.3c % or later. % -% A complete list of files included in that package can be found in README.md -% or - failing that - in ext-standard.bbx. +% A complete list of files included in that package can be found in +% README.md or - failing that - in ext-standard.bbx. % % Official releases of this package are on CTAN % https://www.ctan.org/pkg/biblatex-ext |