Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 3 and Version 4 of Documentation/Reference/Test Functions


Ignore:
Timestamp:
06/06/08 01:29:19 (18 years ago)
Author:
swagner
Comment:

Experiments with MathML

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Reference/Test Functions

    v3 v4  
    88
    99{{{
    10 #!html
    11 <object>
     10#!MathML
    1211<math xmlns="http://www.w3.org/1998/Math/MathML">
    1312<mfrac>
     
    1615</mfrac>
    1716</math>
    18 </object>
    19 }}}
    20 
    21 {{{
    22 #!MathML
    23 $ ./configure --help
    24 ...
    25   --enable-abc ......
    26   --enable-def ......
    27   --with-ghi[=dir] ......
    28 ...
    29 $ ./configure '--enable-abc' \
    30  '--enable-def' \
    31  --with-ghi='/usr
    32 /local'
    33 (many outputs here)
    34 
    35 $ make
    36 (many outputs again)
    37 
    38 (now su to root)
    39 $ su
    40 Password:
    41 (type your root password)
    42 
    43 # make install
    44 (ok, it's now installed)
    4517}}}
    4618