Stylesheets
Stylesheets copied to clipboard
TEI XSL Stylesheets
This arises out of https://github.com/TEIC/TEI/issues/2842 : I may be missing something here, but I was unable to find a way to supply a value for the romanFont parameter in latex_param.xsl...
This PR adds some files to the gitignore list as well as updates the Makefile `clean` target to remove/ignore files which are created during a test run by `make test`....
I think the reasons I originally omitted latex from Test2 were: 1. I didn't know anything about latex at the time (I've since learned a bit). 2. Running a full...
Per suggestion @jlq-foss change ‘)’ to ‘>’ wherever it occurs (which, it turns out, is 6 places in a row in latex/latex_param.xsl). This is in order to address #771. I...
Fixes issues on Windows machine, where `$currentDirectory` variable contains path in Windows format, for example `C:\Data\Works`. This type of path occurs, for example, in the oXygen XML Editor, where the...
See #263; despite being closed, I do not think the problem identified by @lb42 has been solved. The `` element, as a member of model.contentPart, is permitted only as a...
This is a pilot PR so people can confirm that the approach I am taking is acceptable.
Say we have `tiny.odd`: ``` ``` which we compile into a valid `tiny_compiled.odd` with `odd2odd.xsl` just fine. If we now have `tiny-prime.odd`: ``` ``` `odd2odd.xsl` will compile it into an...
Hi, first of all thanks for the ongoing work on the Stylesheets! I encounter the following error with a completely fresh Docker container: ``` BUILD FAILED /tei/Stylesheets/html/build-to.xml:37: The following error...
This PR would close #325. Deleting the templates for `forename` and `surname` (the solution presented in the Stylesheets meeting) was problematic on its own because it created a lot of...