Vitaliy
Vitaliy
Actually, there are many issues with generating references. For example, all strings between `( )` are considering with meTypeset as citation, which is really inconvenient. Placing citations in square brackets...
PRs pkp-lib: https://github.com/pkp/pkp-lib/pull/9908 tests: https://github.com/pkp/ojs/pull/4253
@jonasraoni, can you take a look at this PR, which includes fetching submissions into review assignments list in a performant way?
Hi @Rhynden, are you still encountering the error with a stable-3_3_0 branch? If yes, can you check when this error occurs? I'm testing it on OJS 3.3.0-8 where I'm unable...
Hi @psxjpc, thanks for the example. Endnote, which is used in the example to create references, isn't supported at the moment, only Mendeley plugin for MS Word and LibreOffice writer...
Hi @waqas1223, > your plugin working perfect but there was issue we facing that reference doesn't link from text body even we insert all reference from Mendeley i attached the...
Hi @markoban, All three major applications that allow export in DOCX format don't handle captions as per OOXML standard documentation. Another problem is that captions in OOXML are unstructured. The...
Just checked, at least LibreOffice + Mendeley Plugin allows adding citations in a caption if the document is exported `as MS Word compatible` with the option, which the Mendeley plugin...
> Does it also convert to xref in the final XML? I don't think I've implemented that but should be easy to add. I'll take a look. > I was...
After inspecting the code, the best option so far is: - identify and save the reference from a caption in the document when the caption is identified and set: https://github.com/Vitaliy-1/docxToJats/blob/30bb7c165d11832a21ea87769b9b368940fe58f1/src/docx2jats/objectModel/Document.php#L146,...