%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%% http://www.mat.univie.ac.at/~neum/html0.txt %%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% This is a summary of the HTML commands I am using. Arnold Neumaier %%%%%%%%%%%%%%%%%%%%%%%%% basic commands %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
new line

new paragraph

new centered paragraph


grey bar between paragraphs
thicker grey bar indent ... (with
  • ) indent ... (without
  • )
  • fat dot (1st+2nd indent) circles (3nd indent) squares (4nd indent)
      ...
    indent ... (then LI gives numbers)

    Heading

    3rd order heading ... fixed width font ... bold ... italics ... make fonts larger ... make fonts smaller ä ö ü ß German ae oe ue ss ñ È é ~n `E 'e (etc.) & < >   ç & < > space c-cedilla For other symbols see http://de.selfhtml.org/html/referenz/zeichen.htm xk x_k (subscript) xk x^k (superscript) xk small exponent comment ... add www-Address (URL) ... add files in current directory ... link to internal anchor ... link to external anchor ... define anchor description add picture aligned at bottom aligned at top aligned at middle height/width in pixels neum email to address %%%%%%%%%%%%%%%%%%%%%%%% simple document shell %%%%%%%%%%%%%%%%%%%%%%%%% external document title

    displayed title

    ..... main text ...
    Arnold Neumaier (neum@cma.univie.ac.at)
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % making a figure with LaTeX caption
      
    Figure 1: Multi-Resolution search from displaced position
    \begin{figure}
 \begin{centering}
 \begin{tabular}
{cccccc}
 
\epsfig {file=face...
 ...& 8 its & 14 its & 20 its & converged
 \end{tabular} \end{centering}\end{figure}