]> git.lyx.org Git - features.git/commit
Support for the EURO sign (bug 845):
authorJürgen Spitzmüller <spitz@lyx.org>
Wed, 6 Dec 2006 16:46:57 +0000 (16:46 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Wed, 6 Dec 2006 16:46:57 +0000 (16:46 +0000)
commitca5838b017d01afd7defa15fd46a0566d5a98f8d
tree1d458059395a2458014dd8432e7b1483a71ca93d
parentb579fbd3b6137514cd81ec60b5bc579abc68b1a3
Support for the EURO sign (bug 845):

* lib/chkconfig.ltx:
check for the textcomp package
* lib/doc/LaTeXConfig.lyx.in:
document textcomp

* src/LaTeXFeatures.C (simplefeatures):
add textcomp
* src/paragraph_pimpl.C (simpleTeXSpecialChar):
support the Euro sign (via textcomp command)
* src/paragraph_pimpl.C (validate):
require textcomp if we have a Euro symbol

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16193 a592a061-630c-0410-9148-cb99ea01b6c8
lib/chkconfig.ltx
lib/doc/LaTeXConfig.lyx.in
src/LaTeXFeatures.C
src/paragraph_pimpl.C