diff options
author | drochner <drochner@pkgsrc.org> | 2005-07-19 17:49:33 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-07-19 17:49:33 +0000 |
commit | e4e73da7028d04145659f84ba51f5bff71e378e6 (patch) | |
tree | 435c49e9ae04b9ab5af2f5eabd58ba4706f48618 /editors/lyx-xforms | |
parent | 4b6cd6c371cb2b119e568f902802418e061263e5 (diff) | |
download | pkgsrc-e4e73da7028d04145659f84ba51f5bff71e378e6.tar.gz |
update to 1.3.6
changes: bugfixes, in particular:
* It is now possible to typeset files which reside in a directory with
spaces in its name; this requires a modern TeX implementation (such
as teTeX 3.0).
* It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab and
<opt><shift>-tab with LyX/Mac) to switch between the open documents.
* LaTeX-type accents, ligature breaks and hyphenation marks are now
considered as part of words
Diffstat (limited to 'editors/lyx-xforms')
-rw-r--r-- | editors/lyx-xforms/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/lyx-xforms/Makefile b/editors/lyx-xforms/Makefile index 2fd342dae8c..6c8f17f001e 100644 --- a/editors/lyx-xforms/Makefile +++ b/editors/lyx-xforms/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2004/12/29 09:19:58 recht Exp $ +# $NetBSD: Makefile,v 1.15 2005/07/19 17:49:33 drochner Exp $ # .include "../lyx-qt/Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-xforms-/} -PKGREVISION= 3 COMMENT+= (xforms version) |