Search found 5 matches

by nortada
Sun Oct 30, 2011 12:38 am
Forum: Fonts & Character Sets
Topic: Problem with Cedilla
Replies: 2
Views: 5666

Re: Problem with Cedilla

I have find what was the problem...

I had redefined the command '\c{}', for something I wasn't even using any more (at the time I didn't know that \c was for the cedilla). And since I was writing directly 'ç' instead of '\c' there was no error in output log.

Sorry for the hassle. You can ignore ...
by nortada
Sat Oct 29, 2011 9:33 pm
Forum: Fonts & Character Sets
Topic: Problem with Cedilla
Replies: 2
Views: 5666

Problem with Cedilla

Hello,

I'm writing a Msc. thesis in english, but where the cover and some sections will be in portuguese. I'm also using a Latex template, with its own document class, and that is a big mess, with settings spread on many different files. I'm working on linux Texlive with Emacs-Auctex as editor.

I ...
by nortada
Tue Apr 12, 2011 12:06 am
Forum: Math & Science
Topic: Problem with double subscript and accents
Replies: 3
Views: 7135

Problem with double subscript and accents

Thanks for the help.
CDbile wrote:Hi,
I found a trick :

Code: Select all

${\hat{A}{}_a}_b$
Regards,
by nortada
Sat Apr 09, 2011 9:53 pm
Forum: Math & Science
Topic: Problem with double subscript and accents
Replies: 3
Views: 7135

Re: Problem with double subscript and accents

Could somebody please help.
by nortada
Thu Apr 07, 2011 4:49 pm
Forum: Math & Science
Topic: Problem with double subscript and accents
Replies: 3
Views: 7135

Problem with double subscript and accents

Hi all, i'm new to the forum and this is my first post.

I want to be able to define e.g.: ${\hat{A}_a}_b$

But this returns the compilation error: "! Double Script". Meanwhile I found out that the problem was with the \hat accent. If I remove it, I don't get any error in compiling: ${A_a}_b$, as ...