🔰style
LaTeX ⟩ style
\mathbb{...} % math font
\color{blue}{...} % text colorexample
code
% text color
\color{blue}{...}
\color{#f00}{...}% simple border
\fbox {your text here}% background color
% - rendered as text
% - use `$...$` to switch back to math mode
\colorbox{orange}{$F=ma$ ... (1)}% border and background color
% - rendered as text
% - use `$...$` to switch back to math mode
\fcolorbox{orange}{red}{$F=ma$ ... (1)}
% {border}{background}{...}example
code
\mathbb{AB}KaTeX ⟩ Style, Color, Size, and Font
Last updated
Was this helpful?