protegeproject / protege

Protege Desktop
http://protege.stanford.edu
Other
1.01k stars 231 forks source link

Compile errors for LaTeX output when with XeLaTeX #773

Open berezovskyi opened 6 years ago

berezovskyi commented 6 years ago

There 2 issues that cause the PDF to fail to build:

  1. Caret escaping is not sufficient for XeLaTeX. \^ should be replaced with \^{}.
  2. Hash sign in the XSD type shall be escaped. Eg http://www.w3.org/2000/01/rdf-schema\#Literal.

A minor thing is that quotes for strings like "2012-06-14" look ugly and should be replaced with ``2012-06-14''.

Protege 5.2.0

matthewhorridge commented 5 years ago

Thanks for the feedback. This is in fact an OWL API issue. The OWL API was updated with respect to this so double checking that these are still issues is a first step.