Thank you stefan, you are a crack!!!
Regards.
Search found 4 matches
- Tue Aug 24, 2010 2:40 pm
- Forum: Fonts & Character Sets
- Topic: About characters < and >
- Replies: 7
- Views: 3992
- Tue Aug 24, 2010 12:40 pm
- Forum: Fonts & Character Sets
- Topic: About characters < and >
- Replies: 7
- Views: 3992
Re: About characters < and >
The problem is that using T1 fontenc the quality of the output is worse.
- Tue Aug 24, 2010 10:29 am
- Forum: Fonts & Character Sets
- Topic: About characters < and >
- Replies: 7
- Views: 3992
Re: About characters < and >
thank you
solved using
\RequirePackage[T1]{fontenc}
\RequirePackage[latin9]{inputenc}
\RequirePackage[spanish,activeacute]{babel}
yes it is a documment class.
solved using
\RequirePackage[T1]{fontenc}
\RequirePackage[latin9]{inputenc}
\RequirePackage[spanish,activeacute]{babel}
yes it is a documment class.
- Tue Aug 24, 2010 9:08 am
- Forum: Fonts & Character Sets
- Topic: About characters < and >
- Replies: 7
- Views: 3992
About characters < and >
Hi,
I am using these configuration inputs
\RequirePackage[latin1]{inputenc}
\RequirePackage[spanish,activeacute]{babel}
and when I put on my text the caharacters < and > after the compilation latex changes them for ¡ and ¿ respectively.
Any idea?, is there a possible way to force a character via ...
I am using these configuration inputs
\RequirePackage[latin1]{inputenc}
\RequirePackage[spanish,activeacute]{babel}
and when I put on my text the caharacters < and > after the compilation latex changes them for ¡ and ¿ respectively.
Any idea?, is there a possible way to force a character via ...