Switched to \newrobustcommand from etoolbox.
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/tag/build Pipeline failed Details

This commit is contained in:
Achim D. Brucker 2022-11-30 07:35:07 +00:00
parent bcd90e2112
commit fe808b04aa
2 changed files with 6 additions and 2 deletions

View File

@ -12,7 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- use style `orcidlink.sty` instead of local logo for the ORCID icon.
- `\authorsetup{}` is now the preferred way for configuring the package
- `\authorsetup{}` is now the preferred way for configuring the package.
- use style `etoolbox.sty` providing `\newrobustcommand{}`, which is
used instead of `\DeclareRobustCommand{}` for defining BibTeX-logo
(avoids problems with `lni.cls`).
## [1.2.1] - 2022-04-25

View File

@ -25,7 +25,8 @@
\RequirePackage{hyperref}
\RequirePackage{calc}
\RequirePackage{qrcode}
\DeclareRobustCommand\BibTeX{Bib\TeX}
\RequirePackage{etoolbox}
\newrobustcmd\BibTeX{Bib\TeX}
%
%Better url breaking
\g@addto@macro{\UrlBreaks}{\UrlOrds}