Imported Robodoc.
[robodoc.git] / Source / Test / pipe_test.dat
1 /****m* pipe/pipetest
2  * NAME
3  *   pipetest
4  * NAME
5  *   Simple header to test "piping" features in items. 
6  * EXAMPLE
7  *   Only "pipes" which match selected output style are picked up. 
8  *   |html <CENTER>This will be included in <B>HTML</B> output.</CENTER>
9  *   |latex \centerline{This will be included in \LaTeX output}
10  *   Space is mandatory following the pipe marker. The following is not a
11  *   valid pipe marker:
12  *   |html<B>Moi!</B>
13  *   You should see an equation on the following line:
14  *   |html y = x^2 (sorry, plain HTML is not very powerfull)
15  *   |latex \centerline{$y = x^2$}
16  *   How does this look like?
17  *   Here comes a multi-line equation array:
18  *    |latex \begin{eqnarray}
19  *    |latex \frac{\partial u}{\partial \tau} & = & D_u {\nabla}^2 u + 
20  *    |latex \frac{1}{\epsilon}
21  *    |latex \left ( \hat{u}-{\hat{u}}^2-f\, {v} \, \frac{\hat{u}-q}{\hat{u}+q}
22  *    |latex \right ) \; ,  \label{diffspot:1} \\
23  *    |latex \frac{\partial v}{\partial \tau} & = & \hat{u}-v \; ,  
24  *    |latex \label{diffspot:2} \\
25  *    |latex \frac{\partial r}{\partial \tau} & = & D_r {\nabla}^2 r \; .
26  *    |latex \label{diffspAot:3}
27  *    |latex \end{eqnarray}
28  *    |html <I>TODO: write this in html</I>
29  *   Remove this line and you'll experience a bug...
30  ******
31  */