LaTeXML
LaTeXML copied to clipboard
orcid id
I have written a template for a new journal that looks as intended in pdf form. I am using LaTeXml v 0.8.8 to convert to html as a trial. The example is availabe though Overleaf link: https://www.overleaf.com/read/sqqjsfgzkjvd#3fd36c
In general things are working well and hats off to the developers and community. There are a few things that I haven't been able to figure out.
- The orcidid logo that works so nicely on the pdf doesn't come through on the html.
- The template has an \hrule before and after the abstract, which look as inteneded on the pdf but both instance occur after the abstract in the html.
- The footnotes used to note emails, doi, and creative common licensing appear as icons, which may be out of necessity.
- Affiliations are completely lost in the translation.
Thanks to any and all that respond.
@CaseyMiller the individual issues for your article appear to be:
-
latexml needs new support for
orcidlink.sty- this is also a common request in arXiv/ar5iv -
The
\hrulebug could be worth distilling into a minimal example and submitting as a separate issue, could be schema-related -
Footnotes appear to use a custom technique, likely also warranting its own issue:
% Unnumbered footnotes \newcommand\blfootnote[1]{% \begingroup \renewcommand\thefootnote{}\footnote{#1}% \addtocounter{footnote}{-1}% \endgroup } -
Affiliations are realized via
authblk.styand this may be a binding support regression - we'd need to investigate. That could also be turned into a separate issue with a minimal example where the affiliations disappear.
Thank you for the report! These are valuable to detect and patch.
- latexml needs new support for
orcidlink.sty- this is also a common request in arXiv/ar5iv
Quick note: orcidlink.sty can almost be read raw. What's missing is the \fontcharht primitive, which is used to determine the size of the logo, and that does not seem very easy to implement (LaTeXML knows few font metrics).