Fonts & Character Setsceltic small g, the one which indicates Lie algebra

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
rayman
Posts: 24
Joined: Thu Feb 24, 2011 11:53 am

celtic small g, the one which indicates Lie algebra

Post by rayman »

Hello! I am trying to find out how to create a small celtic letter which indicates Lie algebra...

Thank you

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by localghost »

The amsfonts package from AMSLaTeX is your friend.

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
Post Reply