Hello there,
Every time I try to write a word containing a special character it fail.
For example if I try to write discussão it appear in this way discuss~ao (in the editor). I found a way of solving this, by write the word some where else and the paste to the editor...
Does anybody know how can I solve this.
Texmaker and TeXstudio ⇒ Problem with ~ and ´
Problem with ~ and ´
Last edited by jcmt_pico on Thu Jul 22, 2010 1:02 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
Problem with ~ and ´
In the Preamble:
And in future, please provide a minimal working example along with your question (read Board Rules).
Code: Select all
\usepackage[utf8]{inputenc}
Problem with ~ and ´
Hi,
try this:
Edit: or, as meho_r suggested:
If your editor doesn't support unicode, change utf8 to latin1.
try this:
Code: Select all
\documentclass{article}
\begin{document}
discuss\~ao
\end{document}
Code: Select all
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\begin{document}
ã
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: Problem with ~ and ´
It's not about the packages...
I notice that when it happen if I simply go to the options/configure texmaker/editor and change the font encoding to the same that is selected iso-8859-15 it starts to work fine again
its wired but it works
Thank u all
I notice that when it happen if I simply go to the options/configure texmaker/editor and change the font encoding to the same that is selected iso-8859-15 it starts to work fine again
its wired but it works
Thank u all
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Problem with ~ and ´
Now that the problem is solved, please mark the topic accordingly as described in Section 3 of the Board Rules.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10