mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Move fontconfig stuff from ANNOUNCE to INSTALL.
Everything else is just whitespace stripped off the end of lines. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6039 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1c72ddd91f
commit
c1135fd20e
12
ANNOUNCE
12
ANNOUNCE
@ -44,12 +44,12 @@ available at
|
||||
ftp://ftp.lyx.org/pub/lyx/bin/1.3.0
|
||||
|
||||
If you find what you think is a bug in LyX 1.3.0, you may either
|
||||
e-mail the LyX user's mailing list (lyx-users@lists.lyx.org), or open
|
||||
e-mail the LyX developers' mailing list (lyx-devel@lists.lyx.org), or open
|
||||
a bug report at http://bugzilla.lyx.org
|
||||
|
||||
If you're having trouble using the new version of LyX, or have a question,
|
||||
first check out http://www.lyx.org/help/, and e-mail the LyX user's list if you
|
||||
can't find an answer there.
|
||||
first check out http://www.lyx.org/help/, and e-mail the LyX users' list
|
||||
(lyx-users@lists.lyx.org) if you can't find an answer there.
|
||||
|
||||
Enjoy!
|
||||
|
||||
@ -66,10 +66,6 @@ either Qt 2.x or 3.x and is mostly feature complete. Note that some
|
||||
of the dialogs are slightly different in design, but are generally
|
||||
functionally equivalent.
|
||||
|
||||
Note that if Qt is using Xft2/fontconfig, you may need to install the
|
||||
latex-ttf-fonts package on ftp://ftp.lyx.org/ to get maths symbols
|
||||
displayed properly.
|
||||
|
||||
** Xforms frontend
|
||||
|
||||
The advent of the Qt frontend does not mean that the historical xforms
|
||||
@ -83,6 +79,8 @@ General Public License), and the availability of the source means that
|
||||
many bugs that have been plaguing LyX have been fixed in xforms. You
|
||||
are advised to upgrade to xforms 1.0 to enjoy all these new fixes.
|
||||
In fact, LyX 1.3.0 no longer supports versions of xforms older than 0.89.5.
|
||||
Moreover, support for xforms older than 1.0 will be removed in the next
|
||||
release. You have been warned ;-)
|
||||
|
||||
In most cases the dialogs have been designed to make it impossible to input
|
||||
invalid parameters. The exception to this rule is the input of length data.
|
||||
|
18
ChangeLog
18
ChangeLog
@ -1,3 +1,21 @@
|
||||
2003-02-06 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* ANNOUNCE: email the devel list with bugs. Move fontconfig stuff to
|
||||
install.
|
||||
|
||||
* INSTALL: a chunk on using fontconfig with the Qt frontend.
|
||||
|
||||
* ABOUT-NLS:
|
||||
* ANNOUNCE:
|
||||
* COPYING:
|
||||
* INSTALL:
|
||||
* lyx.man:
|
||||
* NEWS:
|
||||
* README:
|
||||
* README.OS2:
|
||||
* README.Win32:
|
||||
* UPGRADING: whitespace
|
||||
|
||||
2003-02-04 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* Makefile.am: allow lyx.xpm to be found when making rpmdist in
|
||||
|
15
INSTALL
15
INSTALL
@ -77,6 +77,21 @@ LyX has been tested with both Qt 2.x and 3.x libraries. The only special
|
||||
point to make is that you must ensure that both LyX and the Qt libraries
|
||||
are compiled with the same C++ compiler.
|
||||
|
||||
Note that if Qt is using Xft2/fontconfig, you may need to install the
|
||||
latex-ttf-fonts package, tobe found on ftp://ftp.lyx.org/ to get maths
|
||||
symbols displayed properly. To find out, type:
|
||||
ldd `which lyx` | grep fontconfig
|
||||
at the console. Both RH8 and Debian unstable distributions are known
|
||||
to use fontconfig.
|
||||
|
||||
If, however, your version of Qt does not use fontconfig, then the
|
||||
/usr/local/share/lyx/xfonts directory (or equivalent) should be added to
|
||||
the font path. This is done automatically by LyX if LyX is run on
|
||||
the local machine, and the X server supports Postscript fonts. If, however,
|
||||
you're running LyX remotely, then you'll have to do this step yourself.
|
||||
'man xset' is your friend.
|
||||
|
||||
* Other things to note
|
||||
|
||||
If you make modifications to files in src/ (for example by applying a
|
||||
patch), you will need to have the GNU gettext package installed, due
|
||||
|
Loading…
Reference in New Issue
Block a user