From: Chris S. <san...@us...> - 2005-07-14 11:45:04
|
Update of /cvsroot/stack/stack-1-0/lang/en/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15008/lang/en/doc Modified Files: author_factsformula.php author_gettingstarted.php Log Message: Index: author_factsformula.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_factsformula.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** author_factsformula.php 14 Jul 2005 11:28:14 -0000 1.2 --- author_factsformula.php 14 Jul 2005 11:44:55 -0000 1.3 *************** *** 24,35 **** in any of the CAS-text fields, eg a worked solution.</p> ! <p>For example, the CAS-text <?php $fac_ex = 'The chain rule <hint>calc_chain_rule</hint> can be used ....'; - - echo '<pre>'.$fac_ex.'</pre> Is displayed as follows.'; - $locals = array(); $errors = ''; --- 24,34 ---- in any of the CAS-text fields, eg a worked solution.</p> ! <p>For example, the CAS-text</p> ! ! <p><tt>The chain rule <hint>calc_chain_rule</hint> can be used ....</tt></p> <?php $fac_ex = 'The chain rule <hint>calc_chain_rule</hint> can be used ....'; $locals = array(); $errors = ''; Index: author_gettingstarted.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_gettingstarted.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** author_gettingstarted.php 14 Jul 2005 08:46:53 -0000 1.1 --- author_gettingstarted.php 14 Jul 2005 11:44:55 -0000 1.2 *************** *** 154,158 **** <li>To get a displayed equation centered on a line of its own, use either <tt>$$@ stuff @$$</tt>, <tt>\[@ stuff @\]</tt>,as in LaTeX.</li> ! <li> Anything between <tt>< html> stuff < html></tt> structures is kept as HTML, and not interpreted as LaTeX. This enables URL's to be included in the text, as well as external images etc. </li> </ul></p> --- 154,158 ---- <li>To get a displayed equation centered on a line of its own, use either <tt>$$@ stuff @$$</tt>, <tt>\[@ stuff @\]</tt>,as in LaTeX.</li> ! <li> Anything between <tt><html> stuff </html></tt> structures is kept as HTML, and not interpreted as LaTeX. This enables URL's to be included in the text, as well as external images etc. </li> </ul></p> |