-
Notifications
You must be signed in to change notification settings - Fork 50
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
Problems with Endnote references #4
Comments
Yes, technically they are created as hyperlinks within the document. I think we should generate at least |
Thanks for the quick reply! |
P.S: I feel like you are at the brink of telling me "If you like the code in codeplex so much, why don't you use it instead?" :-) But I am trying to have a more recent, supported option, rather than rely on an unsupported (?) code. |
Yes, only rendering the superscripts (i.e., the link text) should require a bit less work than the Regarding your other comment: Since our goal is to achieve world domination in the field of XML-based file format conversion&checking tools, there’s no problem in challenging our current attempts instead of reverting to other solutions. We are interested in improving these tools, and we appreciate your feedback. |
Sure, take your time. Let me know about it. |
Since escaped XML can now be parsed with the open-source Saxon product (using the XPath 3.1 function |
I have a document where I used Endnote to manage the references. The file is the same of #3.
What happens is that the superscripted numbers in the main text corresponding to the references are all replaced by
\href{}{}
, which causes the resulting pdf to show nothing instead of the superscripted numbers.The text was updated successfully, but these errors were encountered: