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-pict2e.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-pict2e.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ext/biblatex-ext-oasymb-pict2e.sty | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ext/biblatex-ext-oasymb-pict2e.sty b/Master/texmf-dist/tex/latex/biblatex-ext/biblatex-ext-oasymb-pict2e.sty index 470e5ed6821..5187a801131 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ext/biblatex-ext-oasymb-pict2e.sty +++ b/Master/texmf-dist/tex/latex/biblatex-ext/biblatex-ext-oasymb-pict2e.sty @@ -1,11 +1,11 @@ \ProvidesPackage{biblatex-ext-oasymb-pict2e} - [2019/02/08 v0.7 open access symbols with pict2e (MW)] + [2019/04/04 v0.7a open access symbols with pict2e (MW)] \RequirePackage{etoolbox} \RequirePackage{kvoptions} -% Internals called 'extblx@oasymb@pict' instead of 'extblx@oasymb@pict2e' -% to avoid the non-letter "2". +% Internals called 'extblx@oasymb@pict' instead of +% 'extblx@oasymb@pict2e' to avoid the non-letter "2". \protected\def\extblx@oasymb@pict@error#1#2{% \PackageError{biblatex-ext-oasymb-pict2e}{#1}{#2.}} @@ -45,7 +45,8 @@ \newsavebox{\extblx@oasymb@pict@plos@box} \sbox{\extblx@oasymb@pict@plos@box}{\extblx@oasymb@pict@plos@pict} -\newcommand*{\extblx@oasymb@pict@plos}{\usebox{\extblx@oasymb@pict@plos@box}} +\newcommand*{\extblx@oasymb@pict@plos}{% + \usebox{\extblx@oasymb@pict@plos@box}} % PLoS symbols is standard \newcommand*{\oasymbol}{\extblx@oasymb@pict@plos} @@ -99,7 +100,8 @@ \newsavebox{\extblx@oasymb@pict@oanet@box} \sbox{\extblx@oasymb@pict@oanet@box}{\extblx@oasymb@pict@oanet@pict} -\newcommand*{\extblx@oasymb@pict@oanet}{\usebox{\extblx@oasymb@pict@oanet@box}} +\newcommand*{\extblx@oasymb@pict@oanet}{% + \usebox{\extblx@oasymb@pict@oanet@box}} \protected\def\extblx@oasymb@pict@opt@symbol@process#1{% \begingroup @@ -115,7 +117,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@pict@#1\endcsname}}}} + {\edef\oasymbol{% + \expandonce{\csname extblx@oasymb@pict@#1\endcsname}}}} \newrobustcmd*{\DefineOASymbol}[1][plos]{% \begingroup @@ -130,7 +133,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@pict@#1\endcsname}}}} + {\edef\oasymbol{% + \expandonce{\csname extblx@oasymb@pict@#1\endcsname}}}} \SetupKeyvalOptions{ family=extblx@oasymb@pict@opt, @@ -143,7 +147,8 @@ \ProcessKeyvalOptions* -\extblx@oasymb@pict@opt@symbol@process{\csuse{extblx@oasymb@pict@opt@symbol}} +\extblx@oasymb@pict@opt@symbol@process{% + \csuse{extblx@oasymb@pict@opt@symbol}} \endinput % @@ -151,8 +156,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 |