Skip to content
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

.docx to tei conversion isn't adding semicolon to end of css values #686

Open
JanelleJenstad opened this issue Sep 15, 2023 · 1 comment

Comments

@JanelleJenstad
Copy link
Contributor

Thanks for moving OxGarage over to TEIGarage.

I just ran a test conversion of a .docx file to TEI P5 and noticed that the conversion isn't producing correct CSS syntax. It should be an easy fix for you.

For example, the TEI output of italics in .docx files is this: <hi rend="italic bold" style="font-size:12pt">. The semi-colon is missing in this case and all other instances of the value of the @style attribute.

@peterstadler
Copy link
Member

Hi @JanelleJenstad , this sounds like a Stylesheets issue rather than a TEIGarage issue (for TEIGarage uses the TEI Stylesheets for this kind of transformations).
Would you be able to check on the command line with Sylesheets/bin/docxtotei your.docx and report back whether you get the same results?

@peterstadler peterstadler transferred this issue from TEIC/TEIGarage Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants