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.

35 lines
604 B

  1. \documentclass{article}
  2. \usepackage{graphicx}
  3. \usepackage{lipsum}
  4. %\usepackage{biblatex}
  5. %\addbibresource{refs}
  6. \title{Project's title}
  7. \author{Gerardo Marx}
  8. \begin{document}
  9. \maketitle{}
  10. \section{Introduction}
  11. \label{sec:intro}
  12. \lipsum[1]
  13. \begin{figure}[htb]
  14. \centering
  15. \includegraphics[width=2.5in]{XdWGT}
  16. \caption{Test figure.}
  17. \label{test}
  18. \end{figure}
  19. \section{Methodology}
  20. \label{sec:methods}
  21. \lipsum[2-3]
  22. More test with references here \cite{einstein}.
  23. \bibliography{refs.bib}
  24. \bibliographystyle{ieeetr}
  25. \end{document}
  26. %%% Local Variables:
  27. %%% mode: latex
  28. %%% TeX-master: t
  29. %%% End: