Is it possible to get the Latin letter gamme in Latex?
http://en.wikipedia.org/wiki/Latin_gamma
Fonts & Character Sets ⇒ Latin Gamma
Latin Gamma
Last edited by bazman on Mon Nov 14, 2011 9:43 pm, edited 1 time in total.
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
Latin Gamma
I suggest to take a look at »The Comprehensive LaTeX Symbol List«. Or try your luck with Detexify.
Thorsten
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
Latin Gamma
Since the latin gamma is used as a phonetic symbol, the tipa package provides it:
Best
Code: Select all
\documentclass{article}
\usepackage{tipa}
\begin{document}
\textipa{G}
\end{document}
site moderator & package author
Re: Latin Gamma
Thanks to both of you dextify works like a charm.
Anf thanks to thanks to your example cgneider I now have it working properly.
Anf thanks to thanks to your example cgneider I now have it working properly.