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.
|
|
- %Preamble
- \documentclass[a4paper]{article}
- \usepackage[utf8]{inputenc}
- \usepackage{lipsum}
- \title{My First Document in \LaTeX{}}
- \author{Gerardo Marx Chávez Campos}
- \date{2021/01/28}
- %document's body:
- \begin{document}
- \maketitle{}
- \lipsum[1-2]
- \end{document}
|