Subversion Repositories wimsdev

Rev

Rev 5766 | Rev 9071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5766 Rev 5921
Line 60... Line 60...
60
      replace with regular
60
      replace with regular
61
      expression capability, extraction of a subset from a list of items,
61
      expression capability, extraction of a subset from a list of items,
62
      shuffle, evaluation of mathematical expressions, etc.
62
      shuffle, evaluation of mathematical expressions, etc.
63
 
63
 
64
  $tit Easy inline mathematical symbols:$titend
64
  $tit Easy inline mathematical symbols:$titend
65
      simply type <tt>$$m_pi</tt> for $m_pi, <tt>$$m_RR</tt> for
65
      simply type <span class="tt">$$m_pi</span> for $m_pi, <span class="tt">$$m_RR</span> for
66
      $m_RR, <tt>$$m_eufM</tt> for $m_eufM, <tt>$$m_le</tt> for
66
      $m_RR, <span class="tt">$$m_eufM</span> for $m_eufM, <span class="tt">$$m_le</span> for
67
      $m_le, <tt>$$m_Rightarrow</tt> for $m_Rightarrow, etc.
67
      $m_le, <span class="tt">$$m_Rightarrow</span> for $m_Rightarrow, etc.
68
     
68
     
69
  $tit Intelligent treatment of mathematical expressions:$titend
69
  $tit Intelligent treatment of mathematical expressions:$titend
70
      built-in translation routines to allow error-tolerant expressions
70
      built-in translation routines to allow error-tolerant expressions
71
      like <tt>2y</tt> (instead of <tt>2*y</tt>) or <tt>(x+1)(x-1)</tt>
71
      like <span class="tt">2y</span> (instead of <span class="tt">2*y</span>) or <span class="tt">(x+1)(x-1)</span>
72
      (instead of <tt>(x+1)*(x-1)</tt>), and translations of raw mathematical
72
      (instead of <span class="tt">(x+1)*(x-1)</span>), and translations of raw mathematical
73
      expressions into beautified html sources (<tt>x^3-3*x^2+1*x-5</tt>
73
      expressions into beautified html sources (<span class="tt">x^3-3*x^2+1*x-5</span>
74
      will become $emph
74
      will become $emph
75
      !htmlmath x^3-3*x^2+1*x-5
75
      !htmlmath x^3-3*x^2+1*x-5
76
      $emphend,
76
      $emphend,
77
      etc.), or TeX sources, etc.
77
      etc.), or TeX sources, etc.
78
     
78