]> git.lyx.org Git - features.git/commit
Add support for greek and cyrillic chars such that it is not
authorEnrico Forestieri <forenr@lyx.org>
Fri, 12 Oct 2007 18:21:51 +0000 (18:21 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Fri, 12 Oct 2007 18:21:51 +0000 (18:21 +0000)
commitd88aac0e1f7ae9fa54186c8ea733f2de5e6c18ed
treeb6474a9c58ca207437619bc2ba67891211440ca4
parentc3c98d0d3b1dda2410772792c0e09692061fa5af
Add support for greek and cyrillic chars such that it is not
necessary to mark them in the proper language for typesetting.

* src/Paragraph.cpp
(Paragraph::Pimpl::knownLangChars): new method.
(Paragraph::Pimpl::simpleTeXSpecialChars): output proper
latex code for greek and cyrillic chars.

* src/LaTeXFeatures.cpp: add textgreek and textcyr features.

* src/Encoding.{cpp,h}
(Encodings::isKnownLangChar): new method.

* lib/unicodesymbols: add greek and cyrillic alphabetic chars.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20931 a592a061-630c-0410-9148-cb99ea01b6c8
lib/unicodesymbols
src/Encoding.cpp
src/Encoding.h
src/LaTeXFeatures.cpp
src/Paragraph.cpp