Recent content by Sauter

  1. S

    LaTeX Introducing LaTeX Math Typesetting

    \mbox{\Huge B = $\frac{1}{15}$ }
  2. S

    LaTeX Introducing LaTeX Math Typesetting

    \Huge B = \frac{1}{15}
  3. S

    LaTeX Introducing LaTeX Math Typesetting

    \newcount\n \n=1 \def\abc#1{ \ifnum\n<#1 \the\n \par \advance\n by 1 \abc{#1} \fi } \abc{10}
Back
Top