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

myBibliography url error #5

Open
gvogler opened this issue Dec 8, 2020 · 0 comments
Open

myBibliography url error #5

gvogler opened this issue Dec 8, 2020 · 0 comments

Comments

@gvogler
Copy link

gvogler commented Dec 8, 2020

Hi!

I entered my NIH bibliography in the header as follows:
myBibliography: 'https://www.ncbi.nlm.nih.gov/myncbi/browse/collection/1234567890'

This returns the following error when knitting the RMarkdown file:

! TeX capacity exceeded, sorry [input stack size=5000]. \@makeother #1->\catcode #1 12\relax l.122 ...h.gov/myncbi/browse/collection/1234567890}}

Replacing myBibliography with "" instead of a URL does not cause an error.

Inside the TeX file the following happens:

\subsection*{Complete List of Published Work in MyBibliography:} \url{\url{https://www.ncbi.nlm.nih.gov/myncbi/browse/collection/51928147}} 1234567890

I believe the double-\url is causing the issue.

Do you have any guidance how to fix this?

Many thanks!

EDIT: Removing the double URL and just leaving \url{https://www.ncbi.nlm.nih.gov/myncbi/browse/collection/51928147} in the TeX file and then running this file with xetex produces the correct PDF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant