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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
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
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Post Reply