Repository for the international webinar 2021, prepared with Jade, ITM, and Óbuda universities.
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.

12 lines
260 B

  1. %Preamble
  2. \documentclass[a4paper]{article}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage{lipsum}
  5. \title{My First Document in \LaTeX{}}
  6. \author{Gerardo Marx Chávez Campos}
  7. \date{2021/01/28}
  8. %document's body:
  9. \begin{document}
  10. \maketitle{}
  11. \lipsum[1-2]
  12. \end{document}