Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/taka_print.rr

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.30 / (download) - annotate - [select for diffs], Thu Mar 11 12:36:53 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.29: +4 -1 lines
Diff to previous 1.29 (colored)

taka_print.rr is replaced by noro_print.rr

Revision 1.29 / (download) - annotate - [select for diffs], Wed Nov 20 02:04:50 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2
Changes since 1.28: +6 -1 lines
Diff to previous 1.28 (colored)

print_em(S) outputs S by a font to emphasize it.

Revision 1.28 / (download) - annotate - [select for diffs], Fri Oct 11 11:16:54 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.27: +11 -11 lines
Diff to previous 1.27 (colored)

added the table option to print_gif_form()

Revision 1.27 / (download) - annotate - [select for diffs], Sun Sep 22 12:41:08 2002 UTC (21 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.26: +48 -4 lines
Diff to previous 1.26 (colored)

New optional variables are introduced. See examples below.
  print_tex_form(z*dz+1 | table=[["dz","\\partial_z"]]);
  print_xv_form(1/2 | format="png");

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jul 15 02:14:10 2002 UTC (21 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.25: +23 -1 lines
Diff to previous 1.25 (colored)

print_output(Obj|file, mode)
 It outputs the object {Obj} to a file.
 If the optional variable {file} is set, then it outputs the {Obj} to the
 specified file, else it outputs it to "asir_output_tmp.txt".
 If the optional variable {mode} is set to "w",
 then the file is newly created.
 If the optional variable is not set, the {Obj} is appended to the file.
 example: print_output("Hello"|file="test.txt");
 ref: glib_tops()

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jan 22 06:18:44 2002 UTC (22 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.24: +16 -16 lines
Diff to previous 1.24 (colored)

We no longer use Tag field to find the datatype of struct.
We use struct_type() function instead.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Jan 22 00:36:30 2002 UTC (22 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.23: +10 -2 lines
Diff to previous 1.23 (colored)

If Taka_print_warning, then the function taka_print_warning(S) outputs
warning messages.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Oct 11 05:38:00 2001 UTC (22 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

print_ox_rfc100_xml_form(S) returns S in the format of
OpenXM-RFC100-CMO/XML.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Oct 11 01:11:31 2001 UTC (22 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.21: +1 -79 lines
Diff to previous 1.21 (colored)

Recursive polynomial is output in OXRFC100 XML/CMO format
by the function taka_cmo100_xml_form(S).

Revision 1.21 / (download) - annotate - [select for diffs], Tue Oct 9 12:42:21 2001 UTC (22 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.20: +79 -1 lines
Diff to previous 1.20 (colored)

taka_cmo100_xml_form(S) returns CMO OX-RFC100 XML expression.
CMO_TREE, CMO_RPOLYNOMIAL have not been implemented.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Sep 7 12:01:51 2001 UTC (22 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.19: +334 -1 lines
Diff to previous 1.19 (colored)

OpenMath XML support written by asir user language. (experimental)
Functions for quote data made it possible.
Implementation has not been completed. For example,
it calls OMproxy for objects described by POLY CD.
Syntax:
    taka_om_xml_form(A);

Revision 1.19 / (download) - annotate - [select for diffs], Wed Sep 5 23:44:04 2001 UTC (22 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.18: +7 -1 lines
Diff to previous 1.18 (colored)

Supporting new u_op "-".
print_input_form() will be used as a default printing function.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Sep 5 02:10:55 2001 UTC (22 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.17: +8 -1 lines
Diff to previous 1.17 (colored)

Supporting new data tag "variable".

Revision 1.17 / (download) - annotate - [select for diffs], Sat Sep 1 07:12:38 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.16: +149 -26 lines
Diff to previous 1.16 (colored)

print_tex_form(S) supports greek letters and subscript.
For example, print_tex_form(alpha123) outputs
\alpha_{123}.
In order to turn of qutomatic subscripting, set
  Print_tex_form_no_automatic_subscript = 1.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Aug 29 11:18:56 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Automatic configuration of graphic format (png or gif) for
print_???_form in httpd-asir.sm1

Revision 1.15 / (download) - annotate - [select for diffs], Sun Aug 26 09:50:28 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.14: +31 -5 lines
Diff to previous 1.14 (colored)

Added new experimental functions
  poly_initial(I)
  poly_grobner_basis(F)
  poly_hilbert_polynomial(I)
which accept data structure
poly_ideal.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Aug 25 04:39:04 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.13: +53 -32 lines
Diff to previous 1.13 (colored)

New datatypes are added by using struct (experimental).
See datatype.rr.
base_field : field.
base_identity : identity.
base_text :  text which explains the meaning of identity.
poly_factored_polynomial :  polynomial in factored form.
poly_factored_rational   : rational in factored form.
poly_polynomial          : polynomial that belongs to a ring.
poly_ideal               : ideal
poly_ring                : ring

Revision 1.13 / (download) - annotate - [select for diffs], Thu Aug 23 02:29:21 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.12: +23 -4 lines
Diff to previous 1.12 (colored)

Print_tex_form_fraction_format = "auto" : automatic selection of \frac or /
                                 "frac" : use \frac only.
                                 "/"    : use / only.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Aug 22 08:21:52 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.11: +45 -6 lines
Diff to previous 1.11 (colored)

We use pstoimg to generate gif_form and png_form.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Aug 22 06:33:07 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.10: +22 -4 lines
Diff to previous 1.10 (colored)

print_gif_form(S) formats S by TeX and returns the formatted expression
in gif file.  (Tentative version)

Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 22 05:24:18 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.9: +88 -1 lines
Diff to previous 1.9 (colored)

Added codes to support all binary codes to taka_print_tex_form().

Revision 1.9 / (download) - annotate - [select for diffs], Wed Aug 22 04:59:01 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.8: +82 -21 lines
Diff to previous 1.8 (colored)

print_tex_form supports the new format of quote.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 22 01:52:44 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

ox_work_dir() returns the working directory for OpenXM communication.
ox_new_file_name() returns a unique file name.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Aug 21 11:27:16 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.6: +38 -5 lines
Diff to previous 1.6 (colored)

quote_sort_polynomial(F,V,W) : sort monomials in F by the order
defined by the weight vector W and returns the sorted polynomial
in the quote format.
Example:
  print_xdvi_form( quote_sort_polynomial((x-y)^3,[x,y],[1,1]));

Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 21 08:03:01 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.5: +14 -1 lines
Diff to previous 1.5 (colored)

quote_factored_form_quote() translates factored form into the quote form.
Example:
   print_tex_form( poly_factor( (x^10-y^10)/(x^3-y^3) ));
(This is a tentative code because specifications concerning quote and struct have not
 been fixed.)

Revision 1.5 / (download) - annotate - [select for diffs], Tue Aug 21 06:25:59 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.4: +66 -12 lines
Diff to previous 1.4 (colored)

quote.rr : utility functions for quote objects.
print_tex_form(S) : translate S into tex format.
print_xdvi_form(S) : generate dvi object and show it.
By using the quote object, the printing is getting satisfactory
for interractive use in mathematics.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Aug 21 02:38:17 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.3: +51 -1 lines
Diff to previous 1.3 (colored)

taka_tex_form_quote(S) :  a draft code.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Aug 11 08:55:33 2001 UTC (22 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.2: +33 -13 lines
Diff to previous 1.2 (colored)

taka_xdvi_form(S) : preview the expression S by the xdvi.
It is useful for interative computation.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jul 17 02:32:11 2001 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.1: +39 -7 lines
Diff to previous 1.1 (colored)

ox_load_file() (demand loading) does not work for now.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 16 07:21:58 2001 UTC (22 years, 10 months ago) by takayama
Branch: MAIN

taka_print.rr :  functions for printing.
                    taka_tex_form(S);
la_solution_guide.rr :  Generate a solution guide book for linear algebra (la).
   lasg_gen_rank_prob(M,N,Rank,P) : generate questions of computing the rank
                                    of a given matrix.
   lasg_gen_eq_prob(M,Rank,P)     : generate questions of solving linear equations.
   lasg_gen_eq_nosol_prob(M,Rank,P): generate questions of solving linear
                                     equations with no solution.
   lasg_reduced_form(A)   : reduce a given matrix A.
   lasg_build_solution(C) : solve a system of linear equations of the form
                            (A|b)
   lasg_gen_lineq_quiz()  : generate a LaTeX source of a solution guide book
                            of solving systems of linear equations.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>