Annotation of OpenXM/doc/OpenXM-web/news-o.html, Revision 1.9
1.1 takayama 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
2: "http://www.w3.org/TR/REC-html40/loose.dtd">
3: <head>
1.2 takayama 4: <title>OpenXM Archive</title>
1.1 takayama 5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6: </head>
7: <body bgcolor=#ffffff text=#000000>
8:
9: [<a href="news-o-ja.html"> in Japanese </a>] <br>
10: <a href="Current/doc/index-doc.html"> Documents </a>,
11: <a href="Current/index.html"> Download </a>,
12: <a href="Current/index-spec.html"> Specifications </a>,
13: <a href="Current/doc/index-license.html"> License </a>,
14: <a href="http://www.math.sci.kobe-u.ac.jp/cgi/cvsweb.cgi/">cvsweb</a>,
15: <a href="index.html">Top</a>,
16:
17:
18: <center>
19: <h1>
20: OpenXM Archive (News, ...)
21: </h1>
22: </center>
23:
24: <h2> News </h2>
25:
26: <ul>
1.9 ! takayama 27: <li id="news-openxm-6" name="news-openxm-6"> Debian package openxm-1.3.1-6 (network installer, 32bit) can be obtained from
! 28: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
! 29: 64 bit version is provided at <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath64"> here </a>.
! 30: Please read <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath/readme-en.html">readme-en.html</a>
! 31: in the directory.
! 32: (Feb 22, 2011. openxm-1.3.1-6)
! 33:
1.8 takayama 34: <li id="news-openxm-5" name="news-openxm-5"> Debian package openxm-1.3.1-5 (network installer, 32bit) can be obtained from
35: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
36: 64 bit version is provided at <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath64"> here </a>.
37: Please read readme-en.html in the directory. Note that the package openxm should
38: be updated explicitly (apt-get install will not work properly) if openxm 1.3.1-3 or prior
39: is already installed, i.e.,
40: <pre>
41: sudo su
42: apt-get install make nkf
43: dpkg --purge openxm
44: apt-get install openxm
45: </pre>
46: (Aug, 2010. openxm-1.3.1-5) <br>
47: In order to install the TeXmacs interface and desktop icons, do
48: <pre>
49: apt-get install openxm-skel
50: apt-get install openxm-gnome-desktop
51: </pre>
52: If you cannot or must not use apt-get, please download all files starting with openxm-
53: from
54: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> http://fe.math.kobe-u.ac.jp/KnoppixMath </a>
55: and install them by hand as follows.
56: <pre>
57: sudo su
58: dpkg --install openxm_*.deb
59: dpkg --install openxm-skel*.deb
60: </pre>
61: Note that openxm_*.deb is a network installer and the main body of the package is downloaded from the internet.
62:
1.7 takayama 63: <li> Debian package openxm-1.3.1-4 (network installer, 32bit) can be obtained from
64: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
65: Please read readme-en.html in the directory. Note that the package openxm should
66: be updated explicitly (apt-get install will not work properly) if openxm 1.3.1-3 or prior
67: is already installed, i.e.,
68: <pre>
69: sudo su
70: apt-get install make nkf
71: dpkg --purge openxm
72: apt-get install openxm
73: </pre>
74: (Feb 23, 2010. openxm-1.3.1-4) <br>
75: In order to install the TeXmacs interface, do
76: <pre>
77: apt-get install openxm-skel
78: </pre>
79:
80:
1.6 takayama 81: <li> Debian package of openxm-1-3.1-1 can be obtained from
82: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
83: Please read readme-en.html in the directory. Note that the package openxm should
84: be updated explicitly (apt-get update will not work properly), i.e.,
85: <pre>
86: apt-get install make nkf
87: dpkg --purge openxm
88: apt-get install openxm
89: </pre>
90: (Feb 12, 2010. openxm-1.3.1-1) <br>
91: In order to install the TeXmacs interface to the user directory, do
92: <pre>
93: cp -r /root/.TeXmacs ~/.
94: </pre>
1.5 takayama 95: <li> Debian package of openxm-1-2.3-12 can be obtained from
96: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
97: Please read readme-en.html in the directory. Note that the package openxm should
98: be updated explicitly (apt-get update will not work properly), i.e.,
99: <pre>
100: dpkg --purge openxm
101: apt-get install openxm
102: </pre>
103: (Feb 24, 2009. openxm-1.2.3-12) <br>
104: In order to install the TeXmacs interface to the user directory, do
105: <pre>
106: cp -r /root/.TeXmacs ~/.
107: </pre>
1.3 takayama 108: <li> Debian package of opexm can be obtained from
109: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
110: Please read Readme.txt in the directory. Note that the package openxm should
111: be updated explicitly (apt-get update will not work properly), i.e.,
112: <pre>
113: dpkg --purge openxm
114: apt-get install openxm
115: </pre>
1.4 takayama 116: (Jan 30, 2008. openxm-1.2.3-10) <br>
117: Known problems: (1) If gcc is not installed, please install it by "apt-get install gcc". It is not written in dependency.
118: <li> New packages in asir-contrib: taji_alc (algebraic local cohomology in 1 variables), f_res (resultants). Try ox_grep("taji_alc") or ox_grep("f_res"); [documents are in Japanese only]
119: (Jan 30, 2008)
120: <li> Debian package of opexm can be obtained from
121: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
122: Please read Readme.txt in the directory. Note that the package openxm should
123: be updated explicitly (apt-get update will not work properly), i.e.,
124: <pre>
125: dpkg --purge openxm
126: apt-get install openxm
127: </pre>
1.3 takayama 128: (Aug 28, 2007)
129: <li> New packages in asir-contrib: y_prime (prime number test, etc),
130: fj_curve (the dual graph of the resolution of singularity of curves),
131: nk_mora (tangent cone algorithm for D, local b-function) (Nov 11, 2005).
1.1 takayama 132: <li> InftyEditor(Math editor with OCR and handwriting interface) plugin for OpenXM (February 18, 2005) <a href="http://www.inftyproject.org/calc"> Download </a>
133: <li> Version 1.2.3 is ready (February 10,2005)
134: <li> OpenXM pacakge is included in Knoppix/Math CD (July, 2004).
135: <a href="ftp://ftp.math.kobe-u.ac.jp/pub/asir/knoppix-all/knoppix-2004-03/knoppix_20031119-20040202-math-en.iso"> Download the CD image <a/>,
136: <a href="http://geom.math.metro-u.ac.jp/wiki/index.php?%5B%5BKNOPPIX%2FMath%2FEnglish%5D%5D"> Puki/Wiki Knoppix/Math </a>
137: <li> OpenXM formula book project:
138: <a href="http://www.math.kobe-u.ac.jp/OCD/index.html">
139: a digital formula book for generalized hypergeometric functions </a>
140: </ul>
141:
142: <pre>
1.9 ! takayama 143: $OpenXM: OpenXM/doc/OpenXM-web/news-o.html,v 1.8 2010/10/18 21:59:14 takayama Exp $
1.1 takayama 144: </pre>
145:
146: </BODY>
1.6 takayama 147: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>