pandoc-journal-templates icon indicating copy to clipboard operation
pandoc-journal-templates copied to clipboard

biometrical-journal problems

Open saintland opened this issue 3 years ago • 1 comments

Dear Sir: Thanks for creating the latex template for biometrical journal. I found two errors popped

  1. when I specify leadauthor, the email trigger an error, "! Undefined control sequence. \mailto([email protected])
  2. When I comment out the leadauthor part, a second error came out ! Undefined control sequence. l.57 \hypertarget {introduction}{%

You can see it the document body, % appears after \hypertarget before \section. Is it a pandoc 2 problem? Please give a look. I run Rmd on Rstudio to generate tex and pdf files. biometricalJournalError

Thanks,

Han Sun

[email protected]

saintland avatar May 25 '21 14:05 saintland

This error is solved adding the following line near top (line 8 for example) in the template (the same happens in other templates when using links):

\usepackage{hyperref}

Regards,

Martin1887 avatar Feb 24 '23 11:02 Martin1887