-1

I'm using the my-awesome-cv.cls template in vitae (customising it, including using latex_engine: lualatex with a template to 'bold' my name in entries). I'm trying to work out how I can make enriched display of publications easier, including display of citation counts, etc. The apa style I'm using does show the annotation text, so that could be modified.

I am hoping to display the open access status (ideally, gold/green/closed), and there is a tex package which can display one oa symbol: https://tex.stackexchange.com/questions/459449/bibliography-add-a-small-open-access-logo-in-the-margin but adding the below to the cls doesn't seem to work.

 %-------------------------------
 % augment-citations
 %-------------------------------
 % load LaTex packages needed to display oa etc

\usepackage[style=apa,backend=biber]{biblatex}
\usepackage[symbolpackage=pict2e, doiapi=true, symbol=plos]{biblatex-ext-oa}
\SetDOIAPIMail{me@gmail.com}
\ExecuteBibliographyOptions{openaccess=doiapi} % or auto
sjgknight
  • 393
  • 1
  • 5
  • 19

0 Answers0