The scientific-emacs a container-based in Debian:Focal version with emacs 26, and a light version of TeXlive.
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.

21 lines
305 B

  1. \documentclass{article}
  2. \usepackage{graphicx}
  3. \usepackage{lipsum}
  4. \begin{document}
  5. Hello \LaTeX{}.
  6. \section{Introduction}
  7. \label{sec:intro}
  8. \begin{figure}[htb]
  9. \centering
  10. \includegraphics
  11. \caption{Test}
  12. \end{figure}
  13. \end{document}
  14. %%% Local Variables:
  15. %%% mode: latex
  16. %%% TeX-master: t
  17. %%% End: