Use style orcidlink.sty instead of local logo for the ORCID icon.
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Achim D. Brucker 2022-07-15 17:40:52 +01:00
parent 83d7e7e082
commit 05304af052
6 changed files with 7 additions and 45 deletions

View File

@ -11,6 +11,8 @@ 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.
## [1.2.1] - 2022-04-25
### Changed

View File

@ -23,9 +23,8 @@
## Installation
Copy `authorarchive.sty` and the directory `icons` in a directory that
is searched by LaTeX (e.g., either your `texmf` tree or the local
directory with your main LaTeX file).
Copy `authorarchive.sty` in a directory that is searched by LaTeX (e.g., either
your `texmf` tree or the local directory with your main LaTeX file).
## Usage

View File

@ -18,7 +18,7 @@
%
\RequirePackage{ifthen}
\RequirePackage[inline]{enumitem}
\RequirePackage{graphicx}
\RequirePackage{orcidlink}
\RequirePackage{eso-pic}
\RequirePackage{intopdf}
\RequirePackage{kvoptions}
@ -71,7 +71,7 @@
}%
% Pass the option to package color.
% Again it is better to expand \CurrentOption.
\expandafter\PassOptionsToPackage\expandafter{\CurrentOption}{color}%
\expandafter\PassOptionsToPackage\expandafter{\CurrentOption}{color}%vim
\else
% Package color does not take options with values.
% We provide the standard LaTeX error.
@ -148,8 +148,7 @@
%%%% LNCS
\ifAA@LNCS%
\ifAA@orcidicon%
\renewcommand{\orcidID}[1]{\href{https://orcid.org/#1}{%
\textsuperscript{\,\includegraphics[height=2\fontcharht\font`A]{vector_iD_icon}}}}
\renewcommand{\orcidID}[1]{\orcidlink{#1}}
\else\relax\fi%
%
\ifthenelse{\equal{\AA@publisher}{UNKNOWN PUBLISHER}}{%

View File

@ -1,21 +0,0 @@
# Icons for the use with authorarchive
This directory contains icons that might be used together with
the authorarchive LaTeX style. The use of these icons is
restricted by the respective copyright holders.
## ORCID iD Icon
The iD icon ([vector_iD_icon.svg](vector_iD_icon.svg)) was obtained in
SVG format from
<https://orcid.org/trademark-and-id-display-guidelines> and converted
to PDF ([vector_iD_icon.pdf](vector_iD_icon.pdf)) using
[Inkscape](https://inkscape.org). According to the use and (display
guidelines)[https://orcid.org/trademark-and-id-display-guidelines] of
the ORCID iD icons, it can be used for displaying ORCID identifiers.
An alternative to including the iD icon as PDF image is the
[academicons](https://ctan.org/pkg/academicons) package. At the time
of writing, this package requires xe(la)tex or lua(la)tex while the
[authorarchive](https://ctan.org/pkg/authorarchive) packages requires
pdf(la)tex.

Binary file not shown.

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 256 256" style="enable-background:new 0 0 256 256;" xml:space="preserve">
<style type="text/css">
.st0{fill:#A6CE39;}
.st1{fill:#FFFFFF;}
</style>
<path class="st0" d="M256,128c0,70.7-57.3,128-128,128C57.3,256,0,198.7,0,128C0,57.3,57.3,0,128,0C198.7,0,256,57.3,256,128z"/>
<g>
<path class="st1" d="M86.3,186.2H70.9V79.1h15.4v48.4V186.2z"/>
<path class="st1" d="M108.9,79.1h41.6c39.6,0,57,28.3,57,53.6c0,27.5-21.5,53.6-56.8,53.6h-41.8V79.1z M124.3,172.4h24.5
c34.9,0,42.9-26.5,42.9-39.7c0-21.5-13.7-39.7-43.7-39.7h-23.7V172.4z"/>
<path class="st1" d="M88.7,56.8c0,5.5-4.5,10.1-10.1,10.1c-5.6,0-10.1-4.6-10.1-10.1c0-5.6,4.5-10.1,10.1-10.1
C84.2,46.7,88.7,51.3,88.7,56.8z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 983 B