Moved imgs to new assignment.
After Width: | Height: | Size: 31 KiB |
BIN
1/ISO/assignments/t4-ej2-usuarios-y-grupos/imgs/21-usuarios.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
1/ISO/assignments/t4-ej2-usuarios-y-grupos/imgs/22-grupos.png
Normal file
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 57 KiB |
BIN
1/ISO/assignments/t4-ej2-usuarios-y-grupos/imgs/24-new-user.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
1/ISO/assignments/t4-ej2-usuarios-y-grupos/imgs/25-new-users.png
Normal file
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 60 KiB |
After Width: | Height: | Size: 82 KiB |
After Width: | Height: | Size: 65 KiB |
After Width: | Height: | Size: 89 KiB |
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 20 KiB |
@ -0,0 +1,74 @@
|
||||
\documentclass[12pt,a4paper]{article}
|
||||
\usepackage[spanish]{babel}
|
||||
|
||||
\title{Tema IV Ejercicio II: Usuarios y Grupos}
|
||||
\author{Nicolás A. Ortega Froysa}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\pagebreak
|
||||
\tableofcontents
|
||||
\pagebreak
|
||||
\section{Hoja De Control Del Documento}
|
||||
\begin{table}[h!]
|
||||
\begin{center}
|
||||
\caption{Documento/Archivo}
|
||||
\label{tab:document}
|
||||
\begin{tabular}{|l|c|l|c|}
|
||||
\hline
|
||||
{\bf Fecha Última Modificación} & \the\day/\the\month/\the\year &
|
||||
{\bf Versión/Revisión} & v01r01 \\ \hline
|
||||
{\bf Fecha Creación} & \the\day/\the\month/\the\year & \hfill & \hfill \\ \hline
|
||||
{\bf Fecha Finalización} & \the\day/\the\month/\the\year & \hfill &
|
||||
\hfill \\ \hline
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
\end{table}
|
||||
|
||||
\begin{table}[h!]
|
||||
\begin{center}
|
||||
\caption{Registro De Cambios}
|
||||
\label{tab:registro-cambios}
|
||||
\begin{tabular}{|c|c|c|}
|
||||
\hline
|
||||
{\bf Versión/Revisión} & {\bf Página(s)} & {\bf Descripción} \\
|
||||
\hline
|
||||
v01r01 & Todas & Creación y elaboración del documento. \\ \hline
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
\end{table}
|
||||
|
||||
\begin{table}[h!]
|
||||
\begin{center}
|
||||
\caption{Autores Del Documento}
|
||||
\label{tab:autores}
|
||||
\begin{tabular}{|c|c|}
|
||||
\hline
|
||||
{\bf Apellidos, Nombre} & {\bf Curso} \\ \hline
|
||||
Ortega Froysa, Nicolás Andrés & 1 \\ \hline
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
\end{table}
|
||||
|
||||
\begin{table}[h!]
|
||||
\begin{center}
|
||||
\begin{tabular}{|p{4cm}|p{4cm}|p{4cm}|}
|
||||
\hline
|
||||
{\bf Preparado} & {\bf Revisado} & {\bf Aprobado} \\ \hline
|
||||
Ortega Froysa, Nicolás Andrés & \hfill & \hfill \\ \hline
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
\end{table}
|
||||
|
||||
\pagebreak
|
||||
|
||||
|
||||
\pagebreak
|
||||
|
||||
\section{Derechos de Autor y Licencia}
|
||||
Copyright \copyright\ \the\year\ Nicolás A. Ortega Froysa <nicolas@ortegas.org>
|
||||
\\
|
||||
Este documento se distribuye bajo los términos y condiciones de la licencia
|
||||
Creative Commons Attribution No Derivatives 4.0 International.
|
||||
|
||||
\end{document}
|