mirror of
https://git.adityakumar.xyz/fphw.git
synced 2024-11-14 00:49:43 +00:00
15 lines
213 B
TeX
15 lines
213 B
TeX
|
% this is a test document for the class we defined in this project
|
||
|
|
||
|
\documentclass{tareas-fp}
|
||
|
|
||
|
\title{my tytle}
|
||
|
\author{me}
|
||
|
\date{today}
|
||
|
|
||
|
\begin{document}
|
||
|
\maketitle
|
||
|
|
||
|
hóla beééééébééééé
|
||
|
|
||
|
\end{document}
|