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

Wrong format of the superscript numeric citations. #79

Open
wolass opened this issue May 15, 2015 · 1 comment
Open

Wrong format of the superscript numeric citations. #79

wolass opened this issue May 15, 2015 · 1 comment

Comments

@wolass
Copy link

wolass commented May 15, 2015

Hello,

when I use the following options

cite_options(citation_format = "compatibility", style = "text",
hyperlink = FALSE, cite.style = "numeric", super = TRUE,
max.names = 4, longnamesfirst = FALSE, check.entries = FALSE)

I get such formatted citations which are not superscript:

^{[5]}

These should rather be:

^[5]^

Am I right?

@cboettig
Copy link
Owner

cboettig commented Oct 2, 2015

looks like a latex vs markdown format distinction. Guessing you're going for markdown with the goal of rendering to html then? (instead of markdown -> tex -> pdf, which is also a popular workflow.) Will have to dig into it and see if there's a good way to handle both use cases.

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

2 participants