===================================================================
RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/Attic/misc.oxweave,v
retrieving revision 1.3
retrieving revision 1.7
diff -u -p -r1.3 -r1.7
--- OpenXM/src/asir-contrib/packages/doc/Attic/misc.oxweave	2002/08/23 08:16:12	1.3
+++ OpenXM/src/asir-contrib/packages/doc/Attic/misc.oxweave	2005/03/24 05:51:51	1.7
@@ -1,4 +1,4 @@
-@c $OpenXM: OpenXM/src/asir-contrib/packages/doc/misc.oxweave,v 1.2 2002/07/14 12:13:43 takayama Exp $
+@c $OpenXM: OpenXM/src/asir-contrib/packages/doc/misc.oxweave,v 1.6 2005/02/09 03:19:55 takayama Exp $
 /*&C
 @node Misc,,, Top
 */
@@ -15,16 +15,51 @@
 /*&en 
 
 @chapter Misc
-
 This section describes functions that have not yet been classifed.
 These will be moved to independent sections in a future.
 
 */
 
 /*&en
-@c  @include pfp-auto-en.texi
+@c  @include pfp-auto.en
 */
 /*&ja
-@c  @include pfp-auto-ja.texi
+@c  @include pfp-auto.ja
 */
 
+/*&ja
+
+@subsection todo_parametrize
+
+パッケージ @code{todo_parametrize/todo_parametrize.rr} をロードすることにより,
+有理曲線のパラメータ表示を見付ける関数である,
+@code{paramerize} が利用できるようになる.
+詳しくは @xref{関数簡易マニュアル,概要,概要,todo_parametrize_ja,Risa/Asir 代数曲線論用パッケージ説明書} を見よ
+(@uref{http://www.math.kobe-u.ac.jp/OpenXM/Current/doc/asir-contrib/html-ja/todo_parametrize_ja/todo_parametrize_ja_toc.html}, Web 版 Risa/Asir 代数曲線論用パッケージ説明書}).
+このパッケージのマニュアルへの統合はまだできていない.
+このパッケージはまだ module 構造を利用していないので, 既存のライブラリと
+名前の衝突の可能性がある.
+*/
+
+/*&en
+
+@subsection todo_parametrize
+
+With loading the file @code{todo_parametrize/todo_parametrize.rr}
+the function @code{paramerize} is installed.
+The function finds a parametric expression of a given rational curve.
+As to details, see
+@xref{,,,todo_parametrize_ja, A package for algebraic curves} (in Japanese).
+
+*/
+
+/*&C
+@example
+[1205] load("todo_parametrize/todo_parametrize.rr");
+1
+[1425] parametrize(y^2-x^3);
+[155*t^2+20*t+1,720*t^4+1044*t^3+580*t^2,155*t^4+20*t^3+t^2,(-x)/(y)]
+[1426] parametrize(y^2+x^3);
+[-t,1,t^3,(-x)/(y)]
+@end example
+*/