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

3 years ago
  1. \documentclass{article}
  2. \begin{document}
  3. Hello \LaTeX{}.
  4. This is an small test in English.
  5. Este es un texto en español.
  6. \end{document}
  7. %%% Local Variables:
  8. %%% mode: latex
  9. %%% TeX-master: t
  10. %%% End: