Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orcid id #2386

Open
CaseyMiller opened this issue Aug 8, 2024 · 2 comments · May be fixed by #2395
Open

orcid id #2386

CaseyMiller opened this issue Aug 8, 2024 · 2 comments · May be fixed by #2395

Comments

@CaseyMiller
Copy link

CaseyMiller commented Aug 8, 2024

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.

  1. The orcidid logo that works so nicely on the pdf doesn't come through on the html.
  2. 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.
  3. The footnotes used to note emails, doi, and creative common licensing appear as icons, which may be out of necessity.
  4. Affiliations are completely lost in the translation.

Thanks to any and all that respond.

@dginev
Copy link
Collaborator

dginev commented Aug 9, 2024

@CaseyMiller the individual issues for your article appear to be:

  1. latexml needs new support for orcidlink.sty - this is also a common request in arXiv/ar5iv

  2. The \hrule bug could be worth distilling into a minimal example and submitting as a separate issue, could be schema-related

  3. 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
    }
  4. Affiliations are realized via authblk.sty and 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.

@xworld21
Copy link
Contributor

  • 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).

@xworld21 xworld21 linked a pull request Aug 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants