Search found 1 match

by owlover
Thu Apr 22, 2010 10:32 pm
Forum: Text Formatting
Topic: need to force a new line
Replies: 1
Views: 1499

need to force a new line

I'm using Doxygen with LaTeX to produce a .pdf file.

Here's the code:
* @test
* \n test for the sines and cosines
* \f[|\sin \phi_{G1150}-\sin \phi|<10^{-11}\f]
* \f[|\cos \phi_{G1150}-\cos \phi|<10^{-11}\f]
* @test
* test for Not-a-Number at the center
* \f[\sin \phi(0,0,0) != NaN\f]
* \f ...