these fonts are already in lib/fonts, so I removed them here

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18815 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Joost Verburg 2007-06-17 22:29:21 +00:00
parent ea2ac1c60f
commit 3f3fd7e6f1
12 changed files with 0 additions and 98 deletions

View File

@ -1,38 +0,0 @@
BaKoMa Fonts Licence
--------------------
This licence covers two font packs (known as BaKoMa Fonts Colelction,
which is available at `CTAN:fonts/cm/ps-type1/bakoma/'):
1) BaKoMa-CM (1.1/12-Nov-94)
Computer Modern Fonts in PostScript Type 1 and TrueType font formats.
2) BaKoMa-AMS (1.2/19-Jan-95)
AMS TeX fonts in PostScript Type 1 and TrueType font formats.
Copyright (C) 1994, 1995, Basil K. Malyshev. All Rights Reserved.
Permission to copy and distribute these fonts for any purpose is
hereby granted without fee, provided that the above copyright notice,
author statement and this permission notice appear in all copies of
these fonts and related documentation.
Permission to modify and distribute modified fonts for any purpose is
hereby granted without fee, provided that the copyright notice,
author statement, this permission notice and location of original
fonts (http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma)
appear in all copies of modified fonts and related documentation.
Permission to use these fonts (embedding into PostScript, PDF, SVG
and printing by using any software) is hereby granted without fee.
It is not required to provide any notices about using these fonts.
Basil K. Malyshev
INSTITUTE FOR HIGH ENERGY PHYSICS
IHEP, OMVT
Moscow Region
142281 PROTVINO
RUSSIA
E-Mail: bakoma@mail.ru
or malyshev@mail.ihep.ru

View File

@ -1,56 +0,0 @@
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.

View File

@ -48,9 +48,6 @@ Section -Core SecCore
SetOutPath "$INSTDIR"
# recursively copy all files under Resources
File /r "${FILES_LYX}\Resources"
SetOutPath "$INSTDIR\Resources\fonts"
# put additional fonts to Resources\fonts
!insertmacro FileListFonts File "${FILES_FONTS}\"
#Components of Python

View File

@ -10,7 +10,6 @@ Settings for LyX installer
!define FILES_LICENSE "license.rtf"
!define FILES_ICONS "..\icons"
!define FILES_FONTS "..\bakoma"
!define FILES_LAUNCHER "..\..\launcher"
!define FILES_PDFVIEW "..\..\pdfview"