Texmaker and TeXstudio ⇒ Problem with ~ and ´
Problem with ~ and ´
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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Problem with ~ and ´
Code: Select all
\usepackage[utf8]{inputenc}
Problem with ~ and ´
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}
Re: Problem with ~ and ´
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 ´
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10