Hi all,
I've created a header file for my LaTeX export, but there's a little problem. I must edit the file every time before creating a PDF, since the author and title are added after the last command in my header file and that causes a problem.
So, the last lines in my A4.txt are as this:
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\selectlanguage{spanish}
The problem: my name is displayed wrongly if the \selectlanguage{} command appears before it, since it contains non-spanish characters.
Is it any way to edit the order of those commands in the end .tex file?
Cheers,
Daniela