1. It took me a couple hours but I think accents are now compiling. I was getting some errors when trying to compile and in the final PDF file strange characters were appearing instead of á, é, í and so on.
2. Now my problem is that I am writing on Texmaker and suddenly it starts to write ´a, ´e, ´i... instead of á, é, í...
I googled it and I found some solutions that seem to be useless for me. I have already installed ibus-qt4, I have configured UTF-8 as my encoding and I have these packaged in my LaTeX document (which is compiling right now):
Code: Select all
\usepackage{lmodern}
%\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[spanish, activeacute]{babel}
\usepackage{mathtools}
\usepackage{graphicx}
\usepackage{float}