mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix typo in font list, add \hbar symbol
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4678 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0bd8435f7e
commit
8c7befa454
@ -1,3 +1,8 @@
|
|||||||
|
2002-07-17 André Pönitz <poenitz@gmx.net>
|
||||||
|
|
||||||
|
* configure.m4: fix typo in last change
|
||||||
|
* symbols: add \hbar
|
||||||
|
|
||||||
2002-07-17 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
2002-07-17 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||||
|
|
||||||
* bind/menus.bind: fix bindings using asterisk to ignore shift
|
* bind/menus.bind: fix bindings using asterisk to ignore shift
|
||||||
|
@ -547,7 +547,7 @@ fi
|
|||||||
# create a fonts.dir file to make X fonts available to LyX
|
# create a fonts.dir file to make X fonts available to LyX
|
||||||
echo "checking for TeX fonts"
|
echo "checking for TeX fonts"
|
||||||
|
|
||||||
fontlist="cmex10 cmmi10 cmr10 cmsy10 eufm10 msam10 msbm10i wasy10"
|
fontlist="cmex10 cmmi10 cmr10 cmsy10 eufm10 msam10 msbm10 wasy10"
|
||||||
rm -f xfonts/fonts.dir xfonts/fonts.scale xfonts/tmpfonts
|
rm -f xfonts/fonts.dir xfonts/fonts.scale xfonts/tmpfonts
|
||||||
|
|
||||||
num=0
|
num=0
|
||||||
|
@ -541,6 +541,7 @@ digamma msb 122 0 mathord x
|
|||||||
varkappa msb 123 0 mathord x
|
varkappa msb 123 0 mathord x
|
||||||
Bbbk msb 124 0 mathord x
|
Bbbk msb 124 0 mathord x
|
||||||
hslash msb 125 0 mathord x
|
hslash msb 125 0 mathord x
|
||||||
|
hbar msb 126 0 mathord x
|
||||||
backepsilon msb 127 0 mathrel x
|
backepsilon msb 127 0 mathrel x
|
||||||
|
|
||||||
neq x 0 185 mathrel x
|
neq x 0 185 mathrel x
|
||||||
|
Loading…
Reference in New Issue
Block a user