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.
- localghost
- Site Moderator
- Posts: 9201
- 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[/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
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.