> \usepackage[utf8]{inputenc}
>
> Under GNU/Linux use the encoding utf8.
Linux also knows latin1, latin9, etc. your true encoding depends of
your locales...
> Under Windows use the latin1
Windows also knows latin9, and of course cp1252 plus ansinew (always
depending of your locale settings and sometimes applications support)
> Under MacOS, I don't remember ;P
MacOs also knows latin1 and latin9, and of course applemac and roman
(always according to your system choice). MacOs X can deal with utf8
too...
>
> So, just put it as ç and it will work (if your keyboard don't let you write
> this letter, just copy and paste from here =] ).
>
it's better to select another keyboard layout :)
brazilian and canadian ones are very closed to qwertzy but offer
ability to put much accentued characters. us and uk have international
variant too...
> Bruno
>
> 2009/11/9 Luna <aline...@gmail.com>
>>
>> Hello,
>>
>> I want to write the letter c with a cedilla in beamer. The usual latex
>> command \c{c} is showing an accent in beamer below the c instead of
>> the cedilla. I googled and I found that the package" \usepackage
>> [latin1]{inputenc}" is supposed to be for such international
>> characters, yet the c is still showing like before when using this
>> package...
>>
yes for inputing... but not really needed (as far i can remember) if
your prefere LaTeX commands for accents (i mean pure ascii source
then, with no diacritics)
>> Does anybody know of the cedilla cannot show correctly in beamer? Or
>> do I need another package?
strange... what says your log file?
not sure, but also try one of these (hope that helps):
\usepackage[T1]{fontenc} % Extended Computer modern (EC) fonts:
option T1 (Cork style characters encoding)
\usepackage{lmodern} % Latin Modern (LM) fonts
best regards