Tuesday, May 7, 2024, 9:13 PM
Site: Trinity Moodle
Course: Trinity Moodle (Home)
Glossary: Math Notation Help
\

\normalsize

  • Everthing following the \normalsize command will be output in the smallest predefined font size until the system encounters another font size command.
  • \normalsize is the default font size, i.e. the size automatically chosen if there is no font size command
  • Ex.: $$\normalsize~3x$$ gives \normalsize~3x

\qquad

  • inserts a double space of current character set size
  • Ex.: $$a\qquad~b$$ gives a\qquad~b

\quad

  • inserts a space of current character set size
  • Ex.: $$a\quad~b$$ gives a\quad~b

\small

  • \small
  • Ex.: $$\small~3x$$ gives \small~3x

\tiny

  • Everthing following the \tiny command will be output in the smallest predefined font size until the system encounters another font size command.
  • Ex.: $$\tiny~3x$$ gives \tiny~3x