04-19-2021, 06:37 PM
spaces in inline formulae
\(a\;b\) semicolon
\(a\:b\) colon
\(a\,b\) comma
\(ab\) juxtaposition
\(a\!b\) exclamation
inline frac!
\(a/b\) solidus
\(\frac{a}{b}\) frac
\(\dfrac{a}{b}\) dfrac
mean \( \bar {x} = \frac{1}{n}\,\sum_{i=1}^{n}x_{i} \) and standard deviation \( \mathsf{s}_{x} = \sqrt{ \frac{ \sum x^2 - (\sum x)^2 / n }{ n -1 } } \)
Display formula \[ \zeta(s) = \sum_{n=1}^{\infty}\frac{1}{n^s} \] and more text
Unicode in text: √x a→b x↔y x×y x÷y Σx² 2πr x≤y x≥y
Fonts for inline operations display:
default √x a→b x↔y x×y x÷y Σx² 2πr x≤y x≥y
vs. Trebuchet MS √x a→b x↔y x×y x÷y Σx² 2πr x≤y x≥y
vs. Courier √x a→b x↔y x×y x÷y Σx² 2πr x≤y x≥y.
It seems that the font used for code sections is not available inline, but Trebuchet is more legible than default or Courier.
Bullets
The HP Museum
Fixed width Courier font alignment V
^
Does not work. Leading blanks are eliminated and so are multiple blanks.
Inline HTML: according to daring fireball HTML tags can be inlined into markdown by separating them by blank lines. This does not work. MyBB markdown is different. Neither do LaTeX tables.
\(a\;b\) semicolon
\(a\:b\) colon
\(a\,b\) comma
\(ab\) juxtaposition
\(a\!b\) exclamation
inline frac!
\(a/b\) solidus
\(\frac{a}{b}\) frac
\(\dfrac{a}{b}\) dfrac
mean \( \bar {x} = \frac{1}{n}\,\sum_{i=1}^{n}x_{i} \) and standard deviation \( \mathsf{s}_{x} = \sqrt{ \frac{ \sum x^2 - (\sum x)^2 / n }{ n -1 } } \)
Display formula \[ \zeta(s) = \sum_{n=1}^{\infty}\frac{1}{n^s} \] and more text
Unicode in text: √x a→b x↔y x×y x÷y Σx² 2πr x≤y x≥y
Code:
and in code: √x a→b x↔y x×y x÷y Σx² 2πr x≤y x≥y
Fonts for inline operations display:
default √x a→b x↔y x×y x÷y Σx² 2πr x≤y x≥y
vs. Trebuchet MS √x a→b x↔y x×y x÷y Σx² 2πr x≤y x≥y
vs. Courier √x a→b x↔y x×y x÷y Σx² 2πr x≤y x≥y.
It seems that the font used for code sections is not available inline, but Trebuchet is more legible than default or Courier.
Bullets
- first item
- second item
- unnumbered item
- anonymous item
- semi last item
The HP Museum
Quote:This is not really a quote, and this is bold and italic and both
Fixed width Courier font alignment V
^
Does not work. Leading blanks are eliminated and so are multiple blanks.
Inline HTML: according to daring fireball HTML tags can be inlined into markdown by separating them by blank lines. This does not work. MyBB markdown is different. Neither do LaTeX tables.