Skip to main content\(\usepackage{siunitx}
\newcommand{\lrp}[1]{\left(#1\right)}
\newcommand{\lrb}[1]{\left[#1\right]}
\newcommand{\lrbrace}[1]{\left\lbrace#1\right\rbrace}
\newcommand{\abs}[1]{\left|#1\right|}
\newcommand{\dint}{\displaystyle\int}
\newcommand{\defint}[2]{\dint^{#2}_{#1}}
\newcommand{\dlim}[2]{\displaystyle\lim_{#1\rightarrow #2}\,}
\newcommand{\dydx}{\dfrac{dy}{dx}}
\newcommand{\ddx}{\tfrac{d}{dx}}
\newcommand{\dddx}{\dfrac{d}{dx}}
\newcommand{\ifsol}[1]{\ifprintanswers{#1}\fi}
\newcommand{\Nat}{\mathbb{N}}
\newcommand{\Whole}{\mathbb{W}}
\newcommand{\Int}{\mathbb{Z}}
\newcommand{\Rat}{\mathbb{Q}}
\newcommand{\Real}{\mathbb{R}}
\newcommand{\Complex}{\mathbb{C}}
\DeclareMathOperator\arcsinh{arcsinh}
\DeclareMathOperator\arccosh{arccosh}
\DeclareMathOperator\arctanh{arctanh}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\newcommand{\sfrac}[2]{{#1}/{#2}}
\)
Section 5.4 Three Font Styles
There are two font styles that are commonly used in execution groups.
Aside
-
β2D Mathβ (the default in modern versions)
-
In this mode, mathematical expressions are formatted nicely, as one would write them on paper.
-
Text will appear in
italic, with the exception of common mathematical functions and constants.
-
An example of an expression in 2D Math:
\begin{equation*}
\displaystyle {\frac {{x}^{5}}{{ e}^{x}+\sin \left( x \right) }} \text{.}
\end{equation*}
-
Switch to 2D Math using Ctrl+R.
-
βMaple Inputβ (the default for old versions)
-
In this mode, mathematical expressions are displayed inline, with no additional formatting.
-
All text is shown in
monospaced font.
-
The above expression in Maple input:
x^5/(exp(x)+sin(x))
-
Switch to Maple Input using Ctrl+M.
Finally, paragraphs use a third style of font.
Aside
-
βPlain Textβ
-
In this mode, mathematical expressions are displayed inline, with no additional formatting.
-
All text is shown in a standard font, such as this line.
-
Switch to Plain Text using Ctrl+T.