Replies: 1 comment
-
Sorry, I can read but not write Spanish. You should not write HTML code in the prefix and suffix attributes. Pandoc has the link-citations and link-bibliography metadata to do what you seem to try to achieve.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hola!
Intento generar un html partiendo desde un XML JATS que ya está validado y correcto, pero al crearme la sección de referencias, no logro dar con un archivo correcto de .csl que me las vincule al convertir.
Estoy usando el siguiente pero me da errores
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0"> <title>Vancouver with Links</title> http://www.zotero.org/styles/vancouver-with-links Adapted Vancouver Style 2024-01-01T00:00:00+00:00 </style>Suelo obtener el siguiente error al ejecutar el comando pandoc -s -f jats -t html5 --citeproc --csl=nuevo.csl --embed-resources --css=estilos.css -o salida.html origen.xml
Error obtenido:
CiteprocXMLError: ParseError {errorContexts = ["open tag","'>'"], errorMessage = "Failed reading: satisfy", errorPosition = 20:15 (611)}
Beta Was this translation helpful? Give feedback.
All reactions