bsc-projects-17.html
changeset 485 15741bc8fe96
parent 484 36b7548c353a
child 486 486f57efeaff
equal deleted inserted replaced
484:36b7548c353a 485:15741bc8fe96
   305   </p>
   305   </p>
   306 
   306 
   307  <p>
   307  <p>
   308  This sounds complicated, but there is already some help available:
   308  This sounds complicated, but there is already some help available:
   309  <A HREF="http://www.mathjax.org">Mathjax</A> is a JavaScript library that can
   309  <A HREF="http://www.mathjax.org">Mathjax</A> is a JavaScript library that can
   310  be used to display mathematical text, for example
   310  be used to display mathematical text, for example</p>
   311 
   311 
   312  <blockquote>
   312  <blockquote>
   313  <p>When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are
   313  <p>When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are
   314  \(x = {-b \pm \sqrt{b^2-4ac} \over 2a}\).</p>
   314  \(x = {-b \pm \sqrt{b^2-4ac} \over 2a}\).</p>
   315  </blockquote>
   315  </blockquote>
   316 
   316 
       
   317  <p> 
   317  by writing code in the familiar LaTeX-way. This can be reused.
   318  by writing code in the familiar LaTeX-way. This can be reused.
   318  Another such library is <A HREF="http://khan.github.io/KaTeX/">KaTeX</A>.
   319  Another such library is <A HREF="http://khan.github.io/KaTeX/">KaTeX</A>.
   319  There are also plenty of JavaScript
   320  There are also plenty of JavaScript
   320  libraries for graphical animations (for example
   321  libraries for graphical animations (for example
   321  <A HREF="http://raphaeljs.com">Raphael</A>,
   322  <A HREF="http://raphaeljs.com">Raphael</A>,