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
- localghost
- Site Moderator
- Posts: 9201
- 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[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1