On Aug 22, 2012, at 2:35 PM, Carnë Draug wrote:

> On 22 August 2012 18:31, c. <carlo.defa...@gmail.com> wrote:
>> On 21 Aug 2012, at 20:55, Carnë Draug wrote:
>> 
>>> Hi everyone
>>> 
>>> I have started a page on the wiki entitled Octave cookbook.
>>> http://wiki.octave.org/Cookbook At the moment it only has two entries
>>> but if each person adds its own recipe, I hope that it can turn into
>>> something quite useful. For those who are not familiar with the
>>> concept, the idea is to catalogue a bunch of snippets to solve common
>>> problems that for one reason or another don't have a function.
>>> 
>>> There's no need for them be specially difficult or complicated things.
>>> For example, I really like "Perl cookbook" which has really simple
>>> things such as "reversing an array" to other more complicated such as
>>> "Writing a Multihomed server" (whatever that is). Actually many of the
>>> recipes in perl cookbook are, "use foo from module bar".
>>> 
>>> Carnë
>> 
>> Great idea!
>> 
>> I tried to add an entry, but it seems the wiki is having problems at 
>> interpreting math formulas at the moment?
>> Any idea how to fix this?
> 
> Jordi has just fixed this. It should be working now.
> 
> Carnë

I just noticed that texcv is installed.

        http://www.mediawiki.org/wiki/Manual:Math

For those who know LaTeX, you can do things like ...

 <math>
  \operatorname{erfc}(x) =
  \frac{2}{\sqrt{\pi}} \int_x^{\infty} e^{-t^2}\,dt =
  \frac{e^{-x^2}}{x\sqrt{\pi}}\sum_{n=0}^\infty (-1)^n \frac{(2n)!}{n!(2x)^{2n}}
 </math>

Ben



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to