mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix tex2lyx tests for 23e8db3e5
The textcyr test did not work anymore, since the output of "CYRILLIC SMALL LETTER VE" changed from \textcyr{\char226} to \textcyr{\cyrv}. The the old version is now converted to ERT. In theory it could also be converted to "CYRILLIC SMALL LETTER VE", but this would mean to maintain an extra list, which is not worth the effort.
This commit is contained in:
parent
e6354e1a17
commit
3120ff8e9f
@ -454,7 +454,7 @@ from textcomp:
|
||||
\textnumero\texttrademark
|
||||
|
||||
from textgreek and textcyr:
|
||||
\textgreek{>a}\textcyr{\char226}
|
||||
\textgreek{>a}\textcyr{\cyrv}
|
||||
|
||||
from subscript:
|
||||
\textsubscript{4}
|
||||
|
Loading…
Reference in New Issue
Block a user