| Age | Commit message (Collapse) | Author |
|
|
|
(Tell them that it concerns EndNote references.)
|
|
This exports `toName`, which previously had been part of
T.P.Citeproc.BibTeX. T.P.Readers.RIS,EndNote can now depend on
this module without transitively depending on the LaTeX reader,
which is used in T.P.Citeproc.BibTeX.
Closes #8345.
|
|
|
|
|
|
Still to do: prefix, suffix, locator.
|
|
instead of readEndNoteXMLReferences. This is the function
we'll need in the docx reader.
We still need to implement locator, prefix, and suffix.
|
|
New input format: endnotexml
New reader module: Text.Pandoc.Readers.EndNote, exporting
`readEndNoteXML` and `readEndNoteXMLReferences`. [API change]
This reader is still a bit rudimentary, but it should get
be good enough to be helpful.
|