This is a basic emacs configuration to work with LaTeX projects. The configuration has been tested on Ubuntu 20.04 LTS.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
208 B

\documentclass{article}
\begin{document}
Hello \LaTeX{}.
This is an small test in English.
Este es un texto en español.
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: