-
Notifications
You must be signed in to change notification settings - Fork 1
/
FormatoTareas.tex
101 lines (73 loc) · 1.4 KB
/
FormatoTareas.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
\documentclass[a4paper,11pt]{scrartcl}
\usepackage{geometry}
\geometry{
a4paper,
total={210mm,277mm},
left=9mm,
right=9mm,
top=20mm,
bottom=30mm,
}
\usepackage[T1]{fontenc}
\usepackage{multicol}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage{multicol}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{float}
\usepackage{amssymb}
\usepackage{subcaption}
\usepackage{fancyhdr}
\usepackage{zref-user,zref-lastpage}
\usepackage{ragged2e}
\fancypagestyle{firstpage}{%
\fancyhf{}%
\renewcommand{\headrulewidth}{0mm}%
\rfoot{hoja \thepage/\zpageref{LastPage}}
}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\rfoot{hoja \thepage/\zpageref{LastPage}}
\rhead{Nombre (empezando por allidos)}
\begin{document}
\thispagestyle{firstpage}
\begin{flushright}
\begin{tabular}{l@{}} %% as observed by Werner, use l@{} instead of l
Nombre (empezando por apellidos)\\
Materia\\
Institución \\
Nombre del presente documento\\
Prof. \\
Fecha\\
\end{tabular}\end{flushright}
\bigskip
\bigskip
\justify
\textbf{1. Enunciado}\\
\justify
Solución\\
\justify
\textbf{2. Enunciado}\\
\justify
Solución\\
\justify
\textbf{3. Enunciado}\\
\justify
Solución\\
\newpage
\justify
\textbf{4. Enunciado}\\
\justify
Solución\\
\justify
\textbf{5. Enunciado}\\
\justify
Solución\\
\justify
\textbf{6. Enunciado}\\
\justify
Solución\\
\end{document}