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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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