diff options
author | drochner <drochner> | 2006-12-15 19:24:30 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-12-15 19:24:30 +0000 |
commit | a9a950d825a4c5ea588dc9f757c229f5f3115e9d (patch) | |
tree | f4aedc7f81993d179d7e29cbf381557f65640265 /editors/TeXmacs/patches/patch-aj | |
parent | e54b2f679cbbe5b900af82396f4a1b5a970f7fb7 (diff) | |
download | pkgsrc-a9a950d825a4c5ea588dc9f757c229f5f3115e9d.tar.gz |
update to 1.0.6.7
changes:
Better LaTeX export of elsart style and other fixes in the LaTeX converter
Several minor improvements in the graphical mode
Fixes for Maxima 5.10.0
Diffstat (limited to 'editors/TeXmacs/patches/patch-aj')
-rw-r--r-- | editors/TeXmacs/patches/patch-aj | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/TeXmacs/patches/patch-aj b/editors/TeXmacs/patches/patch-aj deleted file mode 100644 index 2d1eb44c968..00000000000 --- a/editors/TeXmacs/patches/patch-aj +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aj,v 1.2 2006/11/09 21:01:45 drochner Exp $ - ---- plugins/maxima/bin/tm_maxima.orig 2006-08-21 15:08:44.000000000 +0200 -+++ plugins/maxima/bin/tm_maxima -@@ -19,6 +19,7 @@ case $1 in - | maxima_filter;; - 5.9.1) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.9.1.lisp";; - 5.9.1.1* | 5.9.2* | 5.9.3* | 5.10) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.9.2.lisp";; -+ 5.10.*) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.10.0.lisp";; - cygwin) - CYGWIN_ROOT="C:\cygwin" - CYGWIN_TEXMACS_HOME=`echo $TEXMACS_HOME_PATH | sed 's|/|\\\\|g'` |