Text FormattingCedilla accent in math mode

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
iyoda
Posts: 1
Joined: Thu Aug 27, 2009 3:46 pm

Cedilla accent in math mode

Post by iyoda »

Hello everyone,

Does anyone know how to do a cedilla in math mode?
In normal text a use \c{c}.

Thanks,

Juliano

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Cedilla accent in math mode

Post by gmedina »

Hi,

you can use the \text command provided by the amsmath package:

Code: Select all

\documentclass{book}
\usepackage{amsmath}

\begin{document}

$\text{\c{c}}$

\end{document}
I don't know if I understoond correctly your question, however. If your goal is different, please explain it in more detail.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply