Feel free to experiment here below the solid line (four dashes in the text editor).

In addition to the formatting symbols described at the bottom of the editor, I have also installed a LateX parser. For details, see LatexReference.

You may want to open HelpOnEditing in a new window or tab while you edit.


bibtex.entry

Experimenting with LateX


\begin{equation} 
x=R\frac{\beta\theta}{\sqrt{\alpha\beta}}\cos{(\alpha\phi)} 
\end{equation}

\section{First Section}

\setcounter{section}{1}\section{Next Section}

\begin{theorem}  $e^{\pi i}+1=0$ \end{theorem}

$$\int_0^1 e^x\; dx$$

What happens if the latex text exceeds the width of a the web browser?  Does the linebreak adjust?


What happens with paragraphs and indentation? 

Does skipping lines break the paragraph?

What happens with math mode inside $$like this$$  Does it work in a table

 It looks like to break a paragraph one needs to use \\ This this seems awkward.

It's better to put each paragraph within separate delimeters

Like this.

\begin{eqnarray} how's this \\ work \end{eqnarray}

\begin{equation} \int_0^1 e^x\; dx=?? \end{equation}

Formatting

italic bold typewriter

backtick typewriter (configurable)

bigger smaller

preformatted some more
and some more lines too

   1 def syntax(highlight):
   2     print "on"
   3     return None

   1   public void main(String[] args]){
   2      System.out.println("Hello world!");
   3   } 
   4 

Linking

HelpOnEditing InterWiki

http://moinmoin.wikiwikiweb.de/ Python

someone@example.com

Image Link

wiki

Smileys

/!\ Alert

Lists

Bullet

Glossary

Term
Definition

Drawing

http://moinmaster.wikiwikiweb.de/ http://moinmoin.wikiwikiweb.de/ Edit drawing mytest.png Edit drawing mytest.png Edit drawing mytest.png Edit drawing mytest.png mytest

Heading 1

Heading 2

Heading 3

Heading 4

WikiSandBox (last edited 2008-01-22 20:57:50 by RickScott)