Free cookie consent management tool by TermsFeed Policy Generator

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


Ignore:
Timestamp:
06/05/08 16:13:04 (16 years ago)
Author:
swagner
Comment:

Experiments with wiki processors

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Reference/Test Functions

    v2 v3  
    77TODO
    88
     9{{{
     10#!html
     11<object>
     12<math xmlns="http://www.w3.org/1998/Math/MathML">
     13<mfrac>
     14  <mi>a</mi>
     15  <mi>b</mi>
     16</mfrac>
     17</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
     40Password:
     41(type your root password)
     42
     43# make install
     44(ok, it's now installed)
     45}}}
     46
    947== MathML ==
    1048