Fonts & Character SetsLatin Gamma

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
bazman
Posts: 78
Joined: Mon Jan 26, 2009 3:24 am

Latin Gamma

Post by bazman »

Is it possible to get the Latin letter gamme in Latex?

http://en.wikipedia.org/wiki/Latin_gamma
Last edited by bazman on Mon Nov 14, 2011 9:43 pm, edited 1 time in total.

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

Latin Gamma

Post by localghost »

I suggest to take a look at »The Comprehensive LaTeX Symbol List«. Or try your luck with Detexify.


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
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Latin Gamma

Post by cgnieder »

Since the latin gamma is used as a phonetic symbol, the tipa package provides it:

Code: Select all

\documentclass{article}
\usepackage{tipa}

\begin{document}

\textipa{G}

\end{document}
Best
site moderator & package author
bazman
Posts: 78
Joined: Mon Jan 26, 2009 3:24 am

Re: Latin Gamma

Post by bazman »

Thanks to both of you dextify works like a charm.

Anf thanks to thanks to your example cgneider I now have it working properly.
Post Reply