-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathformatoPortadaC.tex
53 lines (46 loc) · 1.12 KB
/
formatoPortadaC.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
43
44
45
46
47
48
49
50
51
52
53
% configuración.tex
% -- Paquetes adicionales
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[spanish]{babel}
\usepackage{aleph-comandos}
\usepackage{graphicx}
\usepackage{mathpazo}
\usepackage{background}
% Geometría para Cuadrado
\usepackage[papersize={80mm,80mm},hmargin=0.5cm,vmargin=0.5cm]{geometry}
\backgroundsetup{
scale=1.2,
color=black,
opacity=0.4,
angle=0,
hshift=-1mm,
vshift=0mm,
contents={\includegraphics[width=80mm]{FondoEjercicio.jpg}}
}
% Definición de color personalizado
\definecolor{colordef}{cmyk}{0.81,0.62,0.00,0.22}
% --- Comandos personalizados para simplificar el contenido ---
\newcommand{\titulo}[2][0mm]{
\thispagestyle{empty}
\vspace*{-10mm}
\vspace*{#1}
\color{colordef}
\begin{center}
{\large
\textbf{\textsc{Ejercicio}}\\[2mm]
\textbf{\textsc{#2}}
}
\end{center}
}
\newcommand{\problema}[3][\fill]{
\vspace*{#1}
\noindent
\textbf{Problema #2:} #3
}
\newcommand{\logo}{
\vspace{\fill}
\noindent
\hspace{\fill}
\includegraphics[height=0.8cm]{Logos/LogoAlephsub0-02.png}
}