hhu-stups / camille

(READ ONLY MIRROR) The Camille Editor for Rodin
https://gitlab.cs.uni-duesseldorf.de/general/stups/camille
1 stars 1 forks source link

Strange replacement of latex commands #15

Closed bendisposto closed 9 years ago

bendisposto commented 9 years ago

I had an invariant in a model (mc2 from http://deploy-eprints.ecs.soton.ac.uk/152/3/pomc_paper.zip)

∀i,s·(s∈open ∧ i∈INVARIANTS\invs_to_verify[{s}] ⇒ s ↦ i ∈ truth)

Camille replaced \in by ∈ and I got

∀i,s·(s∈open ∧ i∈INVARIANTS∈vs_to_verify[{s}] ⇒ s ↦ i ∈ truth)

wysiib commented 9 years ago

This is a bug in the Unicode Translator (see probparsers project).