Hello! I am trying to find out how to create a small celtic letter which indicates Lie algebra...
Thank you
Fonts & Character Sets ⇒ celtic small g, the one which indicates Lie algebra
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
celtic small g, the one which indicates Lie algebra
The amsfonts package from AMSLaTeX is your friend.
Thorsten
Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{mathtools} % loads »amsmath«
\usepackage{amsfonts}
\begin{document}
$\mathfrak{g}$
\end{document}
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10