[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
print_dvi_form
: It outputs S to a dvi file.
Example:
print_dvi_form(x^2-1); |
References:
print_xdvi_form
,print_tex_form
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
print_em
: It outputs S by a font to emphasize it.
Example:
print_em(x^2-1); |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
print_gif_form
: It outputs S to a file of the gif format.
: This function allows optional variables table
Example:
print_gif_form(newmat(2,2,[[x^2,x],[y^2-1,x/(x-1)]])); |
References:
print_tex_form
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
print_input_form
: It transforms S to a string which can be parsed by asir.
Example:
print_input_form(quote(x^3-1)); |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
print_open_math_tfb_form
: It transforms S to a tfb format of OpenMath XML.
Description:
It is experimental. You need to load taka_print_tfb.rr to call it.
Example:
print_open_math_tfb_form(quote(f(x,1/(y+1))+2)); |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
print_open_math_xml_form
: It transforms S to a string which is compliant to OpenMath(1999).
Example:
print_open_math_xml_form(x^3-1); |
References:
www.openmath.org
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
print_output
: 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.
: This function allows optional variables file, mode
Example:
print_output("Hello"|file="test.txt"); |
References:
glib_tops
,(
,)
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
print_ox_rfc100_xml_form
: It transforms S to a string which is compliant to OpenXM RFC 100.
Example:
print_ox_rfc100_xml_form(x^3-1); |
References:
www.openxm.org
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
print_png_form
: It transforms S to a file of the format png. dvipng should be installed.
Example:
print_png_form(x^3-1); |
References:
print_tex_form
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
print_terminal_form
: It transforms S to the terminal form???
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
print_tex_form
: It transforms S to a string of the LaTeX format.
: This function allows optional variables table
Description:
The global variable Print_tex_form_fraction_format takes the values "auto", "frac", or "/". The global variable Print_tex_form_no_automatic_subscript takes the values 0 or 1. BUG; A large input S cannot be translated.
Example:
print_tex_form(x*dx+1 | table=[["dx","\\partial_x"]]); |
The optional variable table is used to give a translation table of asir symbols and tex symbols.
References:
print_xdvi_form
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
print_tfb_form
: It transforms S to the tfb format.
Example:
print_tfb_form(x+1); |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
print_xdvi_form
: It transforms S to a xdvi file and previews the file by xdvi.
Example 0:
print_xdvi_form(newmat(2,2,[[x^2,x],[y^2-1,x/(x-1)]])); |
Example 1:
print_xdvi_form(print_tex_form(1/2)); |
References:
print_tex_form
,print_dvi_form
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
print_xv_form
: It transforms S to a gif file and previews the file by xv.
: This function allows optional variables input, format
Example 0:
print_xv_form(newmat(2,2,[[x^2,x],[y^2-1,x/(x-1)]])); |
Example 1:
print_xv_form(x+y | format="png"); |
If the optional variable format="png" is set, png format will be used to generate an input for xv.
References:
print_tex_form
,print_gif_form
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by Nobuki Takayama on January, 28 2008 using texi2html 1.76.