Add math fonts to SVN

(please check if the Makefile entry is complete, I couldn't test this here)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17816 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-04-15 11:46:26 +00:00
parent a1b3803190
commit 13fa44d3e2
13 changed files with 134 additions and 9 deletions

View File

@ -2152,14 +2152,6 @@ if build_install:
dirs = []
for (dir,files) in [
('.', lib_files),
('images', lib_images_files),
('images/math', lib_images_math_files),
('kbd', lib_kbd_files),
('layouts', lib_layouts_files),
('scripts', lib_scripts_files),
('templates', lib_templates_files),
('tex', lib_tex_files),
('ui', lib_ui_files),
('bind', lib_bind_files),
('bind/de', lib_bind_de_files),
('bind/fi', lib_bind_fi_files),
@ -2203,7 +2195,16 @@ if build_install:
('examples/ru', lib_examples_ru_files),
('examples/sl', lib_examples_sl_files),
('examples/ro', lib_examples_ro_files),
('lyx2lyx', lib_lyx2lyx_files)]:
('fonts', lib_fonts_files),
('images', lib_images_files),
('images/math', lib_images_math_files),
('kbd', lib_kbd_files),
('layouts', lib_layouts_files),
('lyx2lyx', lib_lyx2lyx_files),
('scripts', lib_scripts_files),
('templates', lib_templates_files),
('tex', lib_tex_files),
('ui', lib_ui_files)]:
dirs.append(env.Install(os.path.join(share_dest_dir, dir),
[env.subst('$TOP_SRCDIR/lib/%s/%s' % (dir, file)) for file in files]))
Alias('install', dirs)

View File

@ -1478,6 +1478,18 @@ lib_examples_files = Split('''
g-brief2.lyx
''')
lib_fonts_files = Split('''
BaKoMaFontLicense.txt
cmex10.ttf
cmmi10.ttf
cmr10.ttf
cmsy10.ttf
eufm10.ttf
msam10.ttf
msbm10.ttf
ReadmeBaKoMa4LyX.txt
wasy10.ttf
''')
lib_images_files = Split('''
all-changes-reject.xpm

View File

@ -210,6 +210,19 @@ dist_examples_DATA = \
examples/splash.lyx \
examples/g-brief2.lyx
binddir = $(pkgdatadir)/fonts
dist_fonts_DATA = \
fonts/BaKoMaFontLicense.txt \
fonts/cmex10.ttf \
fonts/cmmi10.ttf \
fonts/cmr10.ttf \
fonts/cmsy10.ttf \
fonts/eufm10.ttf \
fonts/msam10.ttf \
fonts/msbm10.ttf \
fonts/ReadmeBaKoMa4LyX.txt \
fonts/wasy10.ttf
imagesdir = $(pkgdatadir)/images
dist_images_DATA = \
images/all-changes-accept.xpm \

View File

@ -0,0 +1,43 @@
BaKoMa Fonts for LyX-Win
==============================
ANY DISTRIBUTION OF ONE OF THESE FONTS MUST INCLUDE
THIS README FILE.
The fonts included in this package are intended for the
Windows Version of LyX.
The purpose is to solve some problems with the display of
math symbols that appear with the latex-XFT fonts.
The fonts included in this package are taken from
http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma/ttf/
and have been modified for use with LyX.
The changes made are simple remappings of glyphs. These mappings
are:
cmsy10.ttf char 8728 mapped to char 183 (\leq)
cmsy10.ttf char 196 mapped to char 127 (\spadesuit)
msbm10.ttf char 8728 mapped to char 183 (\nleqq)
msbm10.ttf char 196 mapped to char 127 (\backepsilon)
cmmi10.ttf char 8728 mapped to char 183 (\kapp)
msam10.ttf char 196 mapped to char 127 (\circleddash)
msam10.ttf char 8728 mapped to char 183 (\uparrows)
The mappings do not change any glyph but make the glyphs mentioned
available under new codes, too. So the functionality of the fonts
will not be affected in any other application.
In all respects, the terms of the license
ftp://tug.ctan.org/pub/tex-archive/fonts/cm/ps-type1/bakoma/LICENCE
apply.

View File

@ -0,0 +1,56 @@
BaKoMa Fonts for LyX-Win
==============================
ANY DISTRIBUTION OF ONE OF THESE FONTS MUST INCLUDE THE LICENCE FILE
THAT IS PART OF THIS PACKAGE
The fonts included in this package are intended for Windows ports
of Lyx, see http://www.lyx.org/download. The fonts are replacements
that solve some display problems of math symbols.
The fonts included in this package are taken from
http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma/ttf/
and have been modified for use with LyX.
The most recent versions of the original fonts are available
with the complete BaKoMa TeX distribution at
http://www.ctan.org/tex-archive/systems/win32/bakoma/
The author of these fonts, Basil K. Malyshev, has kindly
granted permission to use and modify these fonts.
The changes made are simple remappings of glyphs. These mappings
are:
cmsy10.ttf char 8728 mapped to char 183 (\leq)
cmsy10.ttf char 196 mapped to char 127 (\spadesuit)
msbm10.ttf char 8728 mapped to char 183 (\nleqq)
msbm10.ttf char 196 mapped to char 127 (\backepsilon)
cmmi10.ttf char 8728 mapped to char 183 (\kapp)
msam10.ttf char 196 mapped to char 127 (\circleddash)
msam10.ttf char 8728 mapped to char 183 (\uparrows)
The mappings do not change any glyph but make the glyphs mentioned
available under new codes, too. So the functionality of the fonts
will not be affected in any other application.
In addition to the BaKoMa fonts, this font bundle contains the wasy font
'wasy10.ttf' from the latex-xft font bundle:
http://packages.qa.debian.org/l/latex-xft-fonts.html.
The latex-xft bundle is published under the GPL.
Ekkehart Schlicht
schlicht@lmu.de
June 20, 2005.

BIN
lib/fonts/cmex10.ttf Normal file

Binary file not shown.

BIN
lib/fonts/cmmi10.ttf Normal file

Binary file not shown.

BIN
lib/fonts/cmr10.ttf Normal file

Binary file not shown.

BIN
lib/fonts/cmsy10.ttf Normal file

Binary file not shown.

BIN
lib/fonts/eufm10.ttf Normal file

Binary file not shown.

BIN
lib/fonts/msam10.ttf Normal file

Binary file not shown.

BIN
lib/fonts/msbm10.ttf Normal file

Binary file not shown.

BIN
lib/fonts/wasy10.ttf Normal file

Binary file not shown.