ub-unibe-ch / Docx2Jats

2 stars 1 forks source link

example with ref citations added #3

Open stutzmann72 opened 3 years ago

stutzmann72 commented 3 years ago

Ich habe nun noch ein docx mit ref Zitationen erstellt, laufen lassen und die vermissten xml Elemente manuell hinterlegt. Weiter habe ich das xsl und css aus dem Jats2HTML Repo kopiert und entsprechend angepasst. Allerdings funktionieren die Backlinks aus der Bibliography nicht und aus dem TOC wird nicht auf auf die Bibliography verlinkt. Kannst du dir das .xsl gelegentlich ansehen?

willa-love commented 3 years ago

Thank you very much for this open source project. GOOD! GOOD! I follow the operation of README.md, but I can't realize the code conversion of reference documents. I want to consult how to do it? Missing <xref ref-type="bibr" rid="bibr1">·····</xref>.

.docx to .md via pandoc

command line: pandoc --standalone --to markdown --metadata-file=article_neu.yaml --atx-headers -o article_neu-raw.md article_neu.docx

.md to jats via pandoc

command line: pandoc --standalone --to jats -o article_neu.xml article_neu.md