Letter styles and accents
How does it work ?
It works pretty well. More precisely, the style and accent related commands are all build on the same scheme :
- the LaTeX classical backslash,
- the adequate prefix (see below),
- the desired character (for instance
Afor small "a", orKKfor big "K"), or a greek letter.
For instance :
\bbRRproduces the black board style "R", commonly used for the set of real numbers;\bbCCfor the set of complex numbers;\vecVfor vector "v";\hatalphafor an "alpha" with a hat;\barHfor a "h" with a bar.
Styles
Enabled with the option +maths.characterStyles. The avaible styles are :
bb: black board, it is recommended to use the optionbbStyle = bboldto use this style on lower case characters;bf: bold;cal: calligraphy;frak: fraktur;it: italic;rm: roman;sf: sans serif.
Accents
Enabled with the option +maths.characterAccents.
bar: overline;bbar: two bars;ch: check (i.e. reverse hat);ddot: two dots;dot: dot;hat: hat (duh...);o: a ring;tild: tilda;u: underline;uu: two underlines;vec: right arrow.