tex
This commit is contained in:
parent
c4b34b14b0
commit
041551b9dc
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -251,3 +251,4 @@ balenaEtcher/
|
|||
ParaView/
|
||||
VirtualBox/
|
||||
knfsshare
|
||||
lazygit/
|
||||
|
|
|
@ -1,7 +1,14 @@
|
|||
\documentclass[12pt]{article}
|
||||
\usepackage[margin=1in]{geometry}
|
||||
\usepackage{multicol}
|
||||
% \usepackage[spanish]{babel}
|
||||
% \AtBeginDocument{\selectlanguage{spanish}}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{gensymb}
|
||||
\usepackage{cancel}
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{calc}
|
||||
|
||||
\begin{document}
|
||||
$body$
|
||||
|
|
Loading…
Reference in a new issue