Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Tue Mar 15 08:00:35 2022 UTC (2 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +8 -4 lines
Diff to previous 1.22 (colored)

begin{array} end{array} is used for print_tex_form for matrices.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jul 31 01:40:51 2021 UTC (2 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.21: +12 -4 lines
Diff to previous 1.21 (colored)

print_xdvi_form(S | texstr=1);  S is assumed to be a TeX string and is not translated by print_tex_form().

Revision 1.21 / (download) - annotate - [select for diffs], Sun Dec 22 02:51:16 2019 UTC (4 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.20: +17 -1 lines
Diff to previous 1.20 (colored)

print_pdf_form(Obj) shows a type set Obj by latex in the PDF format.
By default, it opens the default PDF viewer.
If the option nopreview=1 is given, it only returns the file name of the PDF file.
Example: print_pdf_form(poly_factor(x^10-1));

Revision 1.20 / (download) - annotate - [select for diffs], Tue Aug 3 10:32:43 2010 UTC (13 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Corrections to avoid the warnings of mcpp.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Jan 22 05:26:01 2010 UTC (14 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.18: +19 -6 lines
Diff to previous 1.18 (colored)

Added a new option raw to print_tex_form
Example.
[1353] print_tex_form(alpha^2-1 | table=[["alpha","\\alpha"]]);
   \alpha^{ 2} - 1
[1354] print_tex_form(alpha^2-1 | table=[["alpha","\\alpha"]], raw=0);
   \alpha^{ 2} - 1
[1355] print_tex_form("\sum "| table=[["alpha","\\alpha"]], raw=0);
\verb`sum `
[1356] print_tex_form("\sum "| table=[["alpha","\\alpha"]], raw=1);
sum
[1357] print_tex_form("\\sum "| table=[["alpha","\\alpha"]], raw=1);
\sum
[1358] print_tex_form("\\sum "| table=[["alpha","\\alpha"]], raw=2);
\texttt{\char`\\{}sum }

Revision 1.18 / (download) - annotate - [select for diffs], Fri Jan 22 05:09:07 2010 UTC (14 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.17: +26 -2 lines
Diff to previous 1.17 (colored)

Added a function osm_verb_tex_form (by Oshima).
Example.
"\\texttt{ "+osm_verb_tex_form("\\sum_{i=0}^n a_i")+" }"

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jan 21 03:02:33 2010 UTC (14 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.16: +17 -2 lines
Diff to previous 1.16 (colored)

taka_input_form(S) now properly works for
matrices and vectors.
Ex.
taka_input_form(newmat(2,3));
returns
  "newmat(2,3,[[0,0,0],[0,0,0]])"

Revision 1.16 / (download) - annotate - [select for diffs], Tue Dec 29 02:54:19 2009 UTC (14 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.15: +7 -1 lines
Diff to previous 1.15 (colored)

print_xdvi_form accepts the AMSTeX option, which is set by
AMSTeX=1 for now. (not tested.)

Revision 1.15 / (download) - annotate - [select for diffs], Tue Dec 29 02:40:28 2009 UTC (14 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.14: +7 -6 lines
Diff to previous 1.14 (colored)

Merged T.Oshima's commit to print_tex_form in the AMSTeX format.
Example.
AMSTeX=1;
print_tex_form(newmat(2,2,[[1,2],[3,4]]));

Revision 1.14 / (download) - annotate - [select for diffs], Wed May 24 08:54:34 2006 UTC (18 years ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

In the preamble of TeX sources, oddsidemargin will be specified.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Mar 22 00:52:55 2006 UTC (18 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.12: +5 -2 lines
Diff to previous 1.12 (colored)

dvipng is used to typeset in cfep.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Mar 18 07:55:24 2006 UTC (18 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.11: +17 -1 lines
Diff to previous 1.11 (colored)

dvipng is called from print_png_form, which calls taka_png_form3.
Ref: imgtex

Revision 1.11 / (download) - annotate - [select for diffs], Mon Mar 6 08:55:32 2006 UTC (18 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.10: +32 -1 lines
Diff to previous 1.10 (colored)

In the cfep pretty printmode, each result is typeset by tex and displayed
on the cfep window.
cf.
print_png_form2() (asir-contrib).
[self setPrettyPrint: sender] (cfep).
!cfep_png; (ox_texmacs).

Revision 1.10 / (download) - annotate - [select for diffs], Fri Mar 19 07:42:37 2004 UTC (20 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, KNOPPIX_2006
Changes since 1.9: +4 -1 lines
Diff to previous 1.9 (colored)

Add "diff_ring" mode to noro_print_env().

Revision 1.9 / (download) - annotate - [select for diffs], Fri Mar 19 06:29:50 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.8: +13 -2 lines
Diff to previous 1.8 (colored)

BUG: print_tex_form(S) could not translate general struct objects into tex forms.
Solution:
   By utilizing new functions get_element_names and get_element_at,
   it is now possible.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Mar 16 03:26:40 2004 UTC (20 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.7: +13 -1 lines
Diff to previous 1.7 (colored)

Add noro_print_env();

Revision 1.7 / (download) - annotate - [select for diffs], Mon Mar 15 12:39:51 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.6: +12 -3 lines
Diff to previous 1.6 (colored)

BUG: Strings in a list could not be printed properly on texmacs.
It is fixed.
Restriction: ` could not be used in the string.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 11 07:41:27 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

Number is processed as polynomials.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 11 01:57:39 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.4: +5 -9 lines
Diff to previous 1.4 (colored)

Bug:
  print_tex_form(poly_factor(x^2-1));
  caused an error.
Solution:
  Added the new argument Tb (text buffer) to the function
  taka_poly_tex_form_poly_factored_polynomial
  in taka_poly.rr
  The same changes are done for other functions for "struct".

Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 10 08:43:43 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.3: +630 -35 lines
Diff to previous 1.3 (colored)

Copied several functions from taka_print.rr.
noro_... => taka_...

Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 5 04:40:05 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

noro_poly_tex... => taka_poly_tex....

Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 4 13:01:51 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.1: +70 -1074 lines
Diff to previous 1.1 (colored)

Removed unnecessary functions.
Modified to use builtin conversion functions.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 26 10:48:06 2004 UTC (20 years, 3 months ago) by noro
Branch: MAIN

Added an experimental version using new textbuffer functions.

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>