-
Notifications
You must be signed in to change notification settings - Fork 0
/
book-packages.tex
42 lines (36 loc) · 1.52 KB
/
book-packages.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
\usepackage[tmargin=20mm,bmargin=25mm,lmargin=20mm,rmargin=20mm]{geometry} % Formato de página
\usepackage[output-decimal-marker={,}]{siunitx} % Unidades del SI
\sisetup{per-mode = fraction}
\DeclareSIUnit{\rpm}{rpm}
\DeclareSIUnit{\atmosphere}{atm}
\usepackage[framemethod=TikZ]{mdframed} % Define \begin{mdframed}[style=MyFrame1]
\mdfdefinestyle{MyFrame1}
{linecolor=black!80!gray,
outerlinewidth=0.5pt,
roundcorner=0pt,
innertopmargin=15pt,
innerbottommargin=20pt,
innerrightmargin=15pt,
innerleftmargin=15pt,
backgroundcolor=gray!30!white}
\mdfdefinestyle{MyFrame2}
{linecolor=white,
outerlinewidth=0.5pt,
roundcorner=10pt,
innertopmargin=15pt,
innerbottommargin=20pt,
innerrightmargin=15pt,
innerleftmargin=15pt,
backgroundcolor=gray!20!white}
\usepackage{graphicx}
\graphicspath{{./images/}} % Define \graphicspath{{dir1}{dir2}} para incluir imágenes que estén en los directorios dir1 y dir2
\usepackage[spanish]{babel} % Traducciones y abreviaturas
\usepackage{amssymb} % Símbolos y tipografía matemáticos
\usepackage{amsmath} % Formato y estructura matemáticos
\usepackage{esint} % Define \oiint para integrales cerradas y acomoda \iiint
\usepackage{hyperref} % Referencias cruzadas
\usepackage{fancyhdr} % Encabezado y pie
\usepackage{graphicx} % Define \includegraphics
\usepackage{pdfpages} % Define \includepdf
\usepackage{multicol} % Entorno de formato en columnas
\usepackage{comment} % Comenta todo entre \begin{comment} \end{comment}