diff --git a/BibliotecaLatex/cu/CU14/cu14.tex b/BibliotecaLatex/cu/CU14/cu14.tex index 47d9228..d55b685 100644 --- a/BibliotecaLatex/cu/CU14/cu14.tex +++ b/BibliotecaLatex/cu/CU14/cu14.tex @@ -1,7 +1,7 @@ \begin{UseCase}{CU14}{Generar Multas}{ - En este caso de uso tiene como objetivo generar las multas a las cuales los usuarios serán acreedores, por no cumplir con las normas que se establecierón y que ellos aceptarón, cuando crearón su credencial para poder obtener los ejemplares de la biblioteca. Estas se les generaran solo si no cumples con las reglas establecidas. + Generar las multas a las cuales los usuarios serán acreedores por no cumplir las normas establecidas y aceptadas al obtener su credencial para poder obtener ejemplares de la biblioteca. } - \UCitem{Versión}{1.0} + \UCitem{Versión}{1.3} \UCitem{Actor}{Administrador} \UCitem{Propósito}{Generar multas a los usuarios del servicio de la biblioteca que no cumplan con las condiciones de devolución.} \UCitem{Entradas}{ @@ -13,7 +13,7 @@ } \UCitem{Salidas}{ \begin{itemize} - \item Monto de multa aplicable. + \item Documento con la informacion relacionada a la multa generada, conteniendo: usuario, libro afectado, tipo de multa y monto. \end{itemize} } \UCitem{Precondiciones}{ @@ -29,28 +29,38 @@ \end{itemize} } \UCitem{Autor}{ - Miguel Tejeda - Erubey Martínez + José Miguel Tejeda Martínez + Erubey Martínez de los Santos + } + \UCitem{Revisores}{ + Luis Gerardo Jimenez Chavez + Diego Efraín López Orozco + } + \UCitem{Estado}{ + Aprobado } \end{UseCase} \begin{UCtrayectoria}{Principal} - \UCpaso[\UCactor] El administrador introduce el tipo de multa aplicable de acuerdo a las reglas de negocio RN-11, RN-12, RN-13, RN-14. - \UCpaso[\UCactor] El administrador selecciona el botón \IUbutton{Generar} de la interfaz: \IUref{UI14}{Generar Multa}. \Trayref{A} + \UCpaso[\UCactor] El administrador introduce el tipo de multa aplicable. + \UCpaso[\UCactor] El administrador introduce el identificador del usuario que será sancionado. + \UCpaso[\UCactor] El administrador introduce el identificador del libro afectado. + \UCpaso[\UCactor] El administrador selecciona el botón \IUbutton{Generar} de la interfaz: \IUref{UI14}{Generar Multa}. + \UCpaso[\UCsist] El sistema verifica los tipos de multa y datos introducidos de acuerdo a las reglas de negocio \BRref{RN11}{Perdida de libro}, \BRref{RN11}{Devolución a desatiempo}, \BRref{RN11}{Maltrato de libro}, \BRref{RN11}{Sustitución de libro}.\Trayref{A} \UCpaso[\UCsist] El sistema obtiene el costo del libro de a cuerdo al identificador proporcionado y se muestra en la interfaz \IUref{UI14}{Generar Multa}. \Trayref{B} \UCpaso[\UCsist] El sistema obtiene las fechas de préstamo y de devolución establecidas en la emisión anterior y se muestra en la interfaz \IUref{UI14}{Generar Multa}. \Trayref{B} \UCpaso[\UCsist] El sistema calcula la multa de acuerdo a las siguientes condiciones, correspondientes al tipo de multa: \BRitem 1. "Pérdida de libro". Se considerará el costo total obtenido en el paso 2. \BRitem 2. "Devolución a destiempo". Se tomará la fecha de devolución del paso 3 y contarán los días dde diferencia entre la fecha actual. La cantidad de días multiplicará por 20. \BRitem - 3. "Maltrato de libro". Se cosiderará el costo en el paso 2 y se multiplicara por 0.35 \BRitem - 4. "Sustitución de libro". Se considerará el costo obtenido en el paso 2 y se multiplicará por 0.5. + 3. "Maltrato de libro". Se cosiderará el 35 por ciento del costo en el paso 2. \BRitem + 4. "Sustitución de libro". Se considerará el 50 por ciento del costo obtenido en el paso 2. \UCpaso[\UCsist] El sistema descargara el DOC-1, en el que devolverá la cantidad de multa correspondiente al paso anterior, la cual se asociará al usuario dado por el identificador de entrada. \Trayref{B} - \UCpaso[\UCsist] Se mostrará el mensaje MSG1 + \UCpaso[\UCsist] Se mostrará el \MSGref{MSG1}{Operación exitosa}. \end{UCtrayectoria} \begin{UCtrayectoriaA}{A}{Se introdujo un número de multa inexistente} - \UCpaso[\UCsist] El sistema mostrará el mensaje [E2]. + \UCpaso[\UCsist] El sistema mostrará el mensaje \MSGref{[E2]}{Datos incorrectos}. \UCpaso[\UCsist] Regresa al paso 1 de la trayectoria principal. \end{UCtrayectoriaA} \begin{UCtrayectoriaA}{B}{Se presentó un error en la conexión y/o en la transacción actual con base de datos} - \UCpaso[\UCsist] El sistema mostrará el mensaeje [E1]. + \UCpaso[\UCsist] El sistema mostrará el mensaeje \MSGref{[E2]}{Error de conexión con BD}. \UCpaso[\UCsist] Regresa al paso 1 de la trayectoria principal. \end{UCtrayectoriaA} \ No newline at end of file diff --git a/BibliotecaLatex/index.aux b/BibliotecaLatex/index.aux index 9d4fd12..ef26a78 100644 --- a/BibliotecaLatex/index.aux +++ b/BibliotecaLatex/index.aux @@ -72,7 +72,7 @@ \@writefile{toc}{\contentsline {section}{\numberline {2.3}CU03 Generar Credencial}{19}{section.2.3}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.3.1}Descripci\IeC {\'o}n completa}{19}{subsection.2.3.1}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.3.2}Atributos importantes}{19}{subsection.2.3.2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.3.3}Trayectorias del Caso de Uso}{19}{subsection.2.3.3}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.3.3}Trayectorias del Caso de Uso}{20}{subsection.2.3.3}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.3.4}IU01 Pantalla de Inicio}{21}{subsection.2.3.4}} \@writefile{toc}{\contentsline {subsubsection}{Objetivo}{21}{section*.8}} \@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{21}{section*.9}} @@ -147,7 +147,7 @@ \gdef \LT@vii {\LT@entry {1}{92.69913pt}\LT@entry {1}{364.9pt}} -\@writefile{toc}{\contentsline {section}{\numberline {2.7}CU07 Prestamo de Libros a domicilio}{38}{section.2.7}} +\@writefile{toc}{\contentsline {section}{\numberline {2.7}CU07 Prestar libros a domicilio}{38}{section.2.7}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.7.1}Descripci\IeC {\'o}n completa}{38}{subsection.2.7.1}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.7.2}Atributos importantes}{38}{subsection.2.7.2}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.7.3}Trayectorias del Caso de Uso}{38}{subsection.2.7.3}} @@ -190,54 +190,54 @@ \@writefile{toc}{\contentsline {subsection}{\numberline {2.8.1}Descripci\IeC {\'o}n completa}{47}{subsection.2.8.1}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.8.2}Atributos importantes}{47}{subsection.2.8.2}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.8.3}Trayectorias del Caso de Uso}{47}{subsection.2.8.3}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.8.4}IU8.1 Pantalla de Inicio}{49}{subsection.2.8.4}} -\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{49}{section*.60}} -\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{49}{section*.61}} -\@writefile{lof}{\contentsline {figure}{\numberline {2.16}{\ignorespaces UI08.1 Pantalla de Inicio.}}{49}{figure.2.16}} -\newlabel{UI08.1}{{2.16}{49}{UI08.1 Pantalla de Inicio}{figure.2.16}{}} -\@writefile{toc}{\contentsline {subsubsection}{Salidas}{49}{section*.62}} -\@writefile{toc}{\contentsline {subsubsection}{Entradas}{49}{section*.63}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.8.5}IU8.2 Pantalla de pr\IeC {\'e}stamo interbibliotecario}{49}{subsection.2.8.5}} -\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{50}{section*.64}} -\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{50}{section*.65}} -\@writefile{lof}{\contentsline {figure}{\numberline {2.17}{\ignorespaces UI08.2 Pantalla de Pr\IeC {\'e}stamo interbibliotecario.}}{50}{figure.2.17}} -\newlabel{UI08.2}{{2.17}{50}{UI08.2 Pantalla de Préstamo interbibliotecario}{figure.2.17}{}} -\@writefile{toc}{\contentsline {subsubsection}{Salidas}{50}{section*.66}} -\@writefile{toc}{\contentsline {subsubsection}{Entradas}{50}{section*.67}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.8.4}IU8.1 Pantalla de Inicio}{48}{subsection.2.8.4}} +\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{48}{section*.60}} +\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{48}{section*.61}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.16}{\ignorespaces UI08.1 Pantalla de Inicio.}}{48}{figure.2.16}} +\newlabel{UI08.1}{{2.16}{48}{UI08.1 Pantalla de Inicio}{figure.2.16}{}} +\@writefile{toc}{\contentsline {subsubsection}{Salidas}{48}{section*.62}} +\@writefile{toc}{\contentsline {subsubsection}{Entradas}{48}{section*.63}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.8.5}IU8.2 Pantalla de pr\IeC {\'e}stamo interbibliotecario}{48}{subsection.2.8.5}} +\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{49}{section*.64}} +\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{49}{section*.65}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.17}{\ignorespaces UI08.2 Pantalla de Pr\IeC {\'e}stamo interbibliotecario.}}{49}{figure.2.17}} +\newlabel{UI08.2}{{2.17}{49}{UI08.2 Pantalla de Préstamo interbibliotecario}{figure.2.17}{}} +\@writefile{toc}{\contentsline {subsubsection}{Salidas}{49}{section*.66}} +\@writefile{toc}{\contentsline {subsubsection}{Entradas}{49}{section*.67}} \gdef \LT@ix {\LT@entry {1}{92.69913pt}\LT@entry {1}{364.9pt}} -\@writefile{toc}{\contentsline {section}{\numberline {2.9}CU09 Registrar Devoluci\IeC {\'o}n de libro}{51}{section.2.9}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.9.1}Descripci\IeC {\'o}n completa}{51}{subsection.2.9.1}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.9.2}Atributos importantes}{51}{subsection.2.9.2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.9.3}Trayectorias del Caso de Uso}{52}{subsection.2.9.3}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.9.4}IU01 Pantalla de Inicio}{54}{subsection.2.9.4}} -\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{54}{section*.68}} -\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{54}{section*.69}} -\@writefile{lof}{\contentsline {figure}{\numberline {2.18}{\ignorespaces UI0109 Pantalla de verificacion.}}{54}{figure.2.18}} -\newlabel{UI0109}{{2.18}{54}{UI0109 Pantalla de verificacion}{figure.2.18}{}} -\@writefile{toc}{\contentsline {subsubsection}{Salidas}{54}{section*.70}} -\@writefile{toc}{\contentsline {subsubsection}{Entradas}{54}{section*.71}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.9.5}IU02 Pantalla de Informacion}{54}{subsection.2.9.5}} -\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{54}{section*.72}} -\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{55}{section*.73}} -\@writefile{lof}{\contentsline {figure}{\numberline {2.19}{\ignorespaces UI0209 Pantalla de informacion.}}{55}{figure.2.19}} -\newlabel{UI0209}{{2.19}{55}{UI0209 Pantalla de informacion}{figure.2.19}{}} -\@writefile{toc}{\contentsline {subsubsection}{Salidas}{55}{section*.74}} -\@writefile{toc}{\contentsline {subsubsection}{Entradas}{55}{section*.75}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.9.6}IU03 Pantalla de Exito}{55}{subsection.2.9.6}} -\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{55}{section*.76}} -\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{55}{section*.77}} -\@writefile{lof}{\contentsline {figure}{\numberline {2.20}{\ignorespaces UI0309 Pantalla de Exito.}}{56}{figure.2.20}} -\newlabel{UI0309}{{2.20}{56}{UI0309 Pantalla de Exito}{figure.2.20}{}} -\@writefile{toc}{\contentsline {subsubsection}{Salidas}{56}{section*.78}} -\@writefile{toc}{\contentsline {subsubsection}{Entradas}{56}{section*.79}} +\@writefile{toc}{\contentsline {section}{\numberline {2.9}CU09 Registrar Devoluci\IeC {\'o}n de libro}{50}{section.2.9}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.9.1}Descripci\IeC {\'o}n completa}{50}{subsection.2.9.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.9.2}Atributos importantes}{50}{subsection.2.9.2}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.9.3}Trayectorias del Caso de Uso}{51}{subsection.2.9.3}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.9.4}IU01 Pantalla de Inicio}{53}{subsection.2.9.4}} +\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{53}{section*.68}} +\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{53}{section*.69}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.18}{\ignorespaces UI0109 Pantalla de verificacion.}}{53}{figure.2.18}} +\newlabel{UI0109}{{2.18}{53}{UI0109 Pantalla de verificacion}{figure.2.18}{}} +\@writefile{toc}{\contentsline {subsubsection}{Salidas}{53}{section*.70}} +\@writefile{toc}{\contentsline {subsubsection}{Entradas}{53}{section*.71}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.9.5}IU02 Pantalla de Informacion}{53}{subsection.2.9.5}} +\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{53}{section*.72}} +\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{54}{section*.73}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.19}{\ignorespaces UI0209 Pantalla de informacion.}}{54}{figure.2.19}} +\newlabel{UI0209}{{2.19}{54}{UI0209 Pantalla de informacion}{figure.2.19}{}} +\@writefile{toc}{\contentsline {subsubsection}{Salidas}{54}{section*.74}} +\@writefile{toc}{\contentsline {subsubsection}{Entradas}{54}{section*.75}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.9.6}IU03 Pantalla de Exito}{54}{subsection.2.9.6}} +\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{54}{section*.76}} +\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{54}{section*.77}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.20}{\ignorespaces UI0309 Pantalla de Exito.}}{55}{figure.2.20}} +\newlabel{UI0309}{{2.20}{55}{UI0309 Pantalla de Exito}{figure.2.20}{}} +\@writefile{toc}{\contentsline {subsubsection}{Salidas}{55}{section*.78}} +\@writefile{toc}{\contentsline {subsubsection}{Entradas}{55}{section*.79}} \gdef \LT@x {\LT@entry {1}{92.69913pt}\LT@entry {1}{364.9pt}} -\@writefile{toc}{\contentsline {section}{\numberline {2.10}CU10 Renovar pr\IeC {\'e}stamo de libro}{57}{section.2.10}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.10.1}Descripci\IeC {\'o}n completa}{57}{subsection.2.10.1}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.10.2}Atributos importantes}{57}{subsection.2.10.2}} +\@writefile{toc}{\contentsline {section}{\numberline {2.10}CU10 Renovar pr\IeC {\'e}stamo de libro}{56}{section.2.10}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.10.1}Descripci\IeC {\'o}n completa}{56}{subsection.2.10.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.10.2}Atributos importantes}{56}{subsection.2.10.2}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.10.3}Trayectorias del Caso de Uso}{57}{subsection.2.10.3}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.10.4}IU01 Pantalla de Inicio}{59}{subsection.2.10.4}} \@writefile{toc}{\contentsline {subsubsection}{Objetivo}{59}{section*.80}} @@ -294,86 +294,142 @@ \gdef \LT@xiii {\LT@entry {1}{92.69913pt}\LT@entry {1}{364.9pt}} -\@writefile{toc}{\contentsline {section}{\numberline {2.13}CU14 Generar Multas}{70}{section.2.13}} +\@writefile{toc}{\contentsline {section}{\numberline {2.13}CU13 Registrar Multas}{70}{section.2.13}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.13.1}Descripci\IeC {\'o}n completa}{70}{subsection.2.13.1}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.13.2}Atributos importantes}{70}{subsection.2.13.2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.13.3}Trayectorias del Caso de Uso}{70}{subsection.2.13.3}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.13.3}Trayectorias del Caso de Uso}{71}{subsection.2.13.3}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.13.4}IU13A Pantalla de Registro de Multa}{73}{subsection.2.13.4}} +\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{73}{section*.104}} +\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{73}{section*.105}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.26}{\ignorespaces IU13A RegistrarMulta}}{73}{figure.2.26}} +\newlabel{IU13A}{{2.26}{73}{IU13A RegistrarMulta}{figure.2.26}{}} +\@writefile{toc}{\contentsline {subsubsection}{Salidas}{73}{section*.106}} +\@writefile{toc}{\contentsline {subsubsection}{Entradas}{73}{section*.107}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.13.5}IU13B Pantalla de Confirmaci\IeC {\'o}n de multa}{75}{subsection.2.13.5}} +\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{75}{section*.108}} +\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{75}{section*.109}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.27}{\ignorespaces IU13B Confirmacion}}{75}{figure.2.27}} +\newlabel{IU13B}{{2.27}{75}{IU13B Confirmacion}{figure.2.27}{}} +\@writefile{toc}{\contentsline {subsubsection}{Salidas}{75}{section*.110}} +\@writefile{toc}{\contentsline {subsubsection}{Entradas}{75}{section*.111}} \gdef \LT@xiv {\LT@entry {1}{92.69913pt}\LT@entry {1}{364.9pt}} -\@writefile{toc}{\contentsline {section}{\numberline {2.14}CU15 Consultar inventario}{72}{section.2.14}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.14.1}Descripci\IeC {\'o}n completa}{72}{subsection.2.14.1}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.14.2}Atributos importantes}{72}{subsection.2.14.2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.14.3}Trayectorias del Caso de Uso}{73}{subsection.2.14.3}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.14.4}IU1501 Men\IeC {\'u} }{74}{subsection.2.14.4}} -\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{74}{section*.104}} -\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{74}{section*.105}} -\@writefile{lof}{\contentsline {figure}{\numberline {2.26}{\ignorespaces IU1501 Pantalla de Inicio.}}{74}{figure.2.26}} -\newlabel{IU1501}{{2.26}{74}{IU1501 Pantalla de Inicio}{figure.2.26}{}} -\@writefile{toc}{\contentsline {subsubsection}{Comandos}{74}{section*.106}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.14.5}IU1502 Consultar Inventario }{75}{subsection.2.14.5}} -\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{75}{section*.107}} -\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{75}{section*.108}} -\@writefile{lof}{\contentsline {figure}{\numberline {2.27}{\ignorespaces IU1502 Pantalla de Consultar inventario.}}{75}{figure.2.27}} -\newlabel{IU1502}{{2.27}{75}{IU1502 Pantalla de Consultar inventario}{figure.2.27}{}} -\@writefile{toc}{\contentsline {subsubsection}{Salidas}{75}{section*.109}} -\@writefile{toc}{\contentsline {subsubsection}{Entradas}{76}{section*.110}} -\@writefile{toc}{\contentsline {subsubsection}{Comandos}{76}{section*.111}} -\@writefile{toc}{\contentsline {subsubsection}{Mensajes}{76}{section*.112}} +\@writefile{toc}{\contentsline {section}{\numberline {2.14}CU14 Generar Multas}{76}{section.2.14}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.14.1}Descripci\IeC {\'o}n completa}{76}{subsection.2.14.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.14.2}Atributos importantes}{76}{subsection.2.14.2}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.14.3}Trayectorias del Caso de Uso}{76}{subsection.2.14.3}} \gdef \LT@xv {\LT@entry {1}{92.69913pt}\LT@entry {1}{364.9pt}} -\@writefile{toc}{\contentsline {section}{\numberline {2.15}CU16 Registrar empleado}{77}{section.2.15}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.15.1}Descripci\IeC {\'o}n completa}{77}{subsection.2.15.1}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.15.2}Atributos importantes}{77}{subsection.2.15.2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.15.3}Trayectorias del Caso de Uso}{77}{subsection.2.15.3}} -\newlabel{CU16RegistrarEmpleado}{{3}{78}{Mensajes}{Item.269}{}} -\newlabel{CU16ConectarBaseDatos}{{4}{78}{Mensajes}{Item.270}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.15.4}IU16 Pantalla de Registro de Empleados}{80}{subsection.2.15.4}} -\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{80}{section*.113}} -\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{80}{section*.114}} -\@writefile{lof}{\contentsline {figure}{\numberline {2.28}{\ignorespaces UI16.1 Pantalla de Registro de Empleado.}}{80}{figure.2.28}} -\newlabel{UI16.1}{{2.28}{80}{UI16.1 Pantalla de Registro de Empleado}{figure.2.28}{}} -\@writefile{toc}{\contentsline {subsubsection}{Comandos}{80}{section*.115}} -\@writefile{toc}{\contentsline {subsubsection}{Entradas}{80}{section*.116}} +\@writefile{toc}{\contentsline {section}{\numberline {2.15}CU15 Consultar inventario}{78}{section.2.15}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.15.1}Descripci\IeC {\'o}n completa}{78}{subsection.2.15.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.15.2}Atributos importantes}{78}{subsection.2.15.2}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.15.3}Trayectorias del Caso de Uso}{79}{subsection.2.15.3}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.15.4}IU1501 Men\IeC {\'u} }{80}{subsection.2.15.4}} +\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{80}{section*.112}} +\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{80}{section*.113}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.28}{\ignorespaces IU1501 Pantalla de Inicio.}}{80}{figure.2.28}} +\newlabel{IU1501}{{2.28}{80}{IU1501 Pantalla de Inicio}{figure.2.28}{}} +\@writefile{toc}{\contentsline {subsubsection}{Comandos}{80}{section*.114}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.15.5}IU1502 Consultar Inventario }{81}{subsection.2.15.5}} +\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{81}{section*.115}} +\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{81}{section*.116}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.29}{\ignorespaces IU1502 Pantalla de Consultar inventario.}}{81}{figure.2.29}} +\newlabel{IU1502}{{2.29}{81}{IU1502 Pantalla de Consultar inventario}{figure.2.29}{}} +\@writefile{toc}{\contentsline {subsubsection}{Salidas}{81}{section*.117}} +\@writefile{toc}{\contentsline {subsubsection}{Entradas}{82}{section*.118}} +\@writefile{toc}{\contentsline {subsubsection}{Comandos}{82}{section*.119}} +\@writefile{toc}{\contentsline {subsubsection}{Mensajes}{82}{section*.120}} \gdef \LT@xvi {\LT@entry {1}{92.69913pt}\LT@entry {1}{364.9pt}} -\@writefile{toc}{\contentsline {section}{\numberline {2.16}CU17 Crear nuevo rol}{82}{section.2.16}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.16.1}Descripci\IeC {\'o}n completa}{82}{subsection.2.16.1}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.16.2}Atributos importantes}{82}{subsection.2.16.2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.16.3}Trayectorias del Caso de Uso}{82}{subsection.2.16.3}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.16.4}IU17 Crear Rol}{84}{subsection.2.16.4}} -\@writefile{lof}{\contentsline {figure}{\numberline {2.29}{\ignorespaces IU17 Crear Rol}}{84}{figure.2.29}} -\newlabel{IU17}{{2.29}{84}{IU17 Crear Rol}{figure.2.29}{}} +\@writefile{toc}{\contentsline {section}{\numberline {2.16}CU16 Registrar empleado}{83}{section.2.16}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.16.1}Descripci\IeC {\'o}n completa}{83}{subsection.2.16.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.16.2}Atributos importantes}{83}{subsection.2.16.2}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.16.3}Trayectorias del Caso de Uso}{83}{subsection.2.16.3}} +\newlabel{CU16RegistrarEmpleado}{{3}{84}{Mensajes}{Item.282}{}} +\newlabel{CU16ConectarBaseDatos}{{4}{84}{Mensajes}{Item.283}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.16.4}IU16 Pantalla de Registro de Empleados}{86}{subsection.2.16.4}} +\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{86}{section*.121}} +\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{86}{section*.122}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.30}{\ignorespaces UI16.1 Pantalla de Registro de Empleado.}}{86}{figure.2.30}} +\newlabel{UI16.1}{{2.30}{86}{UI16.1 Pantalla de Registro de Empleado}{figure.2.30}{}} +\@writefile{toc}{\contentsline {subsubsection}{Comandos}{86}{section*.123}} +\@writefile{toc}{\contentsline {subsubsection}{Entradas}{86}{section*.124}} \gdef \LT@xvii {\LT@entry {1}{92.69913pt}\LT@entry {1}{364.9pt}} -\@writefile{toc}{\contentsline {section}{\numberline {2.17}CU18 Consultar rol}{85}{section.2.17}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.17.1}Descripci\IeC {\'o}n completa}{85}{subsection.2.17.1}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.17.2}Atributos importantes}{85}{subsection.2.17.2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.17.3}Trayectorias del Caso de Uso}{85}{subsection.2.17.3}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.17.4}IU18 Consultar Rol}{86}{subsection.2.17.4}} -\@writefile{lof}{\contentsline {figure}{\numberline {2.30}{\ignorespaces IU18 Consultar Rol}}{86}{figure.2.30}} -\newlabel{IU18}{{2.30}{86}{IU18 Consultar Rol}{figure.2.30}{}} +\@writefile{toc}{\contentsline {section}{\numberline {2.17}CU17 Crear nuevo rol}{88}{section.2.17}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.17.1}Descripci\IeC {\'o}n completa}{88}{subsection.2.17.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.17.2}Atributos importantes}{88}{subsection.2.17.2}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.17.3}Trayectorias del Caso de Uso}{88}{subsection.2.17.3}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.17.4}IU17 Crear Rol}{90}{subsection.2.17.4}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.31}{\ignorespaces IU17 Crear Rol}}{90}{figure.2.31}} +\newlabel{IU17}{{2.31}{90}{IU17 Crear Rol}{figure.2.31}{}} \gdef \LT@xviii {\LT@entry {1}{92.69913pt}\LT@entry {1}{364.9pt}} -\@writefile{toc}{\contentsline {section}{\numberline {2.18}CU19 Modificar rol}{87}{section.2.18}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.18.1}Descripci\IeC {\'o}n completa}{87}{subsection.2.18.1}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.18.2}Atributos importantes}{87}{subsection.2.18.2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.18.3}Trayectorias del Caso de Uso}{87}{subsection.2.18.3}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.18.4}IU19 Modificar rol}{88}{subsection.2.18.4}} -\@writefile{lof}{\contentsline {figure}{\numberline {2.31}{\ignorespaces IU19 Modificar rol}}{88}{figure.2.31}} -\newlabel{IU19}{{2.31}{88}{IU19 Modificar rol}{figure.2.31}{}} +\@writefile{toc}{\contentsline {section}{\numberline {2.18}CU18 Consultar rol}{91}{section.2.18}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.18.1}Descripci\IeC {\'o}n completa}{91}{subsection.2.18.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.18.2}Atributos importantes}{91}{subsection.2.18.2}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.18.3}Trayectorias del Caso de Uso}{91}{subsection.2.18.3}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.18.4}IU18 Consultar Rol}{92}{subsection.2.18.4}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.32}{\ignorespaces IU18 Consultar Rol}}{92}{figure.2.32}} +\newlabel{IU18}{{2.32}{92}{IU18 Consultar Rol}{figure.2.32}{}} \gdef \LT@xix {\LT@entry {1}{92.69913pt}\LT@entry {1}{364.9pt}} -\@writefile{toc}{\contentsline {section}{\numberline {2.19}CU20 Eliminar rol}{89}{section.2.19}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.19.1}Descripci\IeC {\'o}n completa}{89}{subsection.2.19.1}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.19.2}Atributos importantes}{89}{subsection.2.19.2}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.19.3}Trayectorias del Caso de Uso}{89}{subsection.2.19.3}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.19.4}IU20 Eliminar Rol}{90}{subsection.2.19.4}} -\@writefile{lof}{\contentsline {figure}{\numberline {2.32}{\ignorespaces IU01 Pantalla principal}}{90}{figure.2.32}} -\newlabel{IU01}{{2.32}{90}{IU01 Pantalla principal}{figure.2.32}{}} -\@writefile{toc}{\contentsline {section}{\numberline {2.20}Catalogo de Mensajes}{91}{section.2.20}} +\@writefile{toc}{\contentsline {section}{\numberline {2.19}CU19 Modificar rol}{93}{section.2.19}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.19.1}Descripci\IeC {\'o}n completa}{93}{subsection.2.19.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.19.2}Atributos importantes}{93}{subsection.2.19.2}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.19.3}Trayectorias del Caso de Uso}{93}{subsection.2.19.3}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.19.4}IU19 Modificar rol}{94}{subsection.2.19.4}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.33}{\ignorespaces IU19 Modificar rol}}{94}{figure.2.33}} +\newlabel{IU19}{{2.33}{94}{IU19 Modificar rol}{figure.2.33}{}} +\gdef \LT@xx {\LT@entry + {1}{92.69913pt}\LT@entry + {1}{364.9pt}} +\@writefile{toc}{\contentsline {section}{\numberline {2.20}CU20 Eliminar rol}{95}{section.2.20}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.20.1}Descripci\IeC {\'o}n completa}{95}{subsection.2.20.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.20.2}Atributos importantes}{95}{subsection.2.20.2}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.20.3}Trayectorias del Caso de Uso}{95}{subsection.2.20.3}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.20.4}IU20 Eliminar Rol}{96}{subsection.2.20.4}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.34}{\ignorespaces IU01 Pantalla principal}}{96}{figure.2.34}} +\newlabel{IU01}{{2.34}{96}{IU01 Pantalla principal}{figure.2.34}{}} +\gdef \LT@xxi {\LT@entry + {1}{92.69913pt}\LT@entry + {1}{364.9pt}} +\@writefile{toc}{\contentsline {section}{\numberline {2.21}CU21 Pedir libro a biblioteca}{97}{section.2.21}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.21.1}Descripci\IeC {\'o}n completa}{97}{subsection.2.21.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.21.2}Atributos importantes}{97}{subsection.2.21.2}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.21.3}Trayectorias del Caso de Uso}{97}{subsection.2.21.3}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.21.4}IU21.1 Pedir libro a biblioteca b\IeC {\'u}squeda}{99}{subsection.2.21.4}} +\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{99}{section*.125}} +\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{99}{section*.126}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.35}{\ignorespaces UI21.1 Pedir libro a biblioteca b\IeC {\'u}squeda.}}{99}{figure.2.35}} +\newlabel{UI21.1}{{2.35}{99}{UI21.1 Pedir libro a biblioteca búsqueda}{figure.2.35}{}} +\@writefile{toc}{\contentsline {subsubsection}{Salidas}{99}{section*.127}} +\@writefile{toc}{\contentsline {subsubsection}{Entradas}{99}{section*.128}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.21.5}IU21.2 Pedir libro a biblioteca consulta}{100}{subsection.2.21.5}} +\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{100}{section*.129}} +\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{100}{section*.130}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.36}{\ignorespaces UI21.2 Pedir libro a biblioteca consulta.}}{100}{figure.2.36}} +\newlabel{UI21.2}{{2.36}{100}{UI21.2 Pedir libro a biblioteca consulta}{figure.2.36}{}} +\@writefile{toc}{\contentsline {subsubsection}{Salidas}{100}{section*.131}} +\@writefile{toc}{\contentsline {subsubsection}{Entradas}{100}{section*.132}} +\gdef \LT@xxii {\LT@entry + {1}{92.69913pt}\LT@entry + {1}{364.9pt}} +\@writefile{toc}{\contentsline {section}{\numberline {2.22}CU22 Prestar libro a biblioteca}{101}{section.2.22}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.22.1}Descripci\IeC {\'o}n completa}{101}{subsection.2.22.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.22.2}Atributos importantes}{101}{subsection.2.22.2}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.22.3}Trayectorias del Caso de Uso}{101}{subsection.2.22.3}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.22.4}IU22.1 Prestar libro a biblioteca}{103}{subsection.2.22.4}} +\@writefile{toc}{\contentsline {subsubsection}{Objetivo}{103}{section*.133}} +\@writefile{toc}{\contentsline {subsubsection}{Dise\IeC {\~n}o}{103}{section*.134}} +\@writefile{lof}{\contentsline {figure}{\numberline {2.37}{\ignorespaces UI22.1 Pantalla de Inicio.}}{103}{figure.2.37}} +\newlabel{UI22.1}{{2.37}{103}{UI22.1 Pantalla de Inicio}{figure.2.37}{}} +\@writefile{toc}{\contentsline {subsubsection}{Salidas}{103}{section*.135}} +\@writefile{toc}{\contentsline {subsubsection}{Entradas}{103}{section*.136}} +\@writefile{toc}{\contentsline {section}{\numberline {2.23}Catalogo de Mensajes}{104}{section.2.23}} diff --git a/BibliotecaLatex/index.log b/BibliotecaLatex/index.log index f548a82..94772bd 100644 --- a/BibliotecaLatex/index.log +++ b/BibliotecaLatex/index.log @@ -1,14 +1,12 @@ -This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) (preloaded format=pdflatex 2017.3.21) 28 MAR 2017 02:52 +This is pdfTeX, Version 3.14159265-2.6-1.40.17 (MiKTeX 2.9.6210 64-bit) (preloaded format=pdflatex 2017.3.21) 6 APR 2017 21:22 entering extended mode - restricted \write18 enabled. - %&-line parsing enabled. -**index.tex -(./index.tex -LaTeX2e <2016/02/01> -Babel <3.9q> and hyphenation patterns for 81 language(s) loaded. -(/usr/share/texlive/texmf-dist/tex/latex/base/book.cls +**./index.tex +(index.tex +LaTeX2e <2017/01/01> patch level 1 +Babel <3.9r> and hyphenation patterns for 75 language(s) loaded. +("C:\Program Files\MiKTeX 2.9\tex\latex\base\book.cls" Document Class: book 2014/09/29 v1.4h Standard LaTeX document class -(/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo +("C:\Program Files\MiKTeX 2.9\tex\latex\base\bk10.clo" File: bk10.clo 2014/09/29 v1.4h Standard LaTeX file (size option) ) \c@part=\count79 @@ -23,24 +21,24 @@ File: bk10.clo 2014/09/29 v1.4h Standard LaTeX file (size option) \abovecaptionskip=\skip41 \belowcaptionskip=\skip42 \bibindent=\dimen102 -) (./cdtBook.sty +) (cdtBook.sty Package: cdtBook 2010/05/30, v1.0 CDT-ESCOM-IPN Plantilla para reportes de la C oordinación -(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\base\inputenc.sty" Package: inputenc 2015/03/17 v1.2c Input encoding file \inpenc@prehook=\toks14 \inpenc@posthook=\toks15 -(/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def -File: utf8.def 2015/12/03 v1.1r UTF-8 support for inputenc +("C:\Program Files\MiKTeX 2.9\tex\latex\base\utf8.def" +File: utf8.def 2016/02/28 v1.1s UTF-8 support for inputenc Now handling font encoding OML ... ... no UTF-8 mapping file for font encoding OML Now handling font encoding T1 ... ... processing UTF-8 mapping file for font encoding T1 -(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu -File: t1enc.dfu 2015/12/03 v1.1r UTF-8 support for inputenc +("C:\Program Files\MiKTeX 2.9\tex\latex\base\t1enc.dfu" +File: t1enc.dfu 2016/02/28 v1.1s UTF-8 support for inputenc defining Unicode char U+00A0 (decimal 160) defining Unicode char U+00A1 (decimal 161) defining Unicode char U+00A3 (decimal 163) @@ -252,11 +250,15 @@ File: t1enc.dfu 2015/12/03 v1.1r UTF-8 support for inputenc defining Unicode char U+0219 (decimal 537) defining Unicode char U+021A (decimal 538) defining Unicode char U+021B (decimal 539) - defining Unicode char U+01E02 (decimal 7682) - defining Unicode char U+01E03 (decimal 7683) + defining Unicode char U+1E02 (decimal 7682) + defining Unicode char U+1E03 (decimal 7683) defining Unicode char U+200C (decimal 8204) + defining Unicode char U+2010 (decimal 8208) + defining Unicode char U+2011 (decimal 8209) + defining Unicode char U+2012 (decimal 8210) defining Unicode char U+2013 (decimal 8211) defining Unicode char U+2014 (decimal 8212) + defining Unicode char U+2015 (decimal 8213) defining Unicode char U+2018 (decimal 8216) defining Unicode char U+2019 (decimal 8217) defining Unicode char U+201A (decimal 8218) @@ -272,8 +274,8 @@ File: t1enc.dfu 2015/12/03 v1.1r UTF-8 support for inputenc Now handling font encoding OT1 ... ... processing UTF-8 mapping file for font encoding OT1 -(/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu -File: ot1enc.dfu 2015/12/03 v1.1r UTF-8 support for inputenc +("C:\Program Files\MiKTeX 2.9\tex\latex\base\ot1enc.dfu" +File: ot1enc.dfu 2016/02/28 v1.1s UTF-8 support for inputenc defining Unicode char U+00A0 (decimal 160) defining Unicode char U+00A1 (decimal 161) defining Unicode char U+00A3 (decimal 163) @@ -313,8 +315,8 @@ File: ot1enc.dfu 2015/12/03 v1.1r UTF-8 support for inputenc Now handling font encoding OMS ... ... processing UTF-8 mapping file for font encoding OMS -(/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu -File: omsenc.dfu 2015/12/03 v1.1r UTF-8 support for inputenc +("C:\Program Files\MiKTeX 2.9\tex\latex\base\omsenc.dfu" +File: omsenc.dfu 2016/02/28 v1.1s UTF-8 support for inputenc defining Unicode char U+00A7 (decimal 167) defining Unicode char U+00B6 (decimal 182) defining Unicode char U+00B7 (decimal 183) @@ -337,25 +339,32 @@ Now handling font encoding U ... defining Unicode char U+2122 (decimal 8482) defining Unicode char U+2423 (decimal 9251) )) -(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty -Package: babel 2016/02/24 3.9q The Babel package - -(/usr/share/texlive/texmf-dist/tex/generic/babel-spanish/spanish.ldf -Language: spanish.ldf 2016/01/15 v5.0o Spanish support from the babel system +("C:\Program Files\MiKTeX 2.9\tex\generic\babel\babel.sty" +Package: babel 2016/04/23 3.9r The Babel package + +************************************* +* Local config file bblopts.cfg used +* +("C:\Program Files\MiKTeX 2.9\tex\latex\arabi\bblopts.cfg" +File: bblopts.cfg 2005/09/08 v0.1 add Arabic and Farsi to "declared" options of + babel +) +("C:\Program Files\MiKTeX 2.9\tex\latex\babel-spanish\spanish.ldf" +Language: spanish.ldf 2016/03/03 v5.0p Spanish support from the babel system -(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def -File: babel.def 2016/02/24 3.9q Babel common definitions +("C:\Program Files\MiKTeX 2.9\tex\generic\babel\babel.def" +File: babel.def 2016/04/23 3.9r Babel common definitions \babel@savecnt=\count88 \U@D=\dimen103 ) \es@quottoks=\toks16 \es@quotdepth=\count89 -Package babel Info: Making " an active character on input line 533. -Package babel Info: Making . an active character on input line 634. -Package babel Info: Making < an active character on input line 679. -Package babel Info: Making > an active character on input line 679. +Package babel Info: Making " an active character on input line 561. +Package babel Info: Making . an active character on input line 662. +Package babel Info: Making < an active character on input line 707. +Package babel Info: Making > an active character on input line 707. )) -(/usr/share/texlive/texmf-dist/tex/latex/cmbright/cmbright.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\cmbright\cmbright.sty" Package: cmbright 2005/04/13 v8.1 (WaS) LaTeX Font Info: Redeclaring symbol font `operators' on input line 29. LaTeX Font Info: Overwriting symbol font `operators' in version `normal' @@ -423,59 +432,59 @@ LaTeX Info: Redefining \LaTeXe on input line 139. LaTeX Font Info: Try loading font information for OT1+cmbr on input line 144 . -(/usr/share/texlive/texmf-dist/tex/latex/cmbright/ot1cmbr.fd +("C:\Program Files\MiKTeX 2.9\tex\latex\cmbright\ot1cmbr.fd" File: ot1cmbr.fd 2005/04/13 v8.1 (WaS) )) -(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\graphicx.sty" Package: graphicx 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR) -(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\keyval.sty" Package: keyval 2014/10/28 v1.15 key=value parser (DPC) \KV@toks@=\toks17 ) -(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -Package: graphics 2016/01/03 v1.0q Standard LaTeX Graphics (DPC,SPQR) +("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\graphics.sty" +Package: graphics 2016/10/09 v1.0u Standard LaTeX Graphics (DPC,SPQR) -(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\trig.sty" Package: trig 2016/01/03 v1.10 sin cos tan (DPC) ) -(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg -File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live +("C:\Program Files\MiKTeX 2.9\tex\latex\graphics-cfg\graphics.cfg" +File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration ) -Package graphics Info: Driver file: pdftex.def on input line 95. +Package graphics Info: Driver file: pdftex.def on input line 99. -(/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def -File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX +("C:\Program Files\MiKTeX 2.9\tex\latex\graphics-def\pdftex.def" +File: pdftex.def 2017/01/12 v0.06k Graphics/color for pdfTeX -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty -Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO) +("C:\Program Files\MiKTeX 2.9\tex\generic\oberdiek\infwarerr.sty" +Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO) ) -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty -Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO) +("C:\Program Files\MiKTeX 2.9\tex\generic\oberdiek\ltxcmds.sty" +Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (HO) ) \Gread@gobject=\count90 )) \Gin@req@height=\dimen104 \Gin@req@width=\dimen105 ) -(/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -Package: color 2016/01/03 v1.1b Standard LaTeX Color (DPC) +("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\color.sty" +Package: color 2016/07/10 v1.1e Standard LaTeX Color (DPC) -(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg -File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive +("C:\Program Files\MiKTeX 2.9\tex\latex\graphics-cfg\color.cfg" +File: color.cfg 2016/01/02 v1.6 sample color configuration ) -Package color Info: Driver file: pdftex.def on input line 143. +Package color Info: Driver file: pdftex.def on input line 147. -(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def -File: dvipsnam.def 2015/12/30 v3.0k Driver-dependent file (DPC,SPQR) +("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\dvipsnam.def" +File: dvipsnam.def 2016/06/17 v3.0m Driver-dependent file (DPC,SPQR) )) -(/usr/share/texlive/texmf-dist/tex/latex/wallpaper/wallpaper.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\wallpaper\wallpaper.sty" Package: wallpaper 2005/01/18, v1.01 easy wallpaper formatting (MHFW) -(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\base\ifthen.sty" Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) ) -(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\tools\calc.sty" Package: calc 2014/10/28 v4.3 Infix arithmetic (KKT,FJ) \calc@Acount=\count91 \calc@Bcount=\count92 @@ -488,15 +497,14 @@ LaTeX Info: Redefining \addtolength on input line 81. \calc@Ccount=\count93 \calc@Cskip=\skip45 ) -(/usr/share/texlive/texmf-dist/tex/latex/eso-pic/eso-pic.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\eso-pic\eso-pic.sty" Package: eso-pic 2015/07/21 v2.0g eso-pic (RN) -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/atbegshi.sty -Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO) +("C:\Program Files\MiKTeX 2.9\tex\generic\oberdiek\atbegshi.sty" +Package: atbegshi 2016/06/09 v1.18 At begin shipout hook (HO) -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty -Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO) -Package ifpdf Info: pdfTeX in PDF mode is detected. +("C:\Program Files\MiKTeX 2.9\tex\generic\oberdiek\ifpdf.sty" +Package: ifpdf 2016/05/14 v3.1 Provides the ifpdf switch ))) \wpXoffset=\skip46 \wpYoffset=\skip47 @@ -507,7 +515,8 @@ Package ifpdf Info: pdfTeX in PDF mode is detected. \tileX=\skip52 \tileY=\skip53 ) -(/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\fancyhdr\fancyhdr.sty" +Package: fancyhdr 2016/09/06 3.8 Extensive control of page headers and footers \fancy@headwidth=\skip54 \f@ncyO@elh=\skip55 \f@ncyO@erh=\skip56 @@ -518,14 +527,14 @@ Package ifpdf Info: pdfTeX in PDF mode is detected. \f@ncyO@olf=\skip61 \f@ncyO@orf=\skip62 ) -(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\geometry\geometry.sty" Package: geometry 2010/09/12 v5.6 Page Geometry -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty -Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO) +("C:\Program Files\MiKTeX 2.9\tex\generic\oberdiek\ifvtex.sty" +Package: ifvtex 2016/05/16 v1.6 Detect VTeX and its facilities (HO) Package ifvtex Info: VTeX not detected. ) -(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty +("C:\Program Files\MiKTeX 2.9\tex\generic\ifxetex\ifxetex.sty" Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional ) \Gm@cnth=\count94 @@ -540,8 +549,9 @@ Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional \Gm@layouthoffset=\dimen114 \Gm@layoutvoffset=\dimen115 \Gm@dimlist=\toks18 -) -(/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty + +("C:\Program Files\MiKTeX 2.9\tex\latex\geometry\geometry.cfg")) +("C:\Program Files\MiKTeX 2.9\tex\latex\fncychap\fncychap.sty" Package: fncychap 2007/07/30 v1.34 LaTeX package (Revised chapters) \RW=\skip63 \mylen=\skip64 @@ -551,7 +561,7 @@ Package: fncychap 2007/07/30 v1.34 LaTeX package (Revised chapters) \pyy=\skip68 \pxx=\skip69 ) -(/usr/share/texlive/texmf-dist/tex/latex/marvosym/marvosym.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\marvosym\marvosym.sty" Package: marvosym 2011/07/20 v2.2 Martin Vogel's Symbols font definitions ) @@ -570,8 +580,8 @@ less on input line 39. Package Fancyhdr Warning: \fancyfoot's `E' option without twoside option is use less on input line 40. -) (./usecases.sty (./requerimientos.sty -(/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty +) (usecases.sty (requerimientos.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\tools\longtable.sty" Package: longtable 2014/10/28 v4.11 Multi-page Table package (DPC) \LTleft=\skip70 \LTright=\skip71 @@ -589,101 +599,101 @@ Package: longtable 2014/10/28 v4.11 Multi-page Table package (DPC) \c@LT@chunks=\count101 \LT@p@ftn=\toks19 ) -(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX +("C:\Program Files\MiKTeX 2.9\tex\latex\hyperref\hyperref.sty" +Package: hyperref 2016/06/24 v6.83q Hypertext links for LaTeX -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty -Package: hobsub-hyperref 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO) +("C:\Program Files\MiKTeX 2.9\tex\generic\oberdiek\hobsub-hyperref.sty" +Package: hobsub-hyperref 2016/05/16 v1.14 Bundle oberdiek, subset hyperref (HO) -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty -Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO) -Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO) +("C:\Program Files\MiKTeX 2.9\tex\generic\oberdiek\hobsub-generic.sty" +Package: hobsub-generic 2016/05/16 v1.14 Bundle oberdiek, subset generic (HO) +Package: hobsub 2016/05/16 v1.14 Construct package bundles (HO) Package hobsub Info: Skipping package `infwarerr' (already loaded). Package hobsub Info: Skipping package `ltxcmds' (already loaded). -Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO) +Package: ifluatex 2016/05/16 v1.4 Provides the ifluatex switch (HO) Package ifluatex Info: LuaTeX not detected. Package hobsub Info: Skipping package `ifvtex' (already loaded). -Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO) +Package: intcalc 2016/05/16 v1.2 Expandable calculations with integers (HO) Package hobsub Info: Skipping package `ifpdf' (already loaded). -Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO) +Package: etexcmds 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO) Package etexcmds Info: Could not find \expanded. (etexcmds) That can mean that you are not using pdfTeX 1.50 or (etexcmds) that some package has redefined \expanded. (etexcmds) In the latter case, load this package earlier. -Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO) -Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO) -Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO +Package: kvsetkeys 2016/05/16 v1.17 Key value parser (HO) +Package: kvdefinekeys 2016/05/16 v1.4 Define keys (HO) +Package: pdftexcmds 2016/05/21 v0.22 Utility functions of pdfTeX for LuaTeX (HO ) Package pdftexcmds Info: LuaTeX not detected. Package pdftexcmds Info: \pdf@primitive is available. Package pdftexcmds Info: \pdf@ifprimitive is available. Package pdftexcmds Info: \pdfdraftmode found. -Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO) -Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO +Package: pdfescape 2016/05/16 v1.14 Implements pdfTeX's escape features (HO) +Package: bigintcalc 2016/05/16 v1.4 Expandable calculations on big integers (HO ) -Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO) -Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO) +Package: bitset 2016/05/16 v1.2 Handle bit-vector datatype (HO) +Package: uniquecounter 2016/05/16 v1.3 Provide unlimited unique counter (HO) ) Package hobsub Info: Skipping package `hobsub' (already loaded). -Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO) -Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO) -Package: xcolor-patch 2011/01/30 xcolor patch -Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO) +Package: letltxmacro 2016/05/16 v1.5 Let assignment for LaTeX macros (HO) +Package: hopatch 2016/05/16 v1.3 Wrapper for package hooks (HO) +Package: xcolor-patch 2016/05/16 xcolor patch +Package: atveryend 2016/05/16 v1.9 Hooks at the very end of document (HO) Package atveryend Info: \enddocument detected (standard20110627). Package hobsub Info: Skipping package `atbegshi' (already loaded). -Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO) -Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO) +Package: refcount 2016/05/16 v3.5 Data extraction from label references (HO) +Package: hycolor 2016/05/16 v1.8 Color options for hyperref/bookmark (HO) ) -(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty -Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO) +("C:\Program Files\MiKTeX 2.9\tex\latex\oberdiek\auxhook.sty" +Package: auxhook 2016/05/16 v1.4 Hooks for auxiliary files (HO) ) -(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty -Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO) +("C:\Program Files\MiKTeX 2.9\tex\latex\oberdiek\kvoptions.sty" +Package: kvoptions 2016/05/16 v3.12 Key value format for package options (HO) ) \@linkdim=\dimen117 \Hy@linkcounter=\count102 \Hy@pagecounter=\count103 -(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def -File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO) +("C:\Program Files\MiKTeX 2.9\tex\latex\hyperref\pd1enc.def" +File: pd1enc.def 2016/06/24 v6.83q Hyperref: PDFDocEncoding definition (HO) Now handling font encoding PD1 ... ... no UTF-8 mapping file for font encoding PD1 ) \Hy@SavedSpaceFactor=\count104 -(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg +("C:\Program Files\MiKTeX 2.9\tex\latex\00miktex\hyperref.cfg" File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive ) -Package hyperref Info: Option `bookmarks' set `true' on input line 4319. -Package hyperref Info: Option `colorlinks' set `true' on input line 4319. -Package hyperref Info: Hyper figures OFF on input line 4443. -Package hyperref Info: Link nesting OFF on input line 4448. -Package hyperref Info: Hyper index ON on input line 4451. -Package hyperref Info: Plain pages OFF on input line 4458. -Package hyperref Info: Backreferencing OFF on input line 4463. +Package hyperref Info: Option `bookmarks' set `true' on input line 4362. +Package hyperref Info: Option `colorlinks' set `true' on input line 4362. +Package hyperref Info: Hyper figures OFF on input line 4486. +Package hyperref Info: Link nesting OFF on input line 4491. +Package hyperref Info: Hyper index ON on input line 4494. +Package hyperref Info: Plain pages OFF on input line 4501. +Package hyperref Info: Backreferencing OFF on input line 4506. Package hyperref Info: Implicit mode ON; LaTeX internals redefined. -Package hyperref Info: Bookmarks ON on input line 4688. +Package hyperref Info: Bookmarks ON on input line 4735. \c@Hy@tempcnt=\count105 -(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\url\url.sty" \Urlmuskip=\muskip10 Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. ) -LaTeX Info: Redefining \url on input line 5041. +LaTeX Info: Redefining \url on input line 5088. \XeTeXLinkMargin=\dimen118 \Fld@menulength=\count106 \Field@Width=\dimen119 \Fld@charsize=\dimen120 -Package hyperref Info: Hyper figures OFF on input line 6295. -Package hyperref Info: Link nesting OFF on input line 6300. -Package hyperref Info: Hyper index ON on input line 6303. -Package hyperref Info: backreferencing OFF on input line 6310. -Package hyperref Info: Link coloring ON on input line 6313. -Package hyperref Info: Link coloring with OCG OFF on input line 6320. -Package hyperref Info: PDF/A mode OFF on input line 6325. -LaTeX Info: Redefining \ref on input line 6365. -LaTeX Info: Redefining \pageref on input line 6369. +Package hyperref Info: Hyper figures OFF on input line 6342. +Package hyperref Info: Link nesting OFF on input line 6347. +Package hyperref Info: Hyper index ON on input line 6350. +Package hyperref Info: backreferencing OFF on input line 6357. +Package hyperref Info: Link coloring ON on input line 6360. +Package hyperref Info: Link coloring with OCG OFF on input line 6367. +Package hyperref Info: PDF/A mode OFF on input line 6372. +LaTeX Info: Redefining \ref on input line 6412. +LaTeX Info: Redefining \pageref on input line 6416. \Hy@abspage=\count107 \c@Item=\count108 \c@Hfootnote=\count109 @@ -691,22 +701,22 @@ LaTeX Info: Redefining \pageref on input line 6369. Package hyperref Message: Driver: hpdftex. -(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def -File: hpdftex.def 2012/11/06 v6.83m Hyperref driver for pdfTeX +("C:\Program Files\MiKTeX 2.9\tex\latex\hyperref\hpdftex.def" +File: hpdftex.def 2016/06/24 v6.83q Hyperref driver for pdfTeX \Fld@listcount=\count110 \c@bookmark@seq@number=\count111 -(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty -Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO) +("C:\Program Files\MiKTeX 2.9\tex\latex\oberdiek\rerunfilecheck.sty" +Package: rerunfilecheck 2016/05/16 v1.8 Rerun checks for auxiliary files (HO) Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2 82. ) \Hy@SectionHShift=\skip74 ) -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\amsfonts\amssymb.sty" Package: amssymb 2013/01/14 v3.01 AMS font symbols -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\amsfonts\amsfonts.sty" Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support \@emptytoks=\toks20 \symAMSa=\mathgroup4 @@ -714,11 +724,11 @@ Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' (Font) U/euf/m/n --> U/euf/b/n on input line 106. )) -(/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\colortbl\colortbl.sty" Package: colortbl 2012/02/13 v1.0a Color table columns (DPC) -(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty -Package: array 2014/10/28 v2.4c Tabular extension package (FMi) +("C:\Program Files\MiKTeX 2.9\tex\latex\tools\array.sty" +Package: array 2016/10/06 v2.4d Tabular extension package (FMi) \col@sep=\dimen121 \extrarowheight=\dimen122 \NC@list=\toks21 @@ -728,38 +738,42 @@ Package: array 2014/10/28 v2.4c Tabular extension package (FMi) \everycr=\toks22 \minrowclearance=\skip77 ) -(/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\multirow\multirow.sty" +Package: multirow 2016/11/25 v2.2 Span multiple rows of a table +\multirow@colwidth=\skip78 +\multirow@cntb=\count112 +\multirow@dima=\skip79 \bigstrutjot=\dimen123 )) -(/usr/share/texlive/texmf-dist/tex/latex/chapterfolder/chapterfolder.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\chapterfolder\chapterfolder.sty" Package: chapterfolder 2005/11/24 v2.0 Package for dealing with folder -\c@@cf@currentpos=\count112 +\c@@cf@currentpos=\count113 ) -(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty -\lst@mode=\count113 +("C:\Program Files\MiKTeX 2.9\tex\latex\listings\listings.sty" +\lst@mode=\count114 \lst@gtempboxa=\box30 \lst@token=\toks23 -\lst@length=\count114 +\lst@length=\count115 \lst@currlwidth=\dimen124 -\lst@column=\count115 -\lst@pos=\count116 +\lst@column=\count116 +\lst@pos=\count117 \lst@lostspace=\dimen125 \lst@width=\dimen126 -\lst@newlines=\count117 -\lst@lineno=\count118 +\lst@newlines=\count118 +\lst@lineno=\count119 \lst@maxwidth=\dimen127 -(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty +("C:\Program Files\MiKTeX 2.9\tex\latex\listings\lstmisc.sty" File: lstmisc.sty 2015/06/04 1.6 (Carsten Heinz) -\c@lstnumber=\count119 -\lst@skipnumbers=\count120 +\c@lstnumber=\count120 +\lst@skipnumbers=\count121 \lst@framebox=\box31 ) -(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg +("C:\Program Files\MiKTeX 2.9\tex\latex\listings\listings.cfg" File: listings.cfg 2015/06/04 1.6 listings configuration )) Package: listings 2015/06/04 1.6 (Carsten Heinz) -) (./index.aux +) (index.aux LaTeX Info: Redefining \. on input line 23. LaTeX Info: Redefining \% on input line 23. @@ -803,34 +817,32 @@ LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 15. LaTeX Font Info: ... okay on input line 15. LaTeX Info: Redefining \. on input line 15. LaTeX Info: Redefining \% on input line 15. - (/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii + ("C:\Program Files\MiKTeX 2.9\tex\context\base\supp-pdf.mkii" [Loading MPS to PDF converter (version 2006.09.02).] -\scratchcounter=\count121 +\scratchcounter=\count122 \scratchdimen=\dimen128 \scratchbox=\box32 -\nofMPsegments=\count122 -\nofMParguments=\count123 +\nofMPsegments=\count123 +\nofMParguments=\count124 \everyMPshowfont=\toks24 -\MPscratchCnt=\count124 +\MPscratchCnt=\count125 \MPscratchDim=\dimen129 -\MPnumerator=\count125 -\makeMPintoPDFobject=\count126 +\MPnumerator=\count126 +\makeMPintoPDFobject=\count127 \everyMPtoPDFconversion=\toks25 -) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty -Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf +) ("C:\Program Files\MiKTeX 2.9\tex\latex\oberdiek\epstopdf-base.sty" +Package: epstopdf-base 2016/05/15 v2.6 Base part for package epstopdf -(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty -Package: grfext 2010/08/19 v1.1 Manage graphics extensions (HO) +("C:\Program Files\MiKTeX 2.9\tex\latex\oberdiek\grfext.sty" +Package: grfext 2016/05/16 v1.2 Manage graphics extensions (HO) ) +Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 +38. Package grfext Info: Graphics extension search list: (grfext) [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE G,.JBIG2,.JB2,.eps] -(grfext) \AppendGraphicsExtensions on input line 452. - -(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv -e -)) +(grfext) \AppendGraphicsExtensions on input line 456. +) \AtBeginShipoutBox=\box33 *geometry* driver: auto-detecting @@ -868,33 +880,33 @@ e * (1in=72.27pt=25.4mm, 1cm=28.453pt) Package hyperref Info: Link coloring ON on input line 15. -(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty -Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section +("C:\Program Files\MiKTeX 2.9\tex\latex\hyperref\nameref.sty" +Package: nameref 2016/05/21 v2.44 Cross-referencing by name of section -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty -Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO) +("C:\Program Files\MiKTeX 2.9\tex\generic\oberdiek\gettitlestring.sty" +Package: gettitlestring 2016/05/16 v1.5 Cleanup title references (HO) ) -\c@section@level=\count127 +\c@section@level=\count128 ) LaTeX Info: Redefining \ref on input line 15. LaTeX Info: Redefining \pageref on input line 15. LaTeX Info: Redefining \nameref on input line 15. -(./index.out) (./index.out) +(index.out) (index.out) \@outlinefile=\write3 \openout3 = `index.out'. -\c@lstlisting=\count128 +\c@lstlisting=\count129 LaTeX Font Info: Try loading font information for OML+cmbrm on input line 18 . -(/usr/share/texlive/texmf-dist/tex/latex/cmbright/omlcmbrm.fd +("C:\Program Files\MiKTeX 2.9\tex\latex\cmbright\omlcmbrm.fd" File: omlcmbrm.fd 2005/04/13 v8.1 (WaS) ) LaTeX Font Info: Try loading font information for OMS+cmbrs on input line 18 . -(/usr/share/texlive/texmf-dist/tex/latex/cmbright/omscmbrs.fd +("C:\Program Files\MiKTeX 2.9\tex\latex\cmbright\omscmbrs.fd" File: omscmbrs.fd 2005/04/13 v8.1 (WaS) ) Package babel Info: Redefining spanish shorthand << @@ -924,7 +936,7 @@ Package babel Info: Redefining spanish shorthand "? [1 -{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./index.toc +{C:/ProgramData/MiKTeX/2.9/pdftex/config/pdftex.map}] (index.toc LaTeX Info: Redefining \. on input line 1. LaTeX Info: Redefining \% on input line 1. @@ -963,11 +975,11 @@ Package babel Info: Redefining spanish shorthand "? [1 -] +] File: images/headerInp.png Graphic file (type png) -Package pdftex.def Info: images/headerInp.png used on input line 187. +Package pdftex.def Info: images/headerInp.png used on input line 195. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -977,38 +989,38 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. LaTeX Font Info: Font shape `OT1/cmbr/m/it' in size <5> not available -(Font) Font shape `OT1/cmbr/m/sl' tried instead on input line 187. +(Font) Font shape `OT1/cmbr/m/sl' tried instead on input line 195. -LaTeX Font Info: Try loading font information for U+mvs on input line 187. -(/usr/share/texlive/texmf-dist/tex/latex/marvosym/umvs.fd) +LaTeX Font Info: Try loading font information for U+mvs on input line 195. +("C:\Program Files\MiKTeX 2.9\tex\latex\marvosym\umvs.fd") Package spanish Warning: Replacing `OT1/cmbr/m/sc' by -(spanish) faked small caps on input line 187. +(spanish) faked small caps on input line 195. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 187. +(babel) in language on input line 195. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 187. +(babel) in language on input line 195. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 187. +(babel) in language on input line 195. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 187. +(babel) in language on input line 195. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 187. +(babel) in language on input line 195. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 187. +(babel) in language on input line 195. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 187. +(babel) in language on input line 195. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 187. +(babel) in language on input line 195. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 187. +(babel) in language on input line 195. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 187. +(babel) in language on input line 195. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 187. +(babel) in language on input line 195. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 187. +(babel) in language on input line 195. [2 <./images/headerInp.png>]) \tf@toc=\write4 \openout4 = `index.toc'. @@ -1066,7 +1078,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 22. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 22. -(./brReglas.tex +(brReglas.tex Package babel Info: Redefining spanish shorthand << (babel) in language on input line 2. Package babel Info: Redefining spanish shorthand >> @@ -1115,7 +1127,7 @@ l.56 \end{BussinesRule} LaTeX Font Info: Try loading font information for OMS+cmbr on input line 87. -(/usr/share/texlive/texmf-dist/tex/latex/cmbright/omscmbr.fd +("C:\Program Files\MiKTeX 2.9\tex\latex\cmbright\omscmbr.fd" File: omscmbr.fd 2005/04/13 v8.1 (WaS) ) LaTeX Font Info: Font shape `OMS/cmbr/m/n' in size <10> not available @@ -1399,7 +1411,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 26. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 26. -(./cu/CU01/CU01.tex +(cu/CU01/CU01.tex Package babel Info: Redefining spanish shorthand << (babel) in language on input line 4. Package babel Info: Redefining spanish shorthand >> @@ -1427,7 +1439,7 @@ Package babel Info: Redefining spanish shorthand "? [9 ] - + File: images/uc/default.png Graphic file (type png) @@ -1496,19 +1508,19 @@ Underfull \hbox (badness 10000) in paragraph at lines 20--20 [] - + File: images/uc/actor.png Graphic file (type png) Package pdftex.def Info: images/uc/actor.png used on input line 22. (pdftex.def) Requested size: 14.26958pt x 11.0pt. - + File: images/uc/iu.png Graphic file (type png) Package pdftex.def Info: images/uc/iu.png used on input line 22. (pdftex.def) Requested size: 11.09076pt x 10.0pt. - + File: images/uc/usecase.png Graphic file (type png) @@ -1529,7 +1541,7 @@ Package pdftex.def Info: images/uc/usecase.png used on input line 28. (pdftex.def) Requested size: 16.40865pt x 11.0pt. LaTeX Font Info: Font shape `OT1/cmbr/m/it' in size <10> not available (Font) Font shape `OT1/cmbr/m/sl' tried instead on input line 29. -) (./pantallas/IU01.tex +) (pantallas/IU01.tex File: images/headerInp.png Graphic file (type png) Package pdftex.def Info: images/headerInp.png used on input line 1. @@ -1580,7 +1592,7 @@ Package babel Info: Redefining spanish shorthand "! Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 3. - + File: images/CU01/CU01GUI01.png Graphic file (type png) @@ -1599,13 +1611,13 @@ Package babel Info: Redefining spanish shorthand "! Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 8. - + File: images/CU01/CU01GUI02.png Graphic file (type png) Package pdftex.def Info: images/CU01/CU01GUI02.png used on input line 11. (pdftex.def) Requested size: 328.99857pt x 222.04118pt. -) (./cu/CU02/cu2.tex +) (cu/CU02/cu2.tex File: images/headerInp.png Graphic file (type png) Package pdftex.def Info: images/headerInp.png used on input line 6. @@ -1971,7 +1983,7 @@ File: images/uc/usecase.png Graphic file (type png) Package pdftex.def Info: images/uc/usecase.png used on input line 123. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -) (./pantallas/IU02.tex +) (pantallas/IU02.tex File: images/headerInp.png Graphic file (type png) @@ -2031,7 +2043,7 @@ Underfull \hbox (badness 10000) in paragraph at lines 8--9 [] - + File: images/CU02/gestion.jpg Graphic file (type jpg) @@ -2095,7 +2107,7 @@ Underfull \hbox (badness 10000) in paragraph at lines 19--20 [] - + File: images/CU02/user.jpg Graphic file (type jpg) @@ -2159,16 +2171,16 @@ Underfull \hbox (badness 10000) in paragraph at lines 31--32 [] - + File: images/CU02/exito.jpg Graphic file (type jpg) Package pdftex.def Info: images/CU02/exito.jpg used on input line 33. (pdftex.def) Requested size: 282.00287pt x 319.48013pt. -) (./cu/cu3/cu3.tex +) (cu/cu3/cu3.tex File: images/headerInp.png Graphic file (type png) -Package pdftex.def Info: images/headerInp.png used on input line 7. +Package pdftex.def Info: images/headerInp.png used on input line 15. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -2178,179 +2190,180 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 7. +(babel) in language on input line 15. [18 <./images/CU02/exito.jpg>] File: images/uc/default.png Graphic file (type png) -Package pdftex.def Info: images/uc/default.png used on input line 7. +Package pdftex.def Info: images/uc/default.png used on input line 15. (pdftex.def) Requested size: 517.00287pt x 31.92772pt. -Overfull \hbox (47.00287pt too wide) in paragraph at lines 7--7 +Overfull \hbox (47.00287pt too wide) in paragraph at lines 15--15 [][][] [] Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 7. +(babel) in language on input line 15. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 7. +(babel) in language on input line 15. +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 45. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 31. +(babel) in language on input line 45. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 31. +(babel) in language on input line 45. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 31. +(babel) in language on input line 45. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 31. +(babel) in language on input line 45. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 31. +(babel) in language on input line 45. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 31. +(babel) in language on input line 45. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 45. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 45. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 45. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 45. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 45. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 45. +[19] +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 45. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 45. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 45. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 45. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 45. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 45. -Underfull \hbox (badness 10000) in paragraph at lines 34--34 +Underfull \hbox (badness 10000) in paragraph at lines 48--48 [] File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 35. +Package pdftex.def Info: images/uc/actor.png used on input line 49. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 35. +Package pdftex.def Info: images/uc/iu.png used on input line 49. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 36. +Package pdftex.def Info: images/uc/usecase.png used on input line 50. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 37. +Package pdftex.def Info: images/uc/usecase.png used on input line 51. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 38. +Package pdftex.def Info: images/uc/usecase.png used on input line 52. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 39. +Package pdftex.def Info: images/uc/usecase.png used on input line 53. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/headerInp.png Graphic file (type png) - -Package pdftex.def Info: images/headerInp.png used on input line 40. -(pdftex.def) Requested size: 181.56552pt x 35.0pt. - - -Package Fancyhdr Warning: \headheight is too small (30.0pt): - Make it at least 38.75003pt. - We now make it that large for the rest of the document. - This may cause the page layout to be inconsistent, however. - -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 40. -[19] File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 40. +Package pdftex.def Info: images/uc/actor.png used on input line 54. (pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 45. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 46. +Package pdftex.def Info: images/uc/usecase.png used on input line 59. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 50. +Package pdftex.def Info: images/uc/usecase.png used on input line 60. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 51. +Package pdftex.def Info: images/uc/usecase.png used on input line 64. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -) (./pantallas/IU03.tex +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 65. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +) (pantallas/IU03.tex File: images/headerInp.png Graphic file (type png) - + + Package pdftex.def Info: images/headerInp.png used on input line 1. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -2413,7 +2426,7 @@ en already used, duplicate ignored \relax l.10 ...PantallaInicio}{UI01}{Pantalla de Inicio.} - + File: images/cu3/UI01PantallaInicio.png Graphic file (type png) @@ -2455,7 +2468,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 32. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 32. -[21 <./images/cu3/UI01PantallaInicio.png>]) (./cu/CU04/CU04.tex +[21 <./images/cu3/UI01PantallaInicio.png>]) (cu/CU04/CU04.tex File: images/headerInp.png Graphic file (type png) @@ -2741,7 +2754,7 @@ File: images/uc/iu.png Graphic file (type png) Package pdftex.def Info: images/uc/iu.png used on input line 82. (pdftex.def) Requested size: 11.09076pt x 10.0pt. -) (./pantallas/IU04.tex +) (pantallas/IU04.tex File: images/headerInp.png Graphic file (type png) Package pdftex.def Info: images/headerInp.png used on input line 1. @@ -2795,7 +2808,7 @@ Underfull \hbox (badness 10000) in paragraph at lines 8--10 [] - + File: images/CU04/CU04GUI01.png Graphic file (type png) @@ -2818,7 +2831,7 @@ Package babel Info: Redefining spanish shorthand "! Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 23. - + File: images/CU04/CU04GUI02.png Graphic file (type png) @@ -2859,10 +2872,9 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 38. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 38. -[26 <./images/CU04/CU04GUI01.png>]) (./cu/cu5/cu5.tex +[26 <./images/CU04/CU04GUI01.png>]) (cu/cu5/cu5.tex File: images/headerInp.png Graphic file (type png) - - + Package pdftex.def Info: images/headerInp.png used on input line 6. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -2995,18 +3007,9 @@ File: images/uc/usecase.png Graphic file (type png) Package pdftex.def Info: images/uc/usecase.png used on input line 38. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 39. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 39. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/headerInp.png Graphic file (type png) - - -Package pdftex.def Info: images/headerInp.png used on input line 40. + +Package pdftex.def Info: images/headerInp.png used on input line 39. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -3016,32 +3019,41 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 40. +(babel) in language on input line 39. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 40. +(babel) in language on input line 39. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 40. +(babel) in language on input line 39. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 40. +(babel) in language on input line 39. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 40. +(babel) in language on input line 39. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 40. +(babel) in language on input line 39. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 40. +(babel) in language on input line 39. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 40. +(babel) in language on input line 39. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 40. +(babel) in language on input line 39. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 40. +(babel) in language on input line 39. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 40. +(babel) in language on input line 39. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 40. +(babel) in language on input line 39. [28] File: images/uc/usecase.png Graphic file (type png) +Package pdftex.def Info: images/uc/usecase.png used on input line 39. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 39. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/usecase.png Graphic file (type png) + + Package pdftex.def Info: images/uc/usecase.png used on input line 44. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) @@ -3238,7 +3250,7 @@ File: images/uc/iu.png Graphic file (type png) Package pdftex.def Info: images/uc/iu.png used on input line 100. (pdftex.def) Requested size: 11.09076pt x 10.0pt. -) (./pantallas/IU51.tex +) (pantallas/IU51.tex File: images/headerInp.png Graphic file (type png) @@ -3299,7 +3311,7 @@ Underfull \hbox (badness 10000) in paragraph at lines 8--9 [] - File: images/../images/cu5/UI51PantallaConsulta.png Graphic file (type png) @@ -3346,7 +3358,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 33. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 33. -[31 <./images/../images/cu5/UI51PantallaConsulta.png>]) (./pantallas/IU52.tex +[31 <./images/../images/cu5/UI51PantallaConsulta.png>]) (pantallas/IU52.tex File: images/headerInp.png Graphic file (type png) @@ -3397,7 +3409,7 @@ Package babel Info: Redefining spanish shorthand "! Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 2. - File: images/../images/cu5/UI52PantallaVistaConsulta.png Graphic file (type png ) @@ -3410,7 +3422,7 @@ File: images/uc/iu.png Graphic file (type png) Package pdftex.def Info: images/uc/iu.png used on input line 25. (pdftex.def) Requested size: 11.09076pt x 10.0pt. -) (./cu/CU6/CU6.tex +) (cu/CU6/CU6.tex File: images/headerInp.png Graphic file (type png) Package pdftex.def Info: images/headerInp.png used on input line 6. @@ -3639,7 +3651,7 @@ File: images/uc/usecase.png Graphic file (type png) Package pdftex.def Info: images/uc/usecase.png used on input line 54. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -) (./pantallas/IU6.tex +) (pantallas/IU6.tex File: images/headerInp.png Graphic file (type png) @@ -3694,7 +3706,7 @@ Underfull \hbox (badness 10000) in paragraph at lines 8--11 [] - + File: images/CU6/ESTADOS.png Graphic file (type png) @@ -3735,10 +3747,10 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 38. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 38. -[36 <./images/CU6/ESTADOS.png>]) (./cu/CU7/CU7.tex +[36 <./images/CU6/ESTADOS.png>]) (cu/CU7/CU7.tex File: images/headerInp.png Graphic file (type png) -Package pdftex.def Info: images/headerInp.png used on input line 6. +Package pdftex.def Info: images/headerInp.png used on input line 7. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -3748,151 +3760,112 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 6. +(babel) in language on input line 7. [37] File: images/uc/default.png Graphic file (type png) -Package pdftex.def Info: images/uc/default.png used on input line 6. +Package pdftex.def Info: images/uc/default.png used on input line 7. (pdftex.def) Requested size: 517.00287pt x 31.92772pt. -Overfull \hbox (47.00287pt too wide) in paragraph at lines 6--6 +Overfull \hbox (47.00287pt too wide) in paragraph at lines 7--7 [][][] [] Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 6. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 25. +(babel) in language on input line 30. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 25. +(babel) in language on input line 30. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 25. +(babel) in language on input line 30. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 25. +(babel) in language on input line 30. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 25. +(babel) in language on input line 30. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 25. +(babel) in language on input line 30. -Underfull \hbox (badness 10000) in paragraph at lines 27--27 +Underfull \hbox (badness 10000) in paragraph at lines 32--32 [] File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 28. +Package pdftex.def Info: images/uc/actor.png used on input line 33. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 28. +Package pdftex.def Info: images/uc/iu.png used on input line 33. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 29. +Package pdftex.def Info: images/uc/actor.png used on input line 34. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 29. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. -File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 30. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 31. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/usecase.png used on input line 32. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 33. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/usecase.png used on input line 34. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/iu.png Graphic file (type png) - Package pdftex.def Info: images/uc/iu.png used on input line 34. (pdftex.def) Requested size: 11.09076pt x 10.0pt. -File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 35. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/iu.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/iu.png used on input line 35. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. -File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 35. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/headerInp.png Graphic file (type png) -Package pdftex.def Info: images/headerInp.png used on input line 36. +Package pdftex.def Info: images/headerInp.png used on input line 35. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -3902,158 +3875,176 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 36. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 36. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 36. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 36. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 36. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 36. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 36. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 36. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 36. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 36. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 36. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 36. +(babel) in language on input line 35. [38] -File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 38. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 35. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 39. +Package pdftex.def Info: images/uc/usecase.png used on input line 36. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 39. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 40. +Package pdftex.def Info: images/uc/usecase.png used on input line 37. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 46. +Package pdftex.def Info: images/uc/usecase.png used on input line 38. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 39. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 46. +Package pdftex.def Info: images/uc/iu.png used on input line 39. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/actor.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/actor.png used on input line 47. + +Package pdftex.def Info: images/uc/actor.png used on input line 40. (pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/iu.png used on input line 40. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 40. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 43. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 48. + + +Package pdftex.def Info: images/uc/usecase.png used on input line 44. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 48. +Package pdftex.def Info: images/uc/iu.png used on input line 44. (pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 45. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 53. +Package pdftex.def Info: images/uc/usecase.png used on input line 51. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 53. +Package pdftex.def Info: images/uc/iu.png used on input line 51. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 54. +Package pdftex.def Info: images/uc/actor.png used on input line 52. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 55. +Package pdftex.def Info: images/uc/usecase.png used on input line 53. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 55. +Package pdftex.def Info: images/uc/iu.png used on input line 53. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 60. +Package pdftex.def Info: images/uc/usecase.png used on input line 58. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 60. +Package pdftex.def Info: images/uc/iu.png used on input line 58. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 61. +Package pdftex.def Info: images/uc/actor.png used on input line 59. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 62. +Package pdftex.def Info: images/uc/usecase.png used on input line 60. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 62. +Package pdftex.def Info: images/uc/iu.png used on input line 60. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 67. +Package pdftex.def Info: images/uc/usecase.png used on input line 65. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 67. +Package pdftex.def Info: images/uc/iu.png used on input line 65. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 68. +Package pdftex.def Info: images/uc/actor.png used on input line 66. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 69. +Package pdftex.def Info: images/uc/usecase.png used on input line 67. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 69. +Package pdftex.def Info: images/uc/iu.png used on input line 67. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 74. +Package pdftex.def Info: images/uc/usecase.png used on input line 72. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 74. +Package pdftex.def Info: images/uc/iu.png used on input line 72. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 75. +Package pdftex.def Info: images/uc/actor.png used on input line 73. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 76. +Package pdftex.def Info: images/uc/usecase.png used on input line 74. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 76. +Package pdftex.def Info: images/uc/iu.png used on input line 74. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/headerInp.png Graphic file (type png) -Package pdftex.def Info: images/headerInp.png used on input line 81. +Package pdftex.def Info: images/headerInp.png used on input line 78. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -4063,53 +4054,66 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 81. +(babel) in language on input line 78. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 81. +(babel) in language on input line 78. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 81. +(babel) in language on input line 78. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 81. +(babel) in language on input line 78. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 81. +(babel) in language on input line 78. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 81. +(babel) in language on input line 78. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 81. +(babel) in language on input line 78. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 81. +(babel) in language on input line 78. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 81. +(babel) in language on input line 78. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 81. +(babel) in language on input line 78. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 81. +(babel) in language on input line 78. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 81. +(babel) in language on input line 78. [39] File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 82. +Package pdftex.def Info: images/uc/usecase.png used on input line 79. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 82. +Package pdftex.def Info: images/uc/iu.png used on input line 79. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 83. +Package pdftex.def Info: images/uc/actor.png used on input line 80. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 84. +Package pdftex.def Info: images/uc/usecase.png used on input line 81. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 81. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/actor.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/actor.png used on input line 87. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 88. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 84. +Package pdftex.def Info: images/uc/iu.png used on input line 88. (pdftex.def) Requested size: 11.09076pt x 10.0pt. ) -(./pantallas/IU7.tex +(pantallas/IU7.tex File: images/headerInp.png Graphic file (type png) Package pdftex.def Info: images/headerInp.png used on input line 1. @@ -4164,7 +4168,7 @@ en already used, duplicate ignored \relax l.10 ...ig[.7]{CU7/UI1}{UI01}{Pantalla de Inicio.} - + File: images/CU7/UI1.png Graphic file (type png) @@ -4224,7 +4228,7 @@ en already used, duplicate ignored \relax l.37 ...2}{Formulario para el prestamo del libro.} - + File: images/CU7/UI2.png Graphic file (type png) @@ -4320,7 +4324,7 @@ en already used, duplicate ignored \relax l.69 ...7]{CU7/UI3}{UI03}{Prestamo satisfactorio.} - + File: images/CU7/UI3.png Graphic file (type png) @@ -4375,7 +4379,7 @@ Package babel Info: Redefining spanish shorthand "! Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 83. - + File: images/CU7/UI4.png Graphic file (type png) @@ -4420,7 +4424,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 112. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 112. -[45 <./images/CU7/UI4.png>]) (./cu/CU8/CU8.tex +[45 <./images/CU7/UI4.png>]) (cu/CU8/CU8.tex File: images/headerInp.png Graphic file (type png) Package pdftex.def Info: images/headerInp.png used on input line 6. @@ -4503,55 +4507,57 @@ Package babel Info: Redefining spanish shorthand "! Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 6. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 22. +(babel) in language on input line 20. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 22. +(babel) in language on input line 20. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 22. +(babel) in language on input line 20. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 22. +(babel) in language on input line 20. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 22. +(babel) in language on input line 20. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 22. +(babel) in language on input line 20. -Underfull \hbox (badness 10000) in paragraph at lines 24--24 +Underfull \hbox (badness 10000) in paragraph at lines 22--22 [] File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 25. +Package pdftex.def Info: images/uc/actor.png used on input line 23. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 25. +Package pdftex.def Info: images/uc/iu.png used on input line 23. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 26. +Package pdftex.def Info: images/uc/usecase.png used on input line 24. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 26. +Package pdftex.def Info: images/uc/iu.png used on input line 24. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 27. +Package pdftex.def Info: images/uc/actor.png used on input line 25. (pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 28. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) +Overfull \hbox (54.53403pt too wide) in paragraph at lines 25--26 +[][] \OT1/cmbr/m/sc/10 Se-lec-cio-na-ra una op-cion de presta-mo in-ter-bi-bl +io-te-ca-rio dan-do clic en al-guno de los bo-to-nes: [] + [] + +File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 32. +Package pdftex.def Info: images/uc/usecase.png used on input line 26. (pdftex.def) Requested size: 16.40865pt x 11.0pt. +) (pantallas/IU8.tex File: images/headerInp.png Graphic file (type png) -Package pdftex.def Info: images/headerInp.png used on input line 33. +Package pdftex.def Info: images/headerInp.png used on input line 1. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -4561,103 +4567,30 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 33. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 33. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 33. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 33. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 33. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 33. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 33. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 33. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 33. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 33. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 33. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 33. +(babel) in language on input line 1. [47] -File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 33. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 34. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/usecase.png used on input line 39. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 40. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/usecase.png used on input line 41. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 46. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/actor.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/actor.png used on input line 47. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 48. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -) (./pantallas/IU8.tex -File: images/headerInp.png Graphic file (type png) - - -Package pdftex.def Info: images/headerInp.png used on input line 1. -(pdftex.def) Requested size: 181.56552pt x 35.0pt. - - -Package Fancyhdr Warning: \headheight is too small (30.0pt): - Make it at least 38.75003pt. - We now make it that large for the rest of the document. - This may cause the page layout to be inconsistent, however. - -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 1. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 1. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 1. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 1. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 1. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 1. -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 1. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 1. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 1. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 1. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 1. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 1. -[48] Package babel Info: Redefining spanish shorthand << (babel) in language on input line 2. Package babel Info: Redefining spanish shorthand >> @@ -4680,7 +4613,7 @@ Underfull \hbox (badness 10000) in paragraph at lines 8--9 [] - + File: images/CU8/UI01.png Graphic file (type png) Package pdftex.def Info: images/CU8/UI01.png used on input line 10. @@ -4737,7 +4670,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 30. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 30. -[49 <./images/CU8/UI01.png>] +[48 <./images/CU8/UI01.png>] File: images/uc/iu.png Graphic file (type png) Package pdftex.def Info: images/uc/iu.png used on input line 31. @@ -4752,14 +4685,24 @@ Underfull \hbox (badness 10000) in paragraph at lines 31--32 [] - + File: images/CU8/UI02.png Graphic file (type png) Package pdftex.def Info: images/CU8/UI02.png used on input line 33. (pdftex.def) Requested size: 328.99857pt x 292.46153pt. -) (./cu/cu09/cu09.tex +File: images/uc/iu.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/iu.png used on input line 37. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 37. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +) (cu/cu09/cu09.tex File: images/headerInp.png Graphic file (type png) - + + Package pdftex.def Info: images/headerInp.png used on input line 6. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -4793,7 +4736,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 6. -[50 <./images/CU8/UI02.png>] +[49 <./images/CU8/UI02.png>] File: images/uc/default.png Graphic file (type png) Package pdftex.def Info: images/uc/default.png used on input line 6. @@ -4891,7 +4834,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 38. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 38. -[51] +[50] Underfull \hbox (badness 10000) in paragraph at lines 38--38 [] @@ -5024,7 +4967,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 71. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 71. -[52] +[51] File: images/uc/actor.png Graphic file (type png) Package pdftex.def Info: images/uc/actor.png used on input line 72. @@ -5047,7 +4990,7 @@ File: images/uc/actor.png Graphic file (type png) Package pdftex.def Info: images/uc/actor.png used on input line 80. (pdftex.def) Requested size: 14.26958pt x 11.0pt. -) (./pantallas/IU09.tex +) (pantallas/IU09.tex File: images/headerInp.png Graphic file (type png) Package pdftex.def Info: images/headerInp.png used on input line 1. @@ -5083,7 +5026,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 1. -[53] +[52] Package babel Info: Redefining spanish shorthand << (babel) in language on input line 2. Package babel Info: Redefining spanish shorthand >> @@ -5101,7 +5044,7 @@ Underfull \hbox (badness 10000) in paragraph at lines 8--10 [] - + File: images/CU09/UI01PantallaVerifica.jpg Graphic file (type jpg) @@ -5160,12 +5103,12 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 32. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 32. -[54 <./images/CU09/UI01PantallaVerifica.jpg>] - -File: images/CU09/UI02PantallaInfo.PNG Graphic file (type png) +[53 <./images/CU09/UI01PantallaVerifica.jpg>] + +File: images/CU09/UI02PantallaInfo.png Graphic file (type png) - -Package pdftex.def Info: images/CU09/UI02PantallaInfo.PNG used on input line 34 + +Package pdftex.def Info: images/CU09/UI02PantallaInfo.png used on input line 34 . (pdftex.def) Requested size: 328.99857pt x 231.65472pt. Package babel Info: Redefining spanish shorthand << @@ -5185,11 +5128,11 @@ Underfull \hbox (badness 10000) in paragraph at lines 58--60 [] - -File: images/CU09/UI03PantallaExito.PNG Graphic file (type png) + +File: images/CU09/UI03PantallaExito.png Graphic file (type png) - -Package pdftex.def Info: images/CU09/UI03PantallaExito.PNG used on input line 6 + +Package pdftex.def Info: images/CU09/UI03PantallaExito.png used on input line 6 2. (pdftex.def) Requested size: 328.99857pt x 217.3764pt. File: images/headerInp.png Graphic file (type png) @@ -5227,7 +5170,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 67. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 67. -[55 <./images/CU09/UI02PantallaInfo.PNG>]) (./cu/CU10/cu10.tex +[54 <./images/CU09/UI02PantallaInfo.png>]) (cu/CU10/cu10.tex File: images/headerInp.png Graphic file (type png) @@ -5264,7 +5207,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 6. -[56 <./images/CU09/UI03PantallaExito.PNG>] +[55 <./images/CU09/UI03PantallaExito.png>] File: images/uc/default.png Graphic file (type png) Package pdftex.def Info: images/uc/default.png used on input line 6. @@ -5311,165 +5254,199 @@ Package babel Info: Redefining spanish shorthand "! Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 6. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 32. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 32. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 32. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 32. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 32. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 32. +(babel) in language on input line 40. +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 42. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. -Underfull \hbox (badness 10000) in paragraph at lines 34--34 + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 42. +[56] +Underfull \hbox (badness 10000) in paragraph at lines 42--42 [] File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 35. +Package pdftex.def Info: images/uc/actor.png used on input line 43. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 36. +Package pdftex.def Info: images/uc/usecase.png used on input line 44. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 36. +Package pdftex.def Info: images/uc/iu.png used on input line 44. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 37. +Package pdftex.def Info: images/uc/actor.png used on input line 45. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 38. +Package pdftex.def Info: images/uc/usecase.png used on input line 46. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -Overfull \hbox (1.81297pt too wide) in paragraph at lines 38--39 -[][] \OT1/cmbr/m/sc/10 El sis-te-ma otor-ga la re-no-va-ci^^Son del pr^^Sesta-m -o ape-ga-do a las re-glas de ne-go-cio RN1,RN2,RN3,RN4,RN5. +Overfull \hbox (1.81297pt too wide) in paragraph at lines 46--47 +[][] \OT1/cmbr/m/sc/10 El sis-te-ma otor-ga la re-no-va-cion del presta-mo ap +e-ga-do a las re-glas de ne-go-cio RN1,RN2,RN3,RN4,RN5. [] File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 39. +Package pdftex.def Info: images/uc/usecase.png used on input line 47. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/headerInp.png Graphic file (type png) - -Package pdftex.def Info: images/headerInp.png used on input line 40. -(pdftex.def) Requested size: 181.56552pt x 35.0pt. - - -Package Fancyhdr Warning: \headheight is too small (30.0pt): - Make it at least 38.75003pt. - We now make it that large for the rest of the document. - This may cause the page layout to be inconsistent, however. - -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 40. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 40. -[57] File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 40. +Package pdftex.def Info: images/uc/actor.png used on input line 48. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 41. + + +Package pdftex.def Info: images/uc/usecase.png used on input line 49. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/iu.png used on input line 41. + +Package pdftex.def Info: images/uc/iu.png used on input line 49. (pdftex.def) Requested size: 11.09076pt x 10.0pt. -Overfull \hbox (14.43597pt too wide) in paragraph at lines 41--42 -[][] \OT1/cmbr/m/sc/10 El sis-te-ma mues-tra la ven-ta-na IUX con los pr^^Sesta --mos ac-tua-les y la fe-cha de de-vo-lu-ci^^Son actualizada.[] [][]UI02 +Overfull \hbox (14.43597pt too wide) in paragraph at lines 49--50 +[][] \OT1/cmbr/m/sc/10 El sis-te-ma mues-tra la ven-ta-na IUX con los presta-m +os ac-tua-les y la fe-cha de de-vo-lu-cion actualizada.[] [][]UI02 [] File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 45. +Package pdftex.def Info: images/uc/usecase.png used on input line 53. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 46. +Package pdftex.def Info: images/uc/actor.png used on input line 54. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 47. +Package pdftex.def Info: images/uc/usecase.png used on input line 55. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 51. +Package pdftex.def Info: images/uc/usecase.png used on input line 59. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 52. +Package pdftex.def Info: images/uc/actor.png used on input line 60. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 53. +Package pdftex.def Info: images/uc/usecase.png used on input line 61. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 57. +Package pdftex.def Info: images/uc/usecase.png used on input line 65. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 58. +Package pdftex.def Info: images/uc/actor.png used on input line 66. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 59. +Package pdftex.def Info: images/uc/usecase.png used on input line 67. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 63. +Package pdftex.def Info: images/uc/usecase.png used on input line 71. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 64. +Package pdftex.def Info: images/uc/actor.png used on input line 72. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 65. +Package pdftex.def Info: images/uc/usecase.png used on input line 73. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -) (./pantallas/IU10.tex File: images/headerInp.png Graphic file (type png) +Package pdftex.def Info: images/headerInp.png used on input line 74. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 74. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 74. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 74. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 74. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 74. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 74. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 74. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 74. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 74. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 74. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 74. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 74. +[57]) (pantallas/IU10.tex +File: images/headerInp.png Graphic file (type png) + Package pdftex.def Info: images/headerInp.png used on input line 1. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -5527,7 +5504,7 @@ en already used, duplicate ignored \relax l.11 ...0/Pantalla2}{UI01}{Pantalla de Prestamos.} - + File: images/CU10/Pantalla2.png Graphic file (type png) @@ -5539,7 +5516,7 @@ en already used, duplicate ignored \relax l.12 ...antalla1}{UI02}{Pantalla de Confirmacion.} - + File: images/CU10/Pantalla1.png Graphic file (type png) @@ -5586,7 +5563,7 @@ File: images/uc/iu.png Graphic file (type png) Package pdftex.def Info: images/uc/iu.png used on input line 29. (pdftex.def) Requested size: 11.09076pt x 10.0pt. -) (./cu/CU11/CU11.tex +) (cu/CU11/CU11.tex File: images/headerInp.png Graphic file (type png) Package pdftex.def Info: images/headerInp.png used on input line 3. @@ -5787,7 +5764,7 @@ File: images/uc/usecase.png Graphic file (type png) Package pdftex.def Info: images/uc/usecase.png used on input line 39. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -) (./cu/CU12/cu12.tex +) (cu/CU12/cu12.tex File: images/headerInp.png Graphic file (type png) Package pdftex.def Info: images/headerInp.png used on input line 6. @@ -5939,41 +5916,45 @@ File: images/uc/usecase.png Graphic file (type png) Package pdftex.def Info: images/uc/usecase.png used on input line 36. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 37. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 37. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) Package pdftex.def Info: images/uc/iu.png used on input line 37. (pdftex.def) Requested size: 11.09076pt x 10.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 38. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 38. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) Package pdftex.def Info: images/uc/iu.png used on input line 38. (pdftex.def) Requested size: 11.09076pt x 10.0pt. -File: images/uc/actor.png Graphic file (type png) +File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 39. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. + +Package pdftex.def Info: images/uc/usecase.png used on input line 39. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 39. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/actor.png Graphic file (type png) Package pdftex.def Info: images/uc/actor.png used on input line 40. (pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/actor.png used on input line 41. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 40. +Package pdftex.def Info: images/uc/iu.png used on input line 41. (pdftex.def) Requested size: 11.09076pt x 10.0pt. -File: images/uc/usecase.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/usecase.png used on input line 41. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) Package pdftex.def Info: images/uc/usecase.png used on input line 42. @@ -5990,52 +5971,56 @@ Package pdftex.def Info: images/uc/usecase.png used on input line 44. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 48. +Package pdftex.def Info: images/uc/usecase.png used on input line 45. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 49. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 49. + + +Package pdftex.def Info: images/uc/actor.png used on input line 50. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/usecase.png used on input line 52. + +Package pdftex.def Info: images/uc/usecase.png used on input line 53. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 53. + + +Package pdftex.def Info: images/uc/actor.png used on input line 54. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/usecase.png used on input line 57. + +Package pdftex.def Info: images/uc/usecase.png used on input line 58. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 58. + + +Package pdftex.def Info: images/uc/actor.png used on input line 59. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/usecase.png used on input line 62. + +Package pdftex.def Info: images/uc/usecase.png used on input line 63. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 63. + + +Package pdftex.def Info: images/uc/actor.png used on input line 64. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/usecase.png used on input line 67. + +Package pdftex.def Info: images/uc/usecase.png used on input line 68. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 68. + + +Package pdftex.def Info: images/uc/actor.png used on input line 69. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/headerInp.png Graphic file (type png) - - -Package pdftex.def Info: images/headerInp.png used on input line 69. + +Package pdftex.def Info: images/headerInp.png used on input line 70. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -6045,30 +6030,30 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 69. +(babel) in language on input line 70. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 69. +(babel) in language on input line 70. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 69. +(babel) in language on input line 70. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 69. +(babel) in language on input line 70. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 69. +(babel) in language on input line 70. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 69. +(babel) in language on input line 70. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 69. +(babel) in language on input line 70. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 69. +(babel) in language on input line 70. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 69. +(babel) in language on input line 70. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 69. +(babel) in language on input line 70. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 69. +(babel) in language on input line 70. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 69. -[64]) (./pantallas/IU1201.tex +(babel) in language on input line 70. +[64]) (pantallas/IU1201.tex File: images/headerInp.png Graphic file (type png) Package pdftex.def Info: images/headerInp.png used on input line 1. @@ -6122,14 +6107,14 @@ Underfull \hbox (badness 10000) in paragraph at lines 8--10 [] - -File: images/CU12/UI01PantallaInicio.JPG Graphic file (type jpg) + +File: images/CU12/UI01PantallaInicio.jpg Graphic file (type jpg) - -Package pdftex.def Info: images/CU12/UI01PantallaInicio.JPG used on input line + +Package pdftex.def Info: images/CU12/UI01PantallaInicio.jpg used on input line 11. (pdftex.def) Requested size: 328.99857pt x 191.88358pt. -) (./pantallas/IU1202.tex +) (pantallas/IU1202.tex File: images/headerInp.png Graphic file (type png) @@ -6166,7 +6151,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 1. -[66 <./images/CU12/UI01PantallaInicio.JPG>] +[66 <./images/CU12/UI01PantallaInicio.jpg>] Package babel Info: Redefining spanish shorthand << (babel) in language on input line 2. Package babel Info: Redefining spanish shorthand >> @@ -6184,7 +6169,7 @@ Underfull \hbox (badness 10000) in paragraph at lines 8--10 [] - + File: images/CU12/UI02PantallaApartar.jpg Graphic file (type jpg) @@ -6196,7 +6181,7 @@ File: images/uc/iu.png Graphic file (type png) Package pdftex.def Info: images/uc/iu.png used on input line 25. (pdftex.def) Requested size: 11.09076pt x 10.0pt. ) -(./pantallas/IU1203.tex +(pantallas/IU1203.tex File: images/headerInp.png Graphic file (type png) Package pdftex.def Info: images/headerInp.png used on input line 1. @@ -6250,7 +6235,7 @@ Underfull \hbox (badness 10000) in paragraph at lines 8--10 [] - + File: images/CU12/UI03FormularioApartar.jpg Graphic file (type jpg) @@ -6292,11 +6277,11 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 38. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 38. -[68 <./images/CU12/UI03FormularioApartar.jpg>]) (./cu/CU14/cu14.tex +[68 <./images/CU12/UI03FormularioApartar.jpg>]) (cu/CU13/CU13.tex File: images/headerInp.png Graphic file (type png) -Package pdftex.def Info: images/headerInp.png used on input line 3. +Package pdftex.def Info: images/headerInp.png used on input line 6. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -6306,108 +6291,179 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 3. +(babel) in language on input line 6. [69] File: images/uc/default.png Graphic file (type png) -Package pdftex.def Info: images/uc/default.png used on input line 3. +Package pdftex.def Info: images/uc/default.png used on input line 6. (pdftex.def) Requested size: 517.00287pt x 31.92772pt. -Overfull \hbox (47.00287pt too wide) in paragraph at lines 3--3 +Overfull \hbox (47.00287pt too wide) in paragraph at lines 6--6 [][][] [] Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 3. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 3. +(babel) in language on input line 6. +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 65. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 35. +(babel) in language on input line 65. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 35. +(babel) in language on input line 65. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 35. +(babel) in language on input line 65. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 35. +(babel) in language on input line 65. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 35. +(babel) in language on input line 65. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 35. +(babel) in language on input line 65. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 65. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 65. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 65. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 65. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 65. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 65. +[70] +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 65. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 65. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 65. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 65. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 65. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 65. -Underfull \hbox (badness 10000) in paragraph at lines 36--36 +Underfull \hbox (badness 10000) in paragraph at lines 67--67 [] File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 37. +Package pdftex.def Info: images/uc/actor.png used on input line 68. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 38. +Package pdftex.def Info: images/uc/usecase.png used on input line 69. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 69. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/actor.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/actor.png used on input line 70. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 71. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 72. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/iu.png used on input line 72. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 73. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 74. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 39. +Package pdftex.def Info: images/uc/usecase.png used on input line 75. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 76. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/headerInp.png Graphic file (type png) - -Package pdftex.def Info: images/headerInp.png used on input line 40. + + +Package pdftex.def Info: images/headerInp.png used on input line 77. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -6417,146 +6473,92 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 40. +(babel) in language on input line 77. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 40. +(babel) in language on input line 77. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 40. +(babel) in language on input line 77. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 40. +(babel) in language on input line 77. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 40. +(babel) in language on input line 77. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 40. +(babel) in language on input line 77. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 40. +(babel) in language on input line 77. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 40. +(babel) in language on input line 77. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 40. +(babel) in language on input line 77. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 40. +(babel) in language on input line 77. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 40. +(babel) in language on input line 77. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 40. -[70] +(babel) in language on input line 77. +[71] File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 40. +Package pdftex.def Info: images/uc/usecase.png used on input line 77. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 45. +Package pdftex.def Info: images/uc/usecase.png used on input line 78. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 46. +Package pdftex.def Info: images/uc/usecase.png used on input line 79. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 79. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 80. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 86. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 49. +Package pdftex.def Info: images/uc/usecase.png used on input line 87. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 50. +Package pdftex.def Info: images/uc/usecase.png used on input line 92. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 53. +Package pdftex.def Info: images/uc/usecase.png used on input line 93. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 54. +Package pdftex.def Info: images/uc/usecase.png used on input line 98. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -) (./cu/CU15/cu15.tex -File: images/headerInp.png Graphic file (type png) - -Package pdftex.def Info: images/headerInp.png used on input line 6. -(pdftex.def) Requested size: 181.56552pt x 35.0pt. - - -Package Fancyhdr Warning: \headheight is too small (30.0pt): - Make it at least 38.75003pt. - We now make it that large for the rest of the document. - This may cause the page layout to be inconsistent, however. - -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 6. -[71] -File: images/uc/default.png Graphic file (type png) - -Package pdftex.def Info: images/uc/default.png used on input line 6. -(pdftex.def) Requested size: 517.00287pt x 31.92772pt. - -Overfull \hbox (47.00287pt too wide) in paragraph at lines 6--6 -[][][] - [] +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 99. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 6. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 6. + +Package pdftex.def Info: images/uc/usecase.png used on input line 104. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 105. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +) (pantallas/IU13A.tex File: images/headerInp.png Graphic file (type png) + -Package pdftex.def Info: images/headerInp.png used on input line 42. +Package pdftex.def Info: images/headerInp.png used on input line 1. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -6566,123 +6568,49 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 42. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 42. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 42. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 42. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 42. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 42. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 42. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 42. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 42. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 42. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 42. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 42. +(babel) in language on input line 1. [72] Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 42. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 42. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 42. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 42. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 42. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 42. - -Underfull \hbox (badness 10000) in paragraph at lines 44--44 - - [] - -File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 45. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 45. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 46. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/usecase.png used on input line 47. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 48. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/usecase.png used on input line 49. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 49. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. -File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 50. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/actor.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/actor.png used on input line 54. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 55. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/actor.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/actor.png used on input line 59. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 60. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/actor.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/actor.png used on input line 64. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 65. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/actor.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/actor.png used on input line 69. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 70. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) +(babel) in language on input line 2. + +File: images/CU13/RegistrarMulta.jpg Graphic file (type jpg) - -Package pdftex.def Info: images/uc/usecase.png used on input line 71. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -) (./pantallas/IU1501.tex + +Package pdftex.def Info: images/CU13/RegistrarMulta.jpg used on input line 10. +(pdftex.def) Requested size: 328.99857pt x 206.34248pt. +) (pantallas/IU13B.tex File: images/headerInp.png Graphic file (type png) @@ -6719,32 +6647,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 1. -[73] -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 2. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 2. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 2. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 2. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 2. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 2. - -File: images/CU15/UI01PantallaInicio.JPG Graphic file (type jpg) - - -Package pdftex.def Info: images/CU15/UI01PantallaInicio.JPG used on input line -10. -(pdftex.def) Requested size: 328.99857pt x 274.41362pt. -File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 24. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. -) -(./pantallas/IU1502.tex +[73 <./images/CU13/RegistrarMulta.jpg>] File: images/headerInp.png Graphic file (type png) Package pdftex.def Info: images/headerInp.png used on input line 1. @@ -6780,7 +6683,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 1. -[74 <./images/CU15/UI01PantallaInicio.JPG>] +[74] Package babel Info: Redefining spanish shorthand << (babel) in language on input line 2. Package babel Info: Redefining spanish shorthand >> @@ -6793,17 +6696,17 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 2. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 2. + +File: images/CU13/Confirmacion.jpg Graphic file (type jpg) - -File: images/CU15/UI02ConsultarInventario.jpg Graphic file (type jpg) - - -Package pdftex.def Info: images/CU15/UI02ConsultarInventario.jpg used on input -line 11. -(pdftex.def) Requested size: 328.99857pt x 167.45534pt. + +Package pdftex.def Info: images/CU13/Confirmacion.jpg used on input line 10. +(pdftex.def) Requested size: 328.99857pt x 187.58551pt. +) (cu/CU14/cu14.tex File: images/headerInp.png Graphic file (type png) - -Package pdftex.def Info: images/headerInp.png used on input line 32. + + +Package pdftex.def Info: images/headerInp.png used on input line 3. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -6813,153 +6716,116 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 32. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 32. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 32. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 32. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 32. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 32. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 32. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 32. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 32. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 32. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 32. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 32. -[75 <./images/CU15/UI02ConsultarInventario.jpg>]) (./cu/CU16/cu16.tex -File: images/headerInp.png Graphic file (type png) - - -Package pdftex.def Info: images/headerInp.png used on input line 12. -(pdftex.def) Requested size: 181.56552pt x 35.0pt. - - -Package Fancyhdr Warning: \headheight is too small (30.0pt): - Make it at least 38.75003pt. - We now make it that large for the rest of the document. - This may cause the page layout to be inconsistent, however. - -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 12. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 12. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 12. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 12. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 12. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 12. -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 12. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 12. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 12. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 12. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 12. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 12. -[76] +(babel) in language on input line 3. +[75 <./images/CU13/Confirmacion.jpg>] File: images/uc/default.png Graphic file (type png) -Package pdftex.def Info: images/uc/default.png used on input line 12. +Package pdftex.def Info: images/uc/default.png used on input line 3. (pdftex.def) Requested size: 517.00287pt x 31.92772pt. -Overfull \hbox (47.00287pt too wide) in paragraph at lines 12--12 +Overfull \hbox (47.00287pt too wide) in paragraph at lines 3--3 [][][] [] Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 12. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 29. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 29. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 29. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 29. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 29. +(babel) in language on input line 35. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 29. +(babel) in language on input line 35. -Underfull \hbox (badness 10000) in paragraph at lines 34--34 +Underfull \hbox (badness 10000) in paragraph at lines 36--36 [] File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 36. +Package pdftex.def Info: images/uc/actor.png used on input line 37. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 38. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 36. +Package pdftex.def Info: images/uc/iu.png used on input line 38. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 38. + + +Package pdftex.def Info: images/uc/usecase.png used on input line 39. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/iu.png used on input line 38. + +Package pdftex.def Info: images/uc/iu.png used on input line 39. (pdftex.def) Requested size: 11.09076pt x 10.0pt. -File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 40. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/headerInp.png Graphic file (type png) -Package pdftex.def Info: images/headerInp.png used on input line 47. +Package pdftex.def Info: images/headerInp.png used on input line 40. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -6969,105 +6835,74 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 47. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 47. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 47. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 47. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 47. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 47. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 47. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 47. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 47. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 47. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 47. +(babel) in language on input line 40. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 47. -[77] -File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 55. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. +(babel) in language on input line 40. +[76] File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 57. +Package pdftex.def Info: images/uc/usecase.png used on input line 40. (pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 40. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 59. +Package pdftex.def Info: images/uc/usecase.png used on input line 41. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 61. +Package pdftex.def Info: images/uc/usecase.png used on input line 46. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 74. +Package pdftex.def Info: images/uc/usecase.png used on input line 47. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 76. +Package pdftex.def Info: images/uc/usecase.png used on input line 50. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 78. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 91. +Package pdftex.def Info: images/uc/usecase.png used on input line 51. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/actor.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/actor.png used on input line 92. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 93. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/usecase.png used on input line 101. +Package pdftex.def Info: images/uc/usecase.png used on input line 54. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 102. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 103. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 110. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/actor.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/actor.png used on input line 111. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 112. +Package pdftex.def Info: images/uc/usecase.png used on input line 55. (pdftex.def) Requested size: 16.40865pt x 11.0pt. +) (cu/CU15/cu15.tex File: images/headerInp.png Graphic file (type png) - - -Package pdftex.def Info: images/headerInp.png used on input line 114. + +Package pdftex.def Info: images/headerInp.png used on input line 6. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -7077,54 +6912,963 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 114. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 114. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 114. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 114. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 114. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 114. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 114. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 114. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 114. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 114. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 114. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 114. -[78] -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 119. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 120. -(pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/usecase.png used on input line 121. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -) (./pantallas/IU16.tex -File: images/headerInp.png Graphic file (type png) - -Package pdftex.def Info: images/headerInp.png used on input line 1. -(pdftex.def) Requested size: 181.56552pt x 35.0pt. +(babel) in language on input line 6. +[77] +File: images/uc/default.png Graphic file (type png) + +Package pdftex.def Info: images/uc/default.png used on input line 6. +(pdftex.def) Requested size: 517.00287pt x 31.92772pt. +Overfull \hbox (47.00287pt too wide) in paragraph at lines 6--6 +[][][] + [] -Package Fancyhdr Warning: \headheight is too small (30.0pt): - Make it at least 38.75003pt. - We now make it that large for the rest of the document. - This may cause the page layout to be inconsistent, however. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 6. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 6. +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 42. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 42. +[78] +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 42. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 42. + +Underfull \hbox (badness 10000) in paragraph at lines 44--44 + + [] + +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 45. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 45. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 46. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 47. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 48. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 49. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 49. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 50. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/actor.png used on input line 54. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 55. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/actor.png used on input line 59. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 60. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/actor.png used on input line 64. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 65. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/actor.png used on input line 69. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 70. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 71. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +) (pantallas/IU1501.tex +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 1. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 1. +[79] +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 2. + +File: images/CU15/UI01PantallaInicio.jpg Graphic file (type jpg) + + +Package pdftex.def Info: images/CU15/UI01PantallaInicio.jpg used on input line +10. +(pdftex.def) Requested size: 328.99857pt x 274.41362pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 24. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +) +(pantallas/IU1502.tex +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 1. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 1. +[80 <./images/CU15/UI01PantallaInicio.jpg>] +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 2. + + +File: images/CU15/UI02ConsultarInventario.jpg Graphic file (type jpg) + + +Package pdftex.def Info: images/CU15/UI02ConsultarInventario.jpg used on input +line 11. +(pdftex.def) Requested size: 328.99857pt x 167.45534pt. +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 32. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 32. +[81 <./images/CU15/UI02ConsultarInventario.jpg>]) (cu/CU16/cu16.tex +File: images/headerInp.png Graphic file (type png) + + +Package pdftex.def Info: images/headerInp.png used on input line 12. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 12. +[82] +File: images/uc/default.png Graphic file (type png) + +Package pdftex.def Info: images/uc/default.png used on input line 12. +(pdftex.def) Requested size: 517.00287pt x 31.92772pt. + +Overfull \hbox (47.00287pt too wide) in paragraph at lines 12--12 +[][][] + [] + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 12. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 29. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 29. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 29. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 29. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 29. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 29. + +Underfull \hbox (badness 10000) in paragraph at lines 34--34 + + [] + +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 36. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 36. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 38. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/iu.png used on input line 38. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 40. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 47. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 47. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 47. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 47. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 47. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 47. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 47. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 47. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 47. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 47. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 47. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 47. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 47. +[83] +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 55. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 57. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 59. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 61. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 74. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 76. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 78. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 91. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/actor.png used on input line 92. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 93. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 101. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 102. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 103. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 110. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/actor.png used on input line 111. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 112. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/headerInp.png Graphic file (type png) + + +Package pdftex.def Info: images/headerInp.png used on input line 114. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 114. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 114. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 114. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 114. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 114. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 114. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 114. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 114. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 114. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 114. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 114. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 114. +[84] +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 119. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 120. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 121. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +) (pantallas/IU16.tex +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 1. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 1. +[85] +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 2. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 2. + +Underfull \hbox (badness 10000) in paragraph at lines 8--9 + + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 8--9 + + [] + + + +File: images/CU16RegistrarEmpleado/RegistroEmpleado.png Graphic file (type png) + + +Package pdftex.def Info: images/CU16RegistrarEmpleado/RegistroEmpleado.png used + on input line 10. +(pdftex.def) Requested size: 328.99857pt x 257.00267pt. +File: images/headerInp.png Graphic file (type png) + + +Package pdftex.def Info: images/headerInp.png used on input line 26. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 26. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 26. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 26. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 26. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 26. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 26. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 26. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 26. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 26. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 26. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 26. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 26. +[86 <./images/CU16RegistrarEmpleado/RegistroEmpleado.png>]) (cu/CU17/CU17.tex +File: images/headerInp.png Graphic file (type png) + + +Package pdftex.def Info: images/headerInp.png used on input line 4. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 4. +[87] +File: images/uc/default.png Graphic file (type png) + +Package pdftex.def Info: images/uc/default.png used on input line 4. +(pdftex.def) Requested size: 517.00287pt x 31.92772pt. + +Overfull \hbox (47.00287pt too wide) in paragraph at lines 4--4 +[][][] + [] + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 4. + +Underfull \hbox (badness 10000) in paragraph at lines 14--14 +[]|\OT1/cmbr/bx/n/10 Responsable de + [] + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 15. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 15. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 15. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 15. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 15. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 15. + +Underfull \hbox (badness 10000) in paragraph at lines 19--19 + + [] + +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 20. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 20. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 21. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/iu.png used on input line 21. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 22. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 23. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/iu.png used on input line 23. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 24. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 25. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 27. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 27. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 32. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/actor.png used on input line 33. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 34. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 35. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 36. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 36. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/headerInp.png Graphic file (type png) + + +Package pdftex.def Info: images/headerInp.png used on input line 37. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 37. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 37. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 37. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 37. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 37. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 37. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 37. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 37. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 37. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 37. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 37. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 37. +[88]) (pantallas/IU17.tex +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 1. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << (babel) in language on input line 1. @@ -7150,42 +7894,172 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 1. -[79] +[89] Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 2. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 2. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 2. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 2. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 2. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 2. +(babel) in language on input line 3. + +File: images/CU17/CU17GUI01.png Graphic file (type png) -Underfull \hbox (badness 10000) in paragraph at lines 8--9 + +Package pdftex.def Info: images/CU17/CU17GUI01.png used on input line 5. +(pdftex.def) Requested size: 328.99857pt x 232.88107pt. +) (cu/CU18/CU18.tex +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 4. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 4. +[90 <./images/CU17/CU17GUI01.png>] +File: images/uc/default.png Graphic file (type png) + +Package pdftex.def Info: images/uc/default.png used on input line 4. +(pdftex.def) Requested size: 517.00287pt x 31.92772pt. +Overfull \hbox (47.00287pt too wide) in paragraph at lines 4--4 +[][][] + [] + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 4. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 4. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 8. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. + +Underfull \hbox (badness 10000) in paragraph at lines 14--14 +[]|\OT1/cmbr/bx/n/10 Responsable de [] +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 15. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 15. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 15. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 15. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 15. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 15. -Underfull \hbox (badness 10000) in paragraph at lines 8--9 +Underfull \hbox (badness 10000) in paragraph at lines 19--19 [] +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 20. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 20. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 21. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) - -File: images/CU16RegistrarEmpleado/RegistroEmpleado.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 21. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 22. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 22. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/CU16RegistrarEmpleado/RegistroEmpleado.png used - on input line 10. -(pdftex.def) Requested size: 328.99857pt x 257.00267pt. + +Package pdftex.def Info: images/uc/usecase.png used on input line 23. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 23. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +) (pantallas/IU18.tex File: images/headerInp.png Graphic file (type png) -Package pdftex.def Info: images/headerInp.png used on input line 26. +Package pdftex.def Info: images/headerInp.png used on input line 1. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -7195,32 +8069,51 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 26. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 26. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 26. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 26. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 26. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 26. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 26. +(babel) in language on input line 1. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 26. +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 1. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 1. +[91] +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 3. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 26. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 26. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 26. +(babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 26. -[80 <./images/CU16RegistrarEmpleado/RegistroEmpleado.png>]) (./cu/CU17/CU17.tex +(babel) in language on input line 3. + +File: images/CU18/CU18GUI01.png Graphic file (type png) + + +Package pdftex.def Info: images/CU18/CU18GUI01.png used on input line 5. +(pdftex.def) Requested size: 328.99857pt x 225.77596pt. +) (cu/CU19/CU19.tex File: images/headerInp.png Graphic file (type png) - + Package pdftex.def Info: images/headerInp.png used on input line 4. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -7254,7 +8147,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 4. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 4. -[81] +[92 <./images/CU18/CU18GUI01.png>] File: images/uc/default.png Graphic file (type png) Package pdftex.def Info: images/uc/default.png used on input line 4. @@ -7301,137 +8194,79 @@ Package babel Info: Redefining spanish shorthand "! Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 4. -Underfull \hbox (badness 10000) in paragraph at lines 14--14 +Underfull \hbox (badness 10000) in paragraph at lines 16--16 []|\OT1/cmbr/bx/n/10 Responsable de [] Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 15. +(babel) in language on input line 17. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 15. +(babel) in language on input line 17. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 15. +(babel) in language on input line 17. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 15. +(babel) in language on input line 17. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 15. +(babel) in language on input line 17. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 15. +(babel) in language on input line 17. -Underfull \hbox (badness 10000) in paragraph at lines 19--19 +Underfull \hbox (badness 10000) in paragraph at lines 21--21 [] File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 20. +Package pdftex.def Info: images/uc/actor.png used on input line 22. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 20. +Package pdftex.def Info: images/uc/iu.png used on input line 22. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 21. +Package pdftex.def Info: images/uc/usecase.png used on input line 23. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 21. +Package pdftex.def Info: images/uc/iu.png used on input line 23. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 22. +Package pdftex.def Info: images/uc/actor.png used on input line 24. (pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 23. +Package pdftex.def Info: images/uc/actor.png used on input line 25. (pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/iu.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/iu.png used on input line 23. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 24. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 25. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/usecase.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/usecase.png used on input line 27. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 27. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. -File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 32. -(pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 33. +Package pdftex.def Info: images/uc/actor.png used on input line 26. (pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 26. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 34. +Package pdftex.def Info: images/uc/usecase.png used on input line 27. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 35. +Package pdftex.def Info: images/uc/usecase.png used on input line 29. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 36. +Package pdftex.def Info: images/uc/usecase.png used on input line 31. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 36. +Package pdftex.def Info: images/uc/iu.png used on input line 31. (pdftex.def) Requested size: 11.09076pt x 10.0pt. -File: images/headerInp.png Graphic file (type png) - - -Package pdftex.def Info: images/headerInp.png used on input line 37. -(pdftex.def) Requested size: 181.56552pt x 35.0pt. - - -Package Fancyhdr Warning: \headheight is too small (30.0pt): - Make it at least 38.75003pt. - We now make it that large for the rest of the document. - This may cause the page layout to be inconsistent, however. - -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 37. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 37. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 37. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 37. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 37. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 37. -Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 37. -Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 37. -Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 37. -Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 37. -Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 37. -Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 37. -[82]) (./pantallas/IU17.tex +) (pantallas/IU19.tex File: images/headerInp.png Graphic file (type png) Package pdftex.def Info: images/headerInp.png used on input line 1. @@ -7467,7 +8302,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 1. -[83] +[93] Package babel Info: Redefining spanish shorthand << (babel) in language on input line 3. Package babel Info: Redefining spanish shorthand >> @@ -7480,16 +8315,15 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 3. - -File: images/CU17/CU17GUI01.png Graphic file (type png) + +File: images/CU19/CU19GUI01.png Graphic file (type png) - -Package pdftex.def Info: images/CU17/CU17GUI01.png used on input line 5. -(pdftex.def) Requested size: 328.99857pt x 232.88107pt. -) (./cu/CU18/CU18.tex + +Package pdftex.def Info: images/CU19/CU19GUI01.png used on input line 5. +(pdftex.def) Requested size: 328.99857pt x 232.53479pt. +) (cu/CU20/CU20.tex File: images/headerInp.png Graphic file (type png) - - + Package pdftex.def Info: images/headerInp.png used on input line 4. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -7523,7 +8357,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 4. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 4. -[84 <./images/CU17/CU17GUI01.png>] +[94 <./images/CU19/CU19GUI01.png>] File: images/uc/default.png Graphic file (type png) Package pdftex.def Info: images/uc/default.png used on input line 4. @@ -7569,10 +8403,6 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 4. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 4. -File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 8. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. Underfull \hbox (badness 10000) in paragraph at lines 14--14 []|\OT1/cmbr/bx/n/10 Responsable de @@ -7616,20 +8446,33 @@ File: images/uc/actor.png Graphic file (type png) Package pdftex.def Info: images/uc/actor.png used on input line 22. (pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 23. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 22. + + +Package pdftex.def Info: images/uc/iu.png used on input line 23. (pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 24. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 27. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 23. +Package pdftex.def Info: images/uc/usecase.png used on input line 29. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) -Package pdftex.def Info: images/uc/iu.png used on input line 23. +Package pdftex.def Info: images/uc/iu.png used on input line 29. (pdftex.def) Requested size: 11.09076pt x 10.0pt. -) (./pantallas/IU18.tex +) (pantallas/IU20.tex File: images/headerInp.png Graphic file (type png) @@ -7666,7 +8509,7 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 1. -[85] +[95] Package babel Info: Redefining spanish shorthand << (babel) in language on input line 3. Package babel Info: Redefining spanish shorthand >> @@ -7679,17 +8522,21 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 3. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 3. - -File: images/CU18/CU18GUI01.png Graphic file (type png) +pdfTeX warning (ext4): destination with the same identifier (name{IU01}) has be +en already used, duplicate ignored + + \relax +l.5 ...]{CU01/CU01GUI01}{IU01}{Pantalla principal} + +File: images/CU01/CU01GUI01.png Graphic file (type png) - -Package pdftex.def Info: images/CU18/CU18GUI01.png used on input line 5. -(pdftex.def) Requested size: 328.99857pt x 225.77596pt. -) (./cu/CU19/CU19.tex + +Package pdftex.def Info: images/CU01/CU01GUI01.png used on input line 5. +(pdftex.def) Requested size: 328.99857pt x 251.45557pt. +) (cu/CU21/CU21.tex File: images/headerInp.png Graphic file (type png) - - -Package pdftex.def Info: images/headerInp.png used on input line 4. + +Package pdftex.def Info: images/headerInp.png used on input line 7. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -7699,149 +8546,216 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 4. -[86 <./images/CU18/CU18GUI01.png>] +(babel) in language on input line 7. +[96] File: images/uc/default.png Graphic file (type png) -Package pdftex.def Info: images/uc/default.png used on input line 4. +Package pdftex.def Info: images/uc/default.png used on input line 7. (pdftex.def) Requested size: 517.00287pt x 31.92772pt. -Overfull \hbox (47.00287pt too wide) in paragraph at lines 4--4 +Overfull \hbox (47.00287pt too wide) in paragraph at lines 7--7 [][][] [] Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 4. +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 4. - -Underfull \hbox (badness 10000) in paragraph at lines 16--16 -[]|\OT1/cmbr/bx/n/10 Responsable de - [] - +(babel) in language on input line 7. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 17. +(babel) in language on input line 22. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 17. +(babel) in language on input line 22. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 17. +(babel) in language on input line 22. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 17. +(babel) in language on input line 22. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 17. +(babel) in language on input line 22. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 17. +(babel) in language on input line 22. -Underfull \hbox (badness 10000) in paragraph at lines 21--21 +Underfull \hbox (badness 10000) in paragraph at lines 24--24 [] File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 22. +Package pdftex.def Info: images/uc/actor.png used on input line 25. (pdftex.def) Requested size: 14.26958pt x 11.0pt. + + +LaTeX Warning: Reference `CU08' on page 97 undefined on input line 25. + File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 22. + +Package pdftex.def Info: images/uc/iu.png used on input line 25. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 23. +Package pdftex.def Info: images/uc/usecase.png used on input line 26. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 26. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 23. + +Package pdftex.def Info: images/uc/actor.png used on input line 27. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 28. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 28. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 24. + + +Package pdftex.def Info: images/uc/actor.png used on input line 29. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 30. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/actor.png used on input line 31. (pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 32. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 32. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 32. +[97] +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 35. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 25. +Package pdftex.def Info: images/uc/actor.png used on input line 36. (pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 37. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 42. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 26. +Package pdftex.def Info: images/uc/actor.png used on input line 43. (pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 26. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 27. +Package pdftex.def Info: images/uc/usecase.png used on input line 44. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 29. +Package pdftex.def Info: images/uc/usecase.png used on input line 49. (pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 50. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) - -Package pdftex.def Info: images/uc/usecase.png used on input line 31. + + +Package pdftex.def Info: images/uc/usecase.png used on input line 51. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 31. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. -) (./pantallas/IU19.tex +) (pantallas/IU21.tex File: images/headerInp.png Graphic file (type png) Package pdftex.def Info: images/headerInp.png used on input line 1. @@ -7877,30 +8791,115 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 1. -[87] +[98] Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 3. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 3. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 3. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 3. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 3. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 3. - -File: images/CU19/CU19GUI01.png Graphic file (type png) +(babel) in language on input line 2. - -Package pdftex.def Info: images/CU19/CU19GUI01.png used on input line 5. -(pdftex.def) Requested size: 328.99857pt x 232.53479pt. -) (./cu/CU20/CU20.tex +Underfull \hbox (badness 10000) in paragraph at lines 8--9 + + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 8--9 + + [] + + +File: images/CU21/UI01.png Graphic file (type png) + + +Package pdftex.def Info: images/CU21/UI01.png used on input line 10. +(pdftex.def) Requested size: 328.99857pt x 292.46153pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 14. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 24. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. - -Package pdftex.def Info: images/headerInp.png used on input line 4. + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 24. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 24. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 24. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 24. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 24. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 24. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 24. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 24. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 24. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 24. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 24. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 24. +[99 <./images/CU21/UI01.png>] +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 29. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 29. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 29. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 29. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 29. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 29. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 32. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. +File: images/uc/iu.png Graphic file (type png) + +Package pdftex.def Info: images/uc/iu.png used on input line 35. +(pdftex.def) Requested size: 11.09076pt x 10.0pt. + +Underfull \hbox (badness 10000) in paragraph at lines 35--36 + + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 35--36 + + [] + + +File: images/CU21/UI02.png Graphic file (type png) + + +Package pdftex.def Info: images/CU21/UI02.png used on input line 37. +(pdftex.def) Requested size: 328.99857pt x 189.27116pt. +) (cu/CU22/CU22.tex +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 6. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -7910,148 +8909,201 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 4. -[88 <./images/CU19/CU19GUI01.png>] +(babel) in language on input line 6. +[100 <./images/CU21/UI02.png>] File: images/uc/default.png Graphic file (type png) -Package pdftex.def Info: images/uc/default.png used on input line 4. +Package pdftex.def Info: images/uc/default.png used on input line 6. (pdftex.def) Requested size: 517.00287pt x 31.92772pt. -Overfull \hbox (47.00287pt too wide) in paragraph at lines 4--4 +Overfull \hbox (47.00287pt too wide) in paragraph at lines 6--6 [][][] [] Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 4. +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 4. - -Underfull \hbox (badness 10000) in paragraph at lines 14--14 -[]|\OT1/cmbr/bx/n/10 Responsable de - [] - +(babel) in language on input line 6. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 15. +(babel) in language on input line 22. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 15. +(babel) in language on input line 22. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 15. +(babel) in language on input line 22. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 15. +(babel) in language on input line 22. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 15. +(babel) in language on input line 22. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 15. +(babel) in language on input line 22. -Underfull \hbox (badness 10000) in paragraph at lines 19--19 +Underfull \hbox (badness 10000) in paragraph at lines 24--24 [] File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 20. +Package pdftex.def Info: images/uc/actor.png used on input line 25. (pdftex.def) Requested size: 14.26958pt x 11.0pt. + + +LaTeX Warning: Reference `CU08' on page 101 undefined on input line 25. + File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 20. + +Package pdftex.def Info: images/uc/iu.png used on input line 25. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 21. +Package pdftex.def Info: images/uc/usecase.png used on input line 26. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/iu.png Graphic file (type png) - - -Package pdftex.def Info: images/uc/iu.png used on input line 21. + +Package pdftex.def Info: images/uc/iu.png used on input line 26. (pdftex.def) Requested size: 11.09076pt x 10.0pt. File: images/uc/actor.png Graphic file (type png) - -Package pdftex.def Info: images/uc/actor.png used on input line 22. + + +Package pdftex.def Info: images/uc/actor.png used on input line 27. (pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 28. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/usecase.png used on input line 32. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/actor.png Graphic file (type png) -Package pdftex.def Info: images/uc/actor.png used on input line 23. +Package pdftex.def Info: images/uc/actor.png used on input line 33. (pdftex.def) Requested size: 14.26958pt x 11.0pt. -File: images/uc/iu.png Graphic file (type png) +File: images/headerInp.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 23. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. + +Package pdftex.def Info: images/headerInp.png used on input line 34. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 34. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 34. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 34. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 34. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 34. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 34. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 34. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 34. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 34. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 34. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 34. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 34. +[101] File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 24. +Package pdftex.def Info: images/uc/usecase.png used on input line 34. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 27. +Package pdftex.def Info: images/uc/usecase.png used on input line 39. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +File: images/uc/actor.png Graphic file (type png) + + +Package pdftex.def Info: images/uc/actor.png used on input line 40. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) + +Package pdftex.def Info: images/uc/usecase.png used on input line 41. (pdftex.def) Requested size: 16.40865pt x 11.0pt. File: images/uc/usecase.png Graphic file (type png) -Package pdftex.def Info: images/uc/usecase.png used on input line 29. +Package pdftex.def Info: images/uc/usecase.png used on input line 46. (pdftex.def) Requested size: 16.40865pt x 11.0pt. -File: images/uc/iu.png Graphic file (type png) - -Package pdftex.def Info: images/uc/iu.png used on input line 29. -(pdftex.def) Requested size: 11.09076pt x 10.0pt. -) (./pantallas/IU20.tex -File: images/headerInp.png Graphic file (type png) +File: images/uc/actor.png Graphic file (type png) + +Package pdftex.def Info: images/uc/actor.png used on input line 47. +(pdftex.def) Requested size: 14.26958pt x 11.0pt. +File: images/uc/usecase.png Graphic file (type png) - + +Package pdftex.def Info: images/uc/usecase.png used on input line 48. +(pdftex.def) Requested size: 16.40865pt x 11.0pt. +) (pantallas/IU22.tex +File: images/headerInp.png Graphic file (type png) + Package pdftex.def Info: images/headerInp.png used on input line 1. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -8085,34 +9137,88 @@ Package babel Info: Redefining spanish shorthand "! (babel) in language on input line 1. Package babel Info: Redefining spanish shorthand "? (babel) in language on input line 1. -[89] +[102] Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 3. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 3. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 3. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 3. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 3. +(babel) in language on input line 2. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 3. -pdfTeX warning (ext4): destination with the same identifier (name{IU01}) has be -en already used, duplicate ignored - - \relax -l.5 ...]{CU01/CU01GUI01}{IU01}{Pantalla principal} - -File: images/CU01/CU01GUI01.png Graphic file (type png) +(babel) in language on input line 2. - -Package pdftex.def Info: images/CU01/CU01GUI01.png used on input line 5. -(pdftex.def) Requested size: 328.99857pt x 251.45557pt. +Underfull \hbox (badness 10000) in paragraph at lines 8--9 + + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 8--9 + + [] + + +File: images/CU22/UI01.png Graphic file (type png) + + +Package pdftex.def Info: images/CU22/UI01.png used on input line 10. +(pdftex.def) Requested size: 328.99857pt x 182.0323pt. ) File: images/headerInp.png Graphic file (type png) -Package pdftex.def Info: images/headerInp.png used on input line 98. +Package pdftex.def Info: images/headerInp.png used on input line 111. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 111. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 111. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 111. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 111. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 111. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 111. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 111. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 111. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 111. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 111. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 111. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 111. +[103 <./images/CU22/UI01.png>] +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 112. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 112. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 112. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 112. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 112. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 112. + (messages/msg.tex +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 90. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -8122,46 +9228,69 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 98. +(babel) in language on input line 90. +Package babel Info: Redefining spanish shorthand >> +(babel) in language on input line 90. +Package babel Info: Redefining spanish shorthand "= +(babel) in language on input line 90. +Package babel Info: Redefining spanish shorthand "~ +(babel) in language on input line 90. +Package babel Info: Redefining spanish shorthand "! +(babel) in language on input line 90. +Package babel Info: Redefining spanish shorthand "? +(babel) in language on input line 90. +Package babel Info: Redefining spanish shorthand << +(babel) in language on input line 90. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 98. +(babel) in language on input line 90. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 98. +(babel) in language on input line 90. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 98. +(babel) in language on input line 90. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 98. +(babel) in language on input line 90. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 98. +(babel) in language on input line 90. +[104] +File: images/headerInp.png Graphic file (type png) + +Package pdftex.def Info: images/headerInp.png used on input line 148. +(pdftex.def) Requested size: 181.56552pt x 35.0pt. + + +Package Fancyhdr Warning: \headheight is too small (30.0pt): + Make it at least 38.75003pt. + We now make it that large for the rest of the document. + This may cause the page layout to be inconsistent, however. + Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 98. +(babel) in language on input line 148. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 98. +(babel) in language on input line 148. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 98. +(babel) in language on input line 148. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 98. +(babel) in language on input line 148. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 98. +(babel) in language on input line 148. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 98. -[90] +(babel) in language on input line 148. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 99. +(babel) in language on input line 148. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 99. +(babel) in language on input line 148. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 99. +(babel) in language on input line 148. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 99. +(babel) in language on input line 148. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 99. +(babel) in language on input line 148. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 99. - (./messages/msg.tex +(babel) in language on input line 148. +[105] File: images/headerInp.png Graphic file (type png) -Package pdftex.def Info: images/headerInp.png used on input line 57. +Package pdftex.def Info: images/headerInp.png used on input line 205. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -8171,34 +9300,34 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 57. +(babel) in language on input line 205. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 57. +(babel) in language on input line 205. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 57. +(babel) in language on input line 205. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 57. +(babel) in language on input line 205. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 57. +(babel) in language on input line 205. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 57. +(babel) in language on input line 205. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 57. +(babel) in language on input line 205. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 57. +(babel) in language on input line 205. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 57. +(babel) in language on input line 205. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 57. +(babel) in language on input line 205. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 57. +(babel) in language on input line 205. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 57. -[91]) -Package atveryend Info: Empty hook `BeforeClearDocument' on input line 101. +(babel) in language on input line 205. +[106]) +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 114. File: images/headerInp.png Graphic file (type png) -Package pdftex.def Info: images/headerInp.png used on input line 101. +Package pdftex.def Info: images/headerInp.png used on input line 114. (pdftex.def) Requested size: 181.56552pt x 35.0pt. @@ -8208,56 +9337,59 @@ Package Fancyhdr Warning: \headheight is too small (30.0pt): This may cause the page layout to be inconsistent, however. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 101. +(babel) in language on input line 114. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 101. +(babel) in language on input line 114. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 101. +(babel) in language on input line 114. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 101. +(babel) in language on input line 114. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 101. +(babel) in language on input line 114. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 101. +(babel) in language on input line 114. Package babel Info: Redefining spanish shorthand << -(babel) in language on input line 101. +(babel) in language on input line 114. Package babel Info: Redefining spanish shorthand >> -(babel) in language on input line 101. +(babel) in language on input line 114. Package babel Info: Redefining spanish shorthand "= -(babel) in language on input line 101. +(babel) in language on input line 114. Package babel Info: Redefining spanish shorthand "~ -(babel) in language on input line 101. +(babel) in language on input line 114. Package babel Info: Redefining spanish shorthand "! -(babel) in language on input line 101. +(babel) in language on input line 114. Package babel Info: Redefining spanish shorthand "? -(babel) in language on input line 101. -[92] -Package atveryend Info: Empty hook `AfterLastShipout' on input line 101. - (./index.aux +(babel) in language on input line 114. +[107] +Package atveryend Info: Empty hook `AfterLastShipout' on input line 114. + (index.aux LaTeX Info: Redefining \. on input line 23. LaTeX Info: Redefining \% on input line 23. ) -Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 101. -Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 101. +Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 114. +Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 114. Package rerunfilecheck Info: File `index.out' has not changed. -(rerunfilecheck) Checksum: 64C0C2F2DE032617719A41DFE0B4D74A;8654. +(rerunfilecheck) Checksum: 9685B91B05978AC0F049413C17AAFC0F;10213. LaTeX Font Warning: Some font shapes were not available, defaults substituted. +LaTeX Warning: There were undefined references. + + LaTeX Warning: There were multiply-defined labels. -Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 101. +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 114. ) Here is how much of TeX's memory you used: - 11033 strings out of 493029 - 152624 string characters out of 6136234 - 254271 words of memory out of 5000000 - 13344 multiletter control sequences out of 15000+600000 - 16117 words of font info for 60 fonts, out of 8000000 for 9000 + 11293 strings out of 493333 + 155702 string characters out of 3139171 + 256144 words of memory out of 3000000 + 13454 multiletter control sequences out of 15000+200000 + 16117 words of font info for 60 fonts, out of 3000000 for 9000 1141 hyphenation exceptions out of 8191 - 48i,16n,45p,616b,683s stack positions out of 5000i,500n,10000p,200000b,80000s + 48i,16n,45p,619b,681s stack positions out of 5000i,500n,10000p,200000b,50000s pdfTeX warning (dest): name{IU20} has been referenced but does not exist, rep laced by a fixed one @@ -8267,18 +9399,21 @@ d by a fixed one pdfTeX warning (dest): name{MASG1} has been referenced but does not exist, repl aced by a fixed one -pdfTeX warning (dest): name{[E1]} has been referenced but does not exist, repla +pdfTeX warning (dest): name{MSGX} has been referenced but does not exist, repla ced by a fixed one -pdfTeX warning (dest): name{MSGX} has been referenced but does not exist, repla +pdfTeX warning (dest): name{UI14} has been referenced but does not exist, repla ced by a fixed one +pdfTeX warning (dest): name{UI13B} has been referenced but does not exist, repl +aced by a fixed one + +pdfTeX warning (dest): name{UI13A} has been referenced but does not exist, repl +aced by a fixed one + pdfTeX warning (dest): name{E6} has been referenced but does not exist, replace d by a fixed one -pdfTeX warning (dest): name{MSG5} has been referenced but does not exist, repla -ced by a fixed one - pdfTeX warning (dest): name{5} has been referenced but does not exist, replaced by a fixed one @@ -8288,33 +9423,15 @@ aced by a fixed one pdfTeX warning (dest): name{MSG13} has been referenced but does not exist, repl aced by a fixed one -pdfTeX warning (dest): name{MSG11} has been referenced but does not exist, repl -aced by a fixed one - -pdfTeX warning (dest): name{MSG10} has been referenced but does not exist, repl -aced by a fixed one - -pdfTeX warning (dest): name{MSG3} has been referenced but does not exist, repla -ced by a fixed one - pdfTeX warning (dest): name{Rn8} has been referenced but does not exist, replac ed by a fixed one -pdfTeX warning (dest): name{MSG4} has been referenced but does not exist, repla -ced by a fixed one - pdfTeX warning (dest): name{Rn7} has been referenced but does not exist, replac ed by a fixed one -pdfTeX warning (dest): name{MSG2} has been referenced but does not exist, repla -ced by a fixed one - pdfTeX warning (dest): name{Rn6} has been referenced but does not exist, replac ed by a fixed one -pdfTeX warning (dest): name{MSG7} has been referenced but does not exist, repla -ced by a fixed one - pdfTeX warning (dest): name{Rn5} has been referenced but does not exist, replac ed by a fixed one @@ -8327,24 +9444,15 @@ ed by a fixed one pdfTeX warning (dest): name{E7} has been referenced but does not exist, replace d by a fixed one -pdfTeX warning (dest): name{MSG6} has been referenced but does not exist, repla -ced by a fixed one - pdfTeX warning (dest): name{\(} has been referenced but does not exist, replace d by a fixed one pdfTeX warning (dest): name{MASG6} has been referenced but does not exist, repl aced by a fixed one -pdfTeX warning (dest): name{MSG8} has been referenced but does not exist, repla -ced by a fixed one - pdfTeX warning (dest): name{E3} has been referenced but does not exist, replace d by a fixed one -pdfTeX warning (dest): name{MSG1} has been referenced but does not exist, repla -ced by a fixed one - pdfTeX warning (dest): name{E1} has been referenced but does not exist, replace d by a fixed one @@ -8366,19 +9474,30 @@ aced by a fixed one pdfTeX warning (dest): name{MSG01} has been referenced but does not exist, repl aced by a fixed one - -Output written on index.pdf (96 pages, 1139140 bytes). + + + +Output written on index.pdf (111 pages, 1639983 bytes). PDF statistics: - 2168 PDF objects out of 2487 (max. 8388607) - 1986 compressed objects within 20 object streams - 862 named destinations out of 1000 (max. 500000) - 1069 words of extra memory for PDF output out of 10000 (max. 10000000) + 2967 PDF objects out of 2984 (max. 8388607) + 982 named destinations out of 1000 (max. 500000) + 1230 words of extra memory for PDF output out of 10000 (max. 10000000) diff --git a/BibliotecaLatex/index.out b/BibliotecaLatex/index.out index ae4521a..868bb90 100644 --- a/BibliotecaLatex/index.out +++ b/BibliotecaLatex/index.out @@ -36,7 +36,7 @@ \BOOKMARK [2][-]{subsection.2.6.2}{Atributos importantes}{section.2.6}% 36 \BOOKMARK [2][-]{subsection.2.6.3}{Trayectorias del Caso de Uso}{section.2.6}% 37 \BOOKMARK [2][-]{subsection.2.6.4}{IU6 Pantalla Cambio de Estado de un Libro}{section.2.6}% 38 -\BOOKMARK [1][-]{section.2.7}{CU07 Prestamo de Libros a domicilio}{chapter.2}% 39 +\BOOKMARK [1][-]{section.2.7}{CU07 Prestar libros a domicilio}{chapter.2}% 39 \BOOKMARK [2][-]{subsection.2.7.1}{Descripci\363n completa}{section.2.7}% 40 \BOOKMARK [2][-]{subsection.2.7.2}{Atributos importantes}{section.2.7}% 41 \BOOKMARK [2][-]{subsection.2.7.3}{Trayectorias del Caso de Uso}{section.2.7}% 42 @@ -73,39 +73,56 @@ \BOOKMARK [2][-]{subsection.2.12.4}{IU01 Pantalla de Inicio}{section.2.12}% 73 \BOOKMARK [2][-]{subsection.2.12.5}{IU02 Pantalla Apartar Libro}{section.2.12}% 74 \BOOKMARK [2][-]{subsection.2.12.6}{IU03 Pantalla de Formulario para Apartar Libro}{section.2.12}% 75 -\BOOKMARK [1][-]{section.2.13}{CU14 Generar Multas}{chapter.2}% 76 +\BOOKMARK [1][-]{section.2.13}{CU13 Registrar Multas}{chapter.2}% 76 \BOOKMARK [2][-]{subsection.2.13.1}{Descripci\363n completa}{section.2.13}% 77 \BOOKMARK [2][-]{subsection.2.13.2}{Atributos importantes}{section.2.13}% 78 \BOOKMARK [2][-]{subsection.2.13.3}{Trayectorias del Caso de Uso}{section.2.13}% 79 -\BOOKMARK [1][-]{section.2.14}{CU15 Consultar inventario}{chapter.2}% 80 -\BOOKMARK [2][-]{subsection.2.14.1}{Descripci\363n completa}{section.2.14}% 81 -\BOOKMARK [2][-]{subsection.2.14.2}{Atributos importantes}{section.2.14}% 82 -\BOOKMARK [2][-]{subsection.2.14.3}{Trayectorias del Caso de Uso}{section.2.14}% 83 -\BOOKMARK [2][-]{subsection.2.14.4}{IU1501 Men\372 }{section.2.14}% 84 -\BOOKMARK [2][-]{subsection.2.14.5}{IU1502 Consultar Inventario }{section.2.14}% 85 -\BOOKMARK [1][-]{section.2.15}{CU16 Registrar empleado}{chapter.2}% 86 +\BOOKMARK [2][-]{subsection.2.13.4}{IU13A Pantalla de Registro de Multa}{section.2.13}% 80 +\BOOKMARK [2][-]{subsection.2.13.5}{IU13B Pantalla de Confirmaci\363n de multa}{section.2.13}% 81 +\BOOKMARK [1][-]{section.2.14}{CU14 Generar Multas}{chapter.2}% 82 +\BOOKMARK [2][-]{subsection.2.14.1}{Descripci\363n completa}{section.2.14}% 83 +\BOOKMARK [2][-]{subsection.2.14.2}{Atributos importantes}{section.2.14}% 84 +\BOOKMARK [2][-]{subsection.2.14.3}{Trayectorias del Caso de Uso}{section.2.14}% 85 +\BOOKMARK [1][-]{section.2.15}{CU15 Consultar inventario}{chapter.2}% 86 \BOOKMARK [2][-]{subsection.2.15.1}{Descripci\363n completa}{section.2.15}% 87 \BOOKMARK [2][-]{subsection.2.15.2}{Atributos importantes}{section.2.15}% 88 \BOOKMARK [2][-]{subsection.2.15.3}{Trayectorias del Caso de Uso}{section.2.15}% 89 -\BOOKMARK [2][-]{subsection.2.15.4}{IU16 Pantalla de Registro de Empleados}{section.2.15}% 90 -\BOOKMARK [1][-]{section.2.16}{CU17 Crear nuevo rol}{chapter.2}% 91 -\BOOKMARK [2][-]{subsection.2.16.1}{Descripci\363n completa}{section.2.16}% 92 -\BOOKMARK [2][-]{subsection.2.16.2}{Atributos importantes}{section.2.16}% 93 -\BOOKMARK [2][-]{subsection.2.16.3}{Trayectorias del Caso de Uso}{section.2.16}% 94 -\BOOKMARK [2][-]{subsection.2.16.4}{IU17 Crear Rol}{section.2.16}% 95 -\BOOKMARK [1][-]{section.2.17}{CU18 Consultar rol}{chapter.2}% 96 -\BOOKMARK [2][-]{subsection.2.17.1}{Descripci\363n completa}{section.2.17}% 97 -\BOOKMARK [2][-]{subsection.2.17.2}{Atributos importantes}{section.2.17}% 98 -\BOOKMARK [2][-]{subsection.2.17.3}{Trayectorias del Caso de Uso}{section.2.17}% 99 -\BOOKMARK [2][-]{subsection.2.17.4}{IU18 Consultar Rol}{section.2.17}% 100 -\BOOKMARK [1][-]{section.2.18}{CU19 Modificar rol}{chapter.2}% 101 -\BOOKMARK [2][-]{subsection.2.18.1}{Descripci\363n completa}{section.2.18}% 102 -\BOOKMARK [2][-]{subsection.2.18.2}{Atributos importantes}{section.2.18}% 103 -\BOOKMARK [2][-]{subsection.2.18.3}{Trayectorias del Caso de Uso}{section.2.18}% 104 -\BOOKMARK [2][-]{subsection.2.18.4}{IU19 Modificar rol}{section.2.18}% 105 -\BOOKMARK [1][-]{section.2.19}{CU20 Eliminar rol}{chapter.2}% 106 -\BOOKMARK [2][-]{subsection.2.19.1}{Descripci\363n completa}{section.2.19}% 107 -\BOOKMARK [2][-]{subsection.2.19.2}{Atributos importantes}{section.2.19}% 108 -\BOOKMARK [2][-]{subsection.2.19.3}{Trayectorias del Caso de Uso}{section.2.19}% 109 -\BOOKMARK [2][-]{subsection.2.19.4}{IU20 Eliminar Rol}{section.2.19}% 110 -\BOOKMARK [1][-]{section.2.20}{Catalogo de Mensajes}{chapter.2}% 111 +\BOOKMARK [2][-]{subsection.2.15.4}{IU1501 Men\372 }{section.2.15}% 90 +\BOOKMARK [2][-]{subsection.2.15.5}{IU1502 Consultar Inventario }{section.2.15}% 91 +\BOOKMARK [1][-]{section.2.16}{CU16 Registrar empleado}{chapter.2}% 92 +\BOOKMARK [2][-]{subsection.2.16.1}{Descripci\363n completa}{section.2.16}% 93 +\BOOKMARK [2][-]{subsection.2.16.2}{Atributos importantes}{section.2.16}% 94 +\BOOKMARK [2][-]{subsection.2.16.3}{Trayectorias del Caso de Uso}{section.2.16}% 95 +\BOOKMARK [2][-]{subsection.2.16.4}{IU16 Pantalla de Registro de Empleados}{section.2.16}% 96 +\BOOKMARK [1][-]{section.2.17}{CU17 Crear nuevo rol}{chapter.2}% 97 +\BOOKMARK [2][-]{subsection.2.17.1}{Descripci\363n completa}{section.2.17}% 98 +\BOOKMARK [2][-]{subsection.2.17.2}{Atributos importantes}{section.2.17}% 99 +\BOOKMARK [2][-]{subsection.2.17.3}{Trayectorias del Caso de Uso}{section.2.17}% 100 +\BOOKMARK [2][-]{subsection.2.17.4}{IU17 Crear Rol}{section.2.17}% 101 +\BOOKMARK [1][-]{section.2.18}{CU18 Consultar rol}{chapter.2}% 102 +\BOOKMARK [2][-]{subsection.2.18.1}{Descripci\363n completa}{section.2.18}% 103 +\BOOKMARK [2][-]{subsection.2.18.2}{Atributos importantes}{section.2.18}% 104 +\BOOKMARK [2][-]{subsection.2.18.3}{Trayectorias del Caso de Uso}{section.2.18}% 105 +\BOOKMARK [2][-]{subsection.2.18.4}{IU18 Consultar Rol}{section.2.18}% 106 +\BOOKMARK [1][-]{section.2.19}{CU19 Modificar rol}{chapter.2}% 107 +\BOOKMARK [2][-]{subsection.2.19.1}{Descripci\363n completa}{section.2.19}% 108 +\BOOKMARK [2][-]{subsection.2.19.2}{Atributos importantes}{section.2.19}% 109 +\BOOKMARK [2][-]{subsection.2.19.3}{Trayectorias del Caso de Uso}{section.2.19}% 110 +\BOOKMARK [2][-]{subsection.2.19.4}{IU19 Modificar rol}{section.2.19}% 111 +\BOOKMARK [1][-]{section.2.20}{CU20 Eliminar rol}{chapter.2}% 112 +\BOOKMARK [2][-]{subsection.2.20.1}{Descripci\363n completa}{section.2.20}% 113 +\BOOKMARK [2][-]{subsection.2.20.2}{Atributos importantes}{section.2.20}% 114 +\BOOKMARK [2][-]{subsection.2.20.3}{Trayectorias del Caso de Uso}{section.2.20}% 115 +\BOOKMARK [2][-]{subsection.2.20.4}{IU20 Eliminar Rol}{section.2.20}% 116 +\BOOKMARK [1][-]{section.2.21}{CU21 Pedir libro a biblioteca}{chapter.2}% 117 +\BOOKMARK [2][-]{subsection.2.21.1}{Descripci\363n completa}{section.2.21}% 118 +\BOOKMARK [2][-]{subsection.2.21.2}{Atributos importantes}{section.2.21}% 119 +\BOOKMARK [2][-]{subsection.2.21.3}{Trayectorias del Caso de Uso}{section.2.21}% 120 +\BOOKMARK [2][-]{subsection.2.21.4}{IU21.1 Pedir libro a biblioteca b\372squeda}{section.2.21}% 121 +\BOOKMARK [2][-]{subsection.2.21.5}{IU21.2 Pedir libro a biblioteca consulta}{section.2.21}% 122 +\BOOKMARK [1][-]{section.2.22}{CU22 Prestar libro a biblioteca}{chapter.2}% 123 +\BOOKMARK [2][-]{subsection.2.22.1}{Descripci\363n completa}{section.2.22}% 124 +\BOOKMARK [2][-]{subsection.2.22.2}{Atributos importantes}{section.2.22}% 125 +\BOOKMARK [2][-]{subsection.2.22.3}{Trayectorias del Caso de Uso}{section.2.22}% 126 +\BOOKMARK [2][-]{subsection.2.22.4}{IU22.1 Prestar libro a biblioteca}{section.2.22}% 127 +\BOOKMARK [1][-]{section.2.23}{Catalogo de Mensajes}{chapter.2}% 128 diff --git a/BibliotecaLatex/index.pdf b/BibliotecaLatex/index.pdf index 6763ea8..79409d9 100644 Binary files a/BibliotecaLatex/index.pdf and b/BibliotecaLatex/index.pdf differ diff --git a/BibliotecaLatex/index.synctex.gz b/BibliotecaLatex/index.synctex.gz index 34edcf2..9e2e5cf 100644 Binary files a/BibliotecaLatex/index.synctex.gz and b/BibliotecaLatex/index.synctex.gz differ diff --git a/BibliotecaLatex/index.tex b/BibliotecaLatex/index.tex index b04439d..e0aba17 100644 --- a/BibliotecaLatex/index.tex +++ b/BibliotecaLatex/index.tex @@ -62,6 +62,7 @@ \chapter{Modelo de comportamiento} \cfinput{pantallas/IU10} \cfinput{cu/CU11/CU11} +\cfinput{pantallas/IU11} \cfinput{cu/CU12/cu12} \cfinput{pantallas/IU1201} @@ -74,7 +75,7 @@ \chapter{Modelo de comportamiento} \cfinput{pantallas/IU13B} \cfinput{cu/CU14/cu14} - +\cfinput{pantallas/IU14} \cfinput{cu/CU15/cu15} \cfinput{pantallas/IU1501} @@ -108,6 +109,11 @@ \chapter{Modelo de comportamiento} \cfinput{cu/CU22/CU22} \cfinput{pantallas/IU22} +%%CU22 + \cfinput{cu/CU23/CU23} + \cfinput{pantallas/IU23} + + \newpage \section{Catalogo de Mensajes} \cfinput{messages/msg} diff --git a/BibliotecaLatex/index.toc b/BibliotecaLatex/index.toc index 87762b7..dafb520 100644 --- a/BibliotecaLatex/index.toc +++ b/BibliotecaLatex/index.toc @@ -24,7 +24,7 @@ \contentsline {section}{\numberline {2.3}CU03 Generar Credencial}{19}{section.2.3} \contentsline {subsection}{\numberline {2.3.1}Descripci\IeC {\'o}n completa}{19}{subsection.2.3.1} \contentsline {subsection}{\numberline {2.3.2}Atributos importantes}{19}{subsection.2.3.2} -\contentsline {subsection}{\numberline {2.3.3}Trayectorias del Caso de Uso}{19}{subsection.2.3.3} +\contentsline {subsection}{\numberline {2.3.3}Trayectorias del Caso de Uso}{20}{subsection.2.3.3} \contentsline {subsection}{\numberline {2.3.4}IU01 Pantalla de Inicio}{21}{subsection.2.3.4} \contentsline {subsubsection}{Objetivo}{21}{section*.8} \contentsline {subsubsection}{Dise\IeC {\~n}o}{21}{section*.9} @@ -75,7 +75,7 @@ \contentsline {subsubsection}{Entradas}{36}{section*.37} \contentsline {subsubsection}{Comandos}{36}{section*.38} \contentsline {subsubsection}{Mensajes}{37}{section*.39} -\contentsline {section}{\numberline {2.7}CU07 Prestamo de Libros a domicilio}{38}{section.2.7} +\contentsline {section}{\numberline {2.7}CU07 Prestar libros a domicilio}{38}{section.2.7} \contentsline {subsection}{\numberline {2.7.1}Descripci\IeC {\'o}n completa}{38}{subsection.2.7.1} \contentsline {subsection}{\numberline {2.7.2}Atributos importantes}{38}{subsection.2.7.2} \contentsline {subsection}{\numberline {2.7.3}Trayectorias del Caso de Uso}{38}{subsection.2.7.3} @@ -107,38 +107,38 @@ \contentsline {subsection}{\numberline {2.8.1}Descripci\IeC {\'o}n completa}{47}{subsection.2.8.1} \contentsline {subsection}{\numberline {2.8.2}Atributos importantes}{47}{subsection.2.8.2} \contentsline {subsection}{\numberline {2.8.3}Trayectorias del Caso de Uso}{47}{subsection.2.8.3} -\contentsline {subsection}{\numberline {2.8.4}IU8.1 Pantalla de Inicio}{49}{subsection.2.8.4} -\contentsline {subsubsection}{Objetivo}{49}{section*.60} -\contentsline {subsubsection}{Dise\IeC {\~n}o}{49}{section*.61} -\contentsline {subsubsection}{Salidas}{49}{section*.62} -\contentsline {subsubsection}{Entradas}{49}{section*.63} -\contentsline {subsection}{\numberline {2.8.5}IU8.2 Pantalla de pr\IeC {\'e}stamo interbibliotecario}{49}{subsection.2.8.5} -\contentsline {subsubsection}{Objetivo}{50}{section*.64} -\contentsline {subsubsection}{Dise\IeC {\~n}o}{50}{section*.65} -\contentsline {subsubsection}{Salidas}{50}{section*.66} -\contentsline {subsubsection}{Entradas}{50}{section*.67} -\contentsline {section}{\numberline {2.9}CU09 Registrar Devoluci\IeC {\'o}n de libro}{51}{section.2.9} -\contentsline {subsection}{\numberline {2.9.1}Descripci\IeC {\'o}n completa}{51}{subsection.2.9.1} -\contentsline {subsection}{\numberline {2.9.2}Atributos importantes}{51}{subsection.2.9.2} -\contentsline {subsection}{\numberline {2.9.3}Trayectorias del Caso de Uso}{52}{subsection.2.9.3} -\contentsline {subsection}{\numberline {2.9.4}IU01 Pantalla de Inicio}{54}{subsection.2.9.4} -\contentsline {subsubsection}{Objetivo}{54}{section*.68} -\contentsline {subsubsection}{Dise\IeC {\~n}o}{54}{section*.69} -\contentsline {subsubsection}{Salidas}{54}{section*.70} -\contentsline {subsubsection}{Entradas}{54}{section*.71} -\contentsline {subsection}{\numberline {2.9.5}IU02 Pantalla de Informacion}{54}{subsection.2.9.5} -\contentsline {subsubsection}{Objetivo}{54}{section*.72} -\contentsline {subsubsection}{Dise\IeC {\~n}o}{55}{section*.73} -\contentsline {subsubsection}{Salidas}{55}{section*.74} -\contentsline {subsubsection}{Entradas}{55}{section*.75} -\contentsline {subsection}{\numberline {2.9.6}IU03 Pantalla de Exito}{55}{subsection.2.9.6} -\contentsline {subsubsection}{Objetivo}{55}{section*.76} -\contentsline {subsubsection}{Dise\IeC {\~n}o}{55}{section*.77} -\contentsline {subsubsection}{Salidas}{56}{section*.78} -\contentsline {subsubsection}{Entradas}{56}{section*.79} -\contentsline {section}{\numberline {2.10}CU10 Renovar pr\IeC {\'e}stamo de libro}{57}{section.2.10} -\contentsline {subsection}{\numberline {2.10.1}Descripci\IeC {\'o}n completa}{57}{subsection.2.10.1} -\contentsline {subsection}{\numberline {2.10.2}Atributos importantes}{57}{subsection.2.10.2} +\contentsline {subsection}{\numberline {2.8.4}IU8.1 Pantalla de Inicio}{48}{subsection.2.8.4} +\contentsline {subsubsection}{Objetivo}{48}{section*.60} +\contentsline {subsubsection}{Dise\IeC {\~n}o}{48}{section*.61} +\contentsline {subsubsection}{Salidas}{48}{section*.62} +\contentsline {subsubsection}{Entradas}{48}{section*.63} +\contentsline {subsection}{\numberline {2.8.5}IU8.2 Pantalla de pr\IeC {\'e}stamo interbibliotecario}{48}{subsection.2.8.5} +\contentsline {subsubsection}{Objetivo}{49}{section*.64} +\contentsline {subsubsection}{Dise\IeC {\~n}o}{49}{section*.65} +\contentsline {subsubsection}{Salidas}{49}{section*.66} +\contentsline {subsubsection}{Entradas}{49}{section*.67} +\contentsline {section}{\numberline {2.9}CU09 Registrar Devoluci\IeC {\'o}n de libro}{50}{section.2.9} +\contentsline {subsection}{\numberline {2.9.1}Descripci\IeC {\'o}n completa}{50}{subsection.2.9.1} +\contentsline {subsection}{\numberline {2.9.2}Atributos importantes}{50}{subsection.2.9.2} +\contentsline {subsection}{\numberline {2.9.3}Trayectorias del Caso de Uso}{51}{subsection.2.9.3} +\contentsline {subsection}{\numberline {2.9.4}IU01 Pantalla de Inicio}{53}{subsection.2.9.4} +\contentsline {subsubsection}{Objetivo}{53}{section*.68} +\contentsline {subsubsection}{Dise\IeC {\~n}o}{53}{section*.69} +\contentsline {subsubsection}{Salidas}{53}{section*.70} +\contentsline {subsubsection}{Entradas}{53}{section*.71} +\contentsline {subsection}{\numberline {2.9.5}IU02 Pantalla de Informacion}{53}{subsection.2.9.5} +\contentsline {subsubsection}{Objetivo}{53}{section*.72} +\contentsline {subsubsection}{Dise\IeC {\~n}o}{54}{section*.73} +\contentsline {subsubsection}{Salidas}{54}{section*.74} +\contentsline {subsubsection}{Entradas}{54}{section*.75} +\contentsline {subsection}{\numberline {2.9.6}IU03 Pantalla de Exito}{54}{subsection.2.9.6} +\contentsline {subsubsection}{Objetivo}{54}{section*.76} +\contentsline {subsubsection}{Dise\IeC {\~n}o}{54}{section*.77} +\contentsline {subsubsection}{Salidas}{55}{section*.78} +\contentsline {subsubsection}{Entradas}{55}{section*.79} +\contentsline {section}{\numberline {2.10}CU10 Renovar pr\IeC {\'e}stamo de libro}{56}{section.2.10} +\contentsline {subsection}{\numberline {2.10.1}Descripci\IeC {\'o}n completa}{56}{subsection.2.10.1} +\contentsline {subsection}{\numberline {2.10.2}Atributos importantes}{56}{subsection.2.10.2} \contentsline {subsection}{\numberline {2.10.3}Trayectorias del Caso de Uso}{57}{subsection.2.10.3} \contentsline {subsection}{\numberline {2.10.4}IU01 Pantalla de Inicio}{59}{subsection.2.10.4} \contentsline {subsubsection}{Objetivo}{59}{section*.80} @@ -176,52 +176,89 @@ \contentsline {subsubsection}{Entradas}{68}{section*.101} \contentsline {subsubsection}{Comandos}{68}{section*.102} \contentsline {subsubsection}{Mensajes}{68}{section*.103} -\contentsline {section}{\numberline {2.13}CU14 Generar Multas}{70}{section.2.13} +\contentsline {section}{\numberline {2.13}CU13 Registrar Multas}{70}{section.2.13} \contentsline {subsection}{\numberline {2.13.1}Descripci\IeC {\'o}n completa}{70}{subsection.2.13.1} \contentsline {subsection}{\numberline {2.13.2}Atributos importantes}{70}{subsection.2.13.2} -\contentsline {subsection}{\numberline {2.13.3}Trayectorias del Caso de Uso}{70}{subsection.2.13.3} -\contentsline {section}{\numberline {2.14}CU15 Consultar inventario}{72}{section.2.14} -\contentsline {subsection}{\numberline {2.14.1}Descripci\IeC {\'o}n completa}{72}{subsection.2.14.1} -\contentsline {subsection}{\numberline {2.14.2}Atributos importantes}{72}{subsection.2.14.2} -\contentsline {subsection}{\numberline {2.14.3}Trayectorias del Caso de Uso}{73}{subsection.2.14.3} -\contentsline {subsection}{\numberline {2.14.4}IU1501 Men\IeC {\'u} }{74}{subsection.2.14.4} -\contentsline {subsubsection}{Objetivo}{74}{section*.104} -\contentsline {subsubsection}{Dise\IeC {\~n}o}{74}{section*.105} -\contentsline {subsubsection}{Comandos}{74}{section*.106} -\contentsline {subsection}{\numberline {2.14.5}IU1502 Consultar Inventario }{75}{subsection.2.14.5} -\contentsline {subsubsection}{Objetivo}{75}{section*.107} -\contentsline {subsubsection}{Dise\IeC {\~n}o}{75}{section*.108} -\contentsline {subsubsection}{Salidas}{75}{section*.109} -\contentsline {subsubsection}{Entradas}{76}{section*.110} -\contentsline {subsubsection}{Comandos}{76}{section*.111} -\contentsline {subsubsection}{Mensajes}{76}{section*.112} -\contentsline {section}{\numberline {2.15}CU16 Registrar empleado}{77}{section.2.15} -\contentsline {subsection}{\numberline {2.15.1}Descripci\IeC {\'o}n completa}{77}{subsection.2.15.1} -\contentsline {subsection}{\numberline {2.15.2}Atributos importantes}{77}{subsection.2.15.2} -\contentsline {subsection}{\numberline {2.15.3}Trayectorias del Caso de Uso}{77}{subsection.2.15.3} -\contentsline {subsection}{\numberline {2.15.4}IU16 Pantalla de Registro de Empleados}{80}{subsection.2.15.4} -\contentsline {subsubsection}{Objetivo}{80}{section*.113} -\contentsline {subsubsection}{Dise\IeC {\~n}o}{80}{section*.114} -\contentsline {subsubsection}{Comandos}{80}{section*.115} -\contentsline {subsubsection}{Entradas}{80}{section*.116} -\contentsline {section}{\numberline {2.16}CU17 Crear nuevo rol}{82}{section.2.16} -\contentsline {subsection}{\numberline {2.16.1}Descripci\IeC {\'o}n completa}{82}{subsection.2.16.1} -\contentsline {subsection}{\numberline {2.16.2}Atributos importantes}{82}{subsection.2.16.2} -\contentsline {subsection}{\numberline {2.16.3}Trayectorias del Caso de Uso}{82}{subsection.2.16.3} -\contentsline {subsection}{\numberline {2.16.4}IU17 Crear Rol}{84}{subsection.2.16.4} -\contentsline {section}{\numberline {2.17}CU18 Consultar rol}{85}{section.2.17} -\contentsline {subsection}{\numberline {2.17.1}Descripci\IeC {\'o}n completa}{85}{subsection.2.17.1} -\contentsline {subsection}{\numberline {2.17.2}Atributos importantes}{85}{subsection.2.17.2} -\contentsline {subsection}{\numberline {2.17.3}Trayectorias del Caso de Uso}{85}{subsection.2.17.3} -\contentsline {subsection}{\numberline {2.17.4}IU18 Consultar Rol}{86}{subsection.2.17.4} -\contentsline {section}{\numberline {2.18}CU19 Modificar rol}{87}{section.2.18} -\contentsline {subsection}{\numberline {2.18.1}Descripci\IeC {\'o}n completa}{87}{subsection.2.18.1} -\contentsline {subsection}{\numberline {2.18.2}Atributos importantes}{87}{subsection.2.18.2} -\contentsline {subsection}{\numberline {2.18.3}Trayectorias del Caso de Uso}{87}{subsection.2.18.3} -\contentsline {subsection}{\numberline {2.18.4}IU19 Modificar rol}{88}{subsection.2.18.4} -\contentsline {section}{\numberline {2.19}CU20 Eliminar rol}{89}{section.2.19} -\contentsline {subsection}{\numberline {2.19.1}Descripci\IeC {\'o}n completa}{89}{subsection.2.19.1} -\contentsline {subsection}{\numberline {2.19.2}Atributos importantes}{89}{subsection.2.19.2} -\contentsline {subsection}{\numberline {2.19.3}Trayectorias del Caso de Uso}{89}{subsection.2.19.3} -\contentsline {subsection}{\numberline {2.19.4}IU20 Eliminar Rol}{90}{subsection.2.19.4} -\contentsline {section}{\numberline {2.20}Catalogo de Mensajes}{91}{section.2.20} +\contentsline {subsection}{\numberline {2.13.3}Trayectorias del Caso de Uso}{71}{subsection.2.13.3} +\contentsline {subsection}{\numberline {2.13.4}IU13A Pantalla de Registro de Multa}{73}{subsection.2.13.4} +\contentsline {subsubsection}{Objetivo}{73}{section*.104} +\contentsline {subsubsection}{Dise\IeC {\~n}o}{73}{section*.105} +\contentsline {subsubsection}{Salidas}{73}{section*.106} +\contentsline {subsubsection}{Entradas}{73}{section*.107} +\contentsline {subsection}{\numberline {2.13.5}IU13B Pantalla de Confirmaci\IeC {\'o}n de multa}{75}{subsection.2.13.5} +\contentsline {subsubsection}{Objetivo}{75}{section*.108} +\contentsline {subsubsection}{Dise\IeC {\~n}o}{75}{section*.109} +\contentsline {subsubsection}{Salidas}{75}{section*.110} +\contentsline {subsubsection}{Entradas}{75}{section*.111} +\contentsline {section}{\numberline {2.14}CU14 Generar Multas}{76}{section.2.14} +\contentsline {subsection}{\numberline {2.14.1}Descripci\IeC {\'o}n completa}{76}{subsection.2.14.1} +\contentsline {subsection}{\numberline {2.14.2}Atributos importantes}{76}{subsection.2.14.2} +\contentsline {subsection}{\numberline {2.14.3}Trayectorias del Caso de Uso}{76}{subsection.2.14.3} +\contentsline {section}{\numberline {2.15}CU15 Consultar inventario}{78}{section.2.15} +\contentsline {subsection}{\numberline {2.15.1}Descripci\IeC {\'o}n completa}{78}{subsection.2.15.1} +\contentsline {subsection}{\numberline {2.15.2}Atributos importantes}{78}{subsection.2.15.2} +\contentsline {subsection}{\numberline {2.15.3}Trayectorias del Caso de Uso}{79}{subsection.2.15.3} +\contentsline {subsection}{\numberline {2.15.4}IU1501 Men\IeC {\'u} }{80}{subsection.2.15.4} +\contentsline {subsubsection}{Objetivo}{80}{section*.112} +\contentsline {subsubsection}{Dise\IeC {\~n}o}{80}{section*.113} +\contentsline {subsubsection}{Comandos}{80}{section*.114} +\contentsline {subsection}{\numberline {2.15.5}IU1502 Consultar Inventario }{81}{subsection.2.15.5} +\contentsline {subsubsection}{Objetivo}{81}{section*.115} +\contentsline {subsubsection}{Dise\IeC {\~n}o}{81}{section*.116} +\contentsline {subsubsection}{Salidas}{81}{section*.117} +\contentsline {subsubsection}{Entradas}{82}{section*.118} +\contentsline {subsubsection}{Comandos}{82}{section*.119} +\contentsline {subsubsection}{Mensajes}{82}{section*.120} +\contentsline {section}{\numberline {2.16}CU16 Registrar empleado}{83}{section.2.16} +\contentsline {subsection}{\numberline {2.16.1}Descripci\IeC {\'o}n completa}{83}{subsection.2.16.1} +\contentsline {subsection}{\numberline {2.16.2}Atributos importantes}{83}{subsection.2.16.2} +\contentsline {subsection}{\numberline {2.16.3}Trayectorias del Caso de Uso}{83}{subsection.2.16.3} +\contentsline {subsection}{\numberline {2.16.4}IU16 Pantalla de Registro de Empleados}{86}{subsection.2.16.4} +\contentsline {subsubsection}{Objetivo}{86}{section*.121} +\contentsline {subsubsection}{Dise\IeC {\~n}o}{86}{section*.122} +\contentsline {subsubsection}{Comandos}{86}{section*.123} +\contentsline {subsubsection}{Entradas}{86}{section*.124} +\contentsline {section}{\numberline {2.17}CU17 Crear nuevo rol}{88}{section.2.17} +\contentsline {subsection}{\numberline {2.17.1}Descripci\IeC {\'o}n completa}{88}{subsection.2.17.1} +\contentsline {subsection}{\numberline {2.17.2}Atributos importantes}{88}{subsection.2.17.2} +\contentsline {subsection}{\numberline {2.17.3}Trayectorias del Caso de Uso}{88}{subsection.2.17.3} +\contentsline {subsection}{\numberline {2.17.4}IU17 Crear Rol}{90}{subsection.2.17.4} +\contentsline {section}{\numberline {2.18}CU18 Consultar rol}{91}{section.2.18} +\contentsline {subsection}{\numberline {2.18.1}Descripci\IeC {\'o}n completa}{91}{subsection.2.18.1} +\contentsline {subsection}{\numberline {2.18.2}Atributos importantes}{91}{subsection.2.18.2} +\contentsline {subsection}{\numberline {2.18.3}Trayectorias del Caso de Uso}{91}{subsection.2.18.3} +\contentsline {subsection}{\numberline {2.18.4}IU18 Consultar Rol}{92}{subsection.2.18.4} +\contentsline {section}{\numberline {2.19}CU19 Modificar rol}{93}{section.2.19} +\contentsline {subsection}{\numberline {2.19.1}Descripci\IeC {\'o}n completa}{93}{subsection.2.19.1} +\contentsline {subsection}{\numberline {2.19.2}Atributos importantes}{93}{subsection.2.19.2} +\contentsline {subsection}{\numberline {2.19.3}Trayectorias del Caso de Uso}{93}{subsection.2.19.3} +\contentsline {subsection}{\numberline {2.19.4}IU19 Modificar rol}{94}{subsection.2.19.4} +\contentsline {section}{\numberline {2.20}CU20 Eliminar rol}{95}{section.2.20} +\contentsline {subsection}{\numberline {2.20.1}Descripci\IeC {\'o}n completa}{95}{subsection.2.20.1} +\contentsline {subsection}{\numberline {2.20.2}Atributos importantes}{95}{subsection.2.20.2} +\contentsline {subsection}{\numberline {2.20.3}Trayectorias del Caso de Uso}{95}{subsection.2.20.3} +\contentsline {subsection}{\numberline {2.20.4}IU20 Eliminar Rol}{96}{subsection.2.20.4} +\contentsline {section}{\numberline {2.21}CU21 Pedir libro a biblioteca}{97}{section.2.21} +\contentsline {subsection}{\numberline {2.21.1}Descripci\IeC {\'o}n completa}{97}{subsection.2.21.1} +\contentsline {subsection}{\numberline {2.21.2}Atributos importantes}{97}{subsection.2.21.2} +\contentsline {subsection}{\numberline {2.21.3}Trayectorias del Caso de Uso}{97}{subsection.2.21.3} +\contentsline {subsection}{\numberline {2.21.4}IU21.1 Pedir libro a biblioteca b\IeC {\'u}squeda}{99}{subsection.2.21.4} +\contentsline {subsubsection}{Objetivo}{99}{section*.125} +\contentsline {subsubsection}{Dise\IeC {\~n}o}{99}{section*.126} +\contentsline {subsubsection}{Salidas}{99}{section*.127} +\contentsline {subsubsection}{Entradas}{99}{section*.128} +\contentsline {subsection}{\numberline {2.21.5}IU21.2 Pedir libro a biblioteca consulta}{100}{subsection.2.21.5} +\contentsline {subsubsection}{Objetivo}{100}{section*.129} +\contentsline {subsubsection}{Dise\IeC {\~n}o}{100}{section*.130} +\contentsline {subsubsection}{Salidas}{100}{section*.131} +\contentsline {subsubsection}{Entradas}{100}{section*.132} +\contentsline {section}{\numberline {2.22}CU22 Prestar libro a biblioteca}{101}{section.2.22} +\contentsline {subsection}{\numberline {2.22.1}Descripci\IeC {\'o}n completa}{101}{subsection.2.22.1} +\contentsline {subsection}{\numberline {2.22.2}Atributos importantes}{101}{subsection.2.22.2} +\contentsline {subsection}{\numberline {2.22.3}Trayectorias del Caso de Uso}{101}{subsection.2.22.3} +\contentsline {subsection}{\numberline {2.22.4}IU22.1 Prestar libro a biblioteca}{103}{subsection.2.22.4} +\contentsline {subsubsection}{Objetivo}{103}{section*.133} +\contentsline {subsubsection}{Dise\IeC {\~n}o}{103}{section*.134} +\contentsline {subsubsection}{Salidas}{103}{section*.135} +\contentsline {subsubsection}{Entradas}{103}{section*.136} +\contentsline {section}{\numberline {2.23}Catalogo de Mensajes}{104}{section.2.23} diff --git a/BibliotecaLatex/messages/msg.log b/BibliotecaLatex/messages/msg.log new file mode 100644 index 0000000..cf55a6e --- /dev/null +++ b/BibliotecaLatex/messages/msg.log @@ -0,0 +1,2735 @@ +This is pdfTeX, Version 3.14159265-2.6-1.40.17 (MiKTeX 2.9.6210 64-bit) (preloaded format=pdflatex 2017.3.21) 6 APR 2017 20:46 +entering extended mode +**./msg.tex +(msg.tex +LaTeX2e <2017/01/01> patch level 1 +Babel <3.9r> and hyphenation patterns for 75 language(s) loaded. + +! LaTeX Error: Environment Citemize undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.1 \begin{Citemize} + +Your command was ignored. +Type I to replace it with another command, +or to continue without it. + + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.3 \begin + {Message}{[E1]}{Error al conectar con la base de datos.} +Try typing to proceed. +If that doesn't work, type X to quit. + + +! LaTeX Error: Environment Message undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.3 \begin{Message} + {[E1]}{Error al conectar con la base de datos.} +Your command was ignored. +Type I to replace it with another command, +or to continue without it. + +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no . in font nullfont! +! Undefined control sequence. +l.4 \MSGitem + [Tipo: ] Error. +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no T in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no : in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no . in font nullfont! +! Undefined control sequence. +l.5 \MSGitem + [Objetivo: ] Notificar que no se pudo establecer conexión co... +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no O in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no j in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no v in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no : in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no N in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no q in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no x in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ³ in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no . in font nullfont! +! Undefined control sequence. +l.6 \MSGitem + [Redacción: ] Se presentó un problema al intentar conectars... +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ³ in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no : in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ³ in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no B in font nullfont! +Missing character: There is no D in font nullfont! +Missing character: There is no . in font nullfont! + +! LaTeX Error: \begin{document} ended by \end{Message}. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.7 \end{Message} + +Your command was ignored. +Type I to replace it with another command, +or to continue without it. + + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.10 \begin + {Message}{ID_del_mensaje}{Datos introducidos incorrectamente.} +Try typing to proceed. +If that doesn't work, type X to quit. + + +! LaTeX Error: Environment Message undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.10 \begin{Message} + {ID_del_mensaje}{Datos introducidos incorrectamente.} +Your command was ignored. +Type I to replace it with another command, +or to continue without it. + +Missing character: There is no I in font nullfont! +Missing character: There is no D in font nullfont! +! Missing $ inserted. + + $ +l.10 \begin{Message}{ID_ + del_mensaje}{Datos introducidos incorrectamente.} +I've inserted a begin-math/end-math symbol since I think +you left one out. Proceed, with fingers crossed. + +LaTeX Font Info: External font `cmex10' loaded for size +(Font) <7> on input line 10. +LaTeX Font Info: External font `cmex10' loaded for size +(Font) <5> on input line 10. +! Extra }, or forgotten $. +l.10 \begin{Message}{ID_del_mensaje} + {Datos introducidos incorrectamente.} +I've deleted a group-closing symbol because it seems to be +spurious, as in `$x}$'. But perhaps the } is legitimate and +you forgot something else, as in `\hbox{$x}'. In such cases +the way to recover is to insert both the forgotten and the +deleted material, e.g., by typing `I$}'. + +! Undefined control sequence. +l.11 \MSGitem + [Tipo: ] Error +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +! Undefined control sequence. +l.12 \MSGitem + [Objetivo: ] Notificar que los datos proporcionados son inco... +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +! Undefined control sequence. +l.13 \MSGitem + [Redacción: ] Los datos proporcionados no cumplen con las c... +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + + +! LaTeX Error: \begin{document} ended by \end{Message}. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.14 \end{Message} + +Your command was ignored. +Type I to replace it with another command, +or to continue without it. + +! Missing $ inserted. + + $ +l.14 \end{Message} + +I've inserted something that you may have forgotten. +(See the above.) +With luck, this will get me unwedged. But if you +really didn't forget anything, try typing `2' now; then +my insertion and my current dilemma will both disappear. + +Missing character: There is no à in font cmr10! +Missing character: There is no ³ in font cmr10! +! Missing } inserted. + + } +l.14 \end{Message} + +I've inserted something that you may have forgotten. +(See the above.) +With luck, this will get me unwedged. But if you +really didn't forget anything, try typing `2' now; then +my insertion and my current dilemma will both disappear. + + +Overfull \hbox (238.4587pt too wide) in paragraph at lines 10--15 +[]\OML/cmm/m/it/10 el[]ensaje[]\OT1/cmr/m/n/10 [\OML/cmm/m/it/10 Tipo \OT1/cmr/ +m/n/10 : + [] + + +Overfull \hbox (76.93816pt too wide) in paragraph at lines 10--15 +\OT1/cmr/m/n/10 ]\OML/cmm/m/it/10 Error\OT1/cmr/m/n/10 [\OML/cmm/m/it/10 Objeti +vo \OT1/cmr/m/n/10 : + [] + + +Overfull \hbox (285.06412pt too wide) in paragraph at lines 10--15 +\OT1/cmr/m/n/10 ]\OML/cmm/m/it/10 Notificarquelosdatosproporcionadossonincorrec +tos:\OT1/cmr/m/n/10 [\OML/cmm/m/it/10 Redaccin \OT1/cmr/m/n/10 : + [] + + +Overfull \hbox (290.20085pt too wide) in paragraph at lines 10--15 +\OT1/cmr/m/n/10 ]\OML/cmm/m/it/10 Losdatosproporcionadosnocumplenconlascondicio +nessolicitadas:$ + [] + + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.16 \item { + \bf [E3]} Datos incompletos. Favor de completar todos los camp... + +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.16 \item {\bf + [E3]} Datos incompletos. Favor de completar todos los camp... +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no D in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no F in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no v in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no . in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.17 \item { + \bf [E4]}Registro no encontrado. +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.17 \item {\bf + [E4]}Registro no encontrado. +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no g in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no . in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.18 \item { + \bf [E5]}Registro ya existente en el catálogo. +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.18 \item {\bf + [E5]}Registro ya existente en el catálogo. +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 5 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no g in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no y in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no x in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ¡ in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no g in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no . in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.19 \item { + \bf [E6]}Error en el envío de email. +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.19 \item {\bf + [E6]}Error en el envío de email. +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no v in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ­ in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no . in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.20 \item { + \bf [E7]}Error de escritura en la base de datos. Intentalo nue... + +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.20 \item {\bf + [E7]}Error de escritura en la base de datos. Intentalo nue... +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no I in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no v in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no . in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.22 \item { + \bf [MASG1]} Operación realizada exitosamente. +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.22 \item {\bf + [MASG1]} Operación realizada exitosamente. +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no A in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no O in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ³ in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no z in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no x in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no . in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.23 \item { + \bf [MASG2]} El usuario cuenta con adeudos. No se puede comple... + +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.23 \item {\bf + [MASG2]} El usuario cuenta con adeudos. No se puede comple... +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no A in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no N in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ³ in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no . in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.24 \item { + \bf [MASG3]} El libro no está disponible. +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.24 \item {\bf + [MASG3]} El libro no está disponible. +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no A in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ¡ in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no . in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.25 \item { + \bf [MASG4]} El usuario se encuentra bloqueado. +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.25 \item {\bf + [MASG4]} El usuario se encuentra bloqueado. +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no A in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no q in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no . in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.26 \item { + \bf [MASG5]} El recurso solicitado está disponible. +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.26 \item {\bf + [MASG5]} El recurso solicitado está disponible. +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no A in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 5 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ¡ in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no . in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.27 \item { + \bf [MASG6]} Confirma que los datos ingresados sean correctos. +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.27 \item {\bf + [MASG6]} Confirma que los datos ingresados sean correctos. +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no A in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no C in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no q in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no g in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no . in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.28 \item { + \bf [MASG7]} Límite máximo de intentos alcanzado. +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.28 \item {\bf + [MASG7]} Límite máximo de intentos alcanzado. +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no A in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no L in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ­ in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ¡ in font nullfont! +Missing character: There is no x in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no z in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no C in font nullfont! +Missing character: There is no O in font nullfont! +Missing character: There is no N in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no I in font nullfont! +Missing character: There is no D in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no A in font nullfont! +Missing character: There is no N in font nullfont! +Missing character: There is no D in font nullfont! +Missing character: There is no O in font nullfont! +Missing character: There is no L in font nullfont! +Missing character: There is no O in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no C in font nullfont! +Missing character: There is no A in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no O in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no D in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no U in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no O in font nullfont! + +Overfull \hbox (20.0pt too wide) in paragraph at lines 30--31 +[] + [] + + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.32 \item { + \bf [1]} Directorio de roles +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.32 \item {\bf + [1]} Directorio de roles +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no D in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 5 in font nullfont! +Missing character: There is no ] in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.38 \item { + \bf [2]} Generación de cuentas de usuario +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.38 \item {\bf + [2]} Generación de cuentas de usuario +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ³ in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no o in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.39 \item { + \bf [3]} Generación de credencial +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.39 \item {\bf + [3]} Generación de credencial +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ³ in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 2 in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.45 \item { + \bf [4]} Registro de libro +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.45 \item {\bf + [4]} Registro de libro +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no g in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 8 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no I in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no B in font nullfont! +Missing character: There is no N in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ³ in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no ] in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.51 \item { + \bf [5]} Consulta de libros +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.51 \item {\bf + [5]} Consulta de libros +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 5 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no C in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.52 \item { + \bf [6]} Estado de libro +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.52 \item {\bf + [6]} Estado de libro +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no ] in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.60 \item { + \bf [7]} Préstamo a domicilio +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.60 \item {\bf + [7]} Préstamo a domicilio +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no P in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no © in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ­ in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no © in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no h in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no z in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ­ in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no h in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ¡ in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no © in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 3 in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.70 \item { + \bf [8]} Préstamo interbibliotecario +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.70 \item {\bf + [8]} Préstamo interbibliotecario +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 8 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no P in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no © in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no o in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.71 \item { + \bf [9]} Devolución de libro +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.71 \item {\bf + [9]} Devolución de libro +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no D in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no v in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ³ in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no L in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no h in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no g in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no h in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no v in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ¡ in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no v in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no v in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no g in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no z in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ³ in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no v in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no © in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no v in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no . in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.76 \item { + \bf [10]} Renovación de préstamo +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.76 \item {\bf + [10]} Renovación de préstamo +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no v in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ³ in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no © in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no o in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.77 \item { + \bf [11]} Donación de libro +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.77 \item {\bf + [11]} Donación de libro +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no D in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ³ in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no ] in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.83 \item { + \bf [12]} Apartado de libro +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.83 \item {\bf + [12]} Apartado de libro +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no A in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 5 in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 1 in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.92 \item { + \bf [13]} Registro de multa +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.92 \item {\bf + [13]} Registro de multa +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no g in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 4 in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.99 \item { + \bf [14]} Generación de multas +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.99 \item {\bf + [14]} Generación de multas +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no à in font nullfont! +Missing character: There is no ³ in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no ] in font nullfont! + +! LaTeX Error: Lonely \item--perhaps a missing list environment. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.105 \item { + \bf [15]} Consulta de inventario +Try typing to proceed. +If that doesn't work, type X to quit. + +! Undefined control sequence. +l.105 \item {\bf + [15]} Consulta de inventario +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 5 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no C in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no u in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no v in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no M in font nullfont! +Missing character: There is no S in font nullfont! +Missing character: There is no G in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no R in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no [ in font nullfont! +Missing character: There is no E in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no ] in font nullfont! + +! LaTeX Error: \begin{document} ended by \end{Citemize}. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.110 \end{Citemize} + +Your command was ignored. +Type I to replace it with another command, +or to continue without it. + +) +! Emergency stop. +<*> ./msg.tex + +*** (job aborted, no legal \end found) + + +Here is how much of TeX's memory you used: + 14 strings out of 493333 + 147 string characters out of 3139171 + 62255 words of memory out of 3000000 + 3644 multiletter control sequences out of 15000+200000 + 3640 words of font info for 14 fonts, out of 3000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 18i,2n,12p,154b,90s stack positions out of 5000i,500n,10000p,200000b,50000s +! ==> Fatal error occurred, no output PDF file produced! diff --git a/BibliotecaLatex/messages/msg.tex b/BibliotecaLatex/messages/msg.tex index da36c3f..1c1f07a 100644 --- a/BibliotecaLatex/messages/msg.tex +++ b/BibliotecaLatex/messages/msg.tex @@ -1,8 +1,109 @@ -MENSAJES GENERALES \begin{Citemize} - \item {\bf [E1]} Error al conectar a la BD. - \item {\bf [E2]} Error al generar las citas de entrevista. - \item {\bf [E3]} Datos incompletos. Favor de completar todos los campos de entrada. +<<<<<<< HEAD + \item + \begin{Message}{[E1]}{Error al conectar con la base de datos.} + \MSGitem[Tipo: ] Error. + \MSGitem[Objetivo: ] Notificar que no se pudo establecer conexión con la base de datos. + \MSGitem[Redacción: ] Se presentó un problema al intentar conectarse con la BD. + \end{Message} + + \item + \begin{Message}{[E2]}{Datos introducidos incorrectamente.} + \MSGitem[Tipo: ] Error + \MSGitem[Objetivo: ] Notificar que los datos proporcionados son incorrectos. + \MSGitem[Redacción: ] Los datos proporcionados no cumplen con las condiciones solicitadas. + \end{Message} + + \item + \begin{Message}{[E3]}{Datos incompletos.} + \MSGitem[Tipo: ] Error + \MSGitem[Objetivo: ] Notificar que faltan datos de entrada. + \MSGitem[Redacción: ] Datos incompletos. Favor de completar todos los campos de entrada. + \end{Message} + + \item + \begin{Message}{[E4]}{Registro no encontrado.} + \MSGitem[Tipo: ] Error + \MSGitem[Objetivo: ] Notificar que el elemento a buscar no fue encontrado. + \MSGitem[Redacción: ] El registro que a buscar no se encuentra en la BD. + \end{Message} + + \item + \begin{Message}{[E5]}{Registro ya existente en el catálogo.} + \MSGitem[Tipo: ] Error + \MSGitem[Objetivo: ] Notificar que el elemento a insertar ya existe. + \MSGitem[Redacción: ] El registro que desea agregar ya se encuentra en la BD. + \end{Message} + + \item + \begin{Message}{[E6]}{Error en el envío de email.} + \MSGitem[Tipo: ] Error + \MSGitem[Objetivo: ] Notificar que el email solicitado no se pudo enviar. + \MSGitem[Redacción: ] Se ha presentado un error al intentar enviar email. Favor de intentar nuevamente. + \end{Message} + + \item + \begin{Message}{[E7]}{Error de escritura en la base de datos.} + \MSGitem[Tipo: ] Error + \MSGitem[Objetivo: ] Notificar cuando se presente un error de escritura en la DB. + \MSGitem[Redacción: ] Se ha presentado un error al guardar en la base de datos. Favor de intentar nuevamente. + \end{Message} + + %Mensajes generales + + \item + \begin{Message}{MSG1}{Operación exitosa.} + \MSGitem[Tipo: ] Información + \MSGitem[Objetivo: ] Notificar cuando se realice una operación correctamente. + \MSGitem[Redacción: ] La operación ha sido realizada exitosamente. + \end{Message} + + \item + \begin{Message}{MSG2}{Usuario con adeudos.} + \MSGitem[Tipo: ] Información + \MSGitem[Objetivo: ] Notificar cuando un usuario cuenta con adeudos en biblioteca. + \MSGitem[Redacción: ] El usuario cuenta con adeudos. No se puede completar la operación. + \end{Message} + + \item + \begin{Message}{MSG3}{Libro no disponible.} + \MSGitem[Tipo: ] Información + \MSGitem[Objetivo: ] Notificar cuando un libro no está disponible. + \MSGitem[Redacción: ] El libro solicitado no está disponible. + \end{Message} + + \item + \begin{Message}{MSG4}{Usuario bloqueado.} + \MSGitem[Tipo: ] Información + \MSGitem[Objetivo: ] Notificar cuando un usuario ha sido bloqueado por algún incumplimiento. + \MSGitem[Redacción: ] El usuario se encuentra bloqueado temporalmente. + \end{Message} + + \item + \begin{Message}{MSG5}{Elemento disponible.} + \MSGitem[Tipo: ] Información + \MSGitem[Objetivo: ] Confirmar de que un elemento existe en la BD. + \MSGitem[Redacción: ] El recurso solicitado se encuentra disponible. + \end{Message} + + \item + \begin{Message}{MSG6}{Verificar datos.} + \MSGitem[Tipo: ] Información + \MSGitem[Objetivo: ] Verificar los datos de entrada. + \MSGitem[Redacción: ] Favor de verificar los datos introducidos. + \end{Message} + + \item + \begin{Message}{MSG7}{Límite máximo de intentos alcanzado.} + \MSGitem[Tipo: ] Información + \MSGitem[Objetivo: ] Notificar sobre el límite de intentos en una operación. + \MSGitem[Redacción: ] Has alcanzado el número máximo de intentos en la operación actual. + \end{Message} + +======= + \item {\bf [E1]} Error al conectar a la BD. + \item {\bf [E2]} Datos introducidos incorrectamente. + \item {\bf [E3]} Datos incompletos. Favor de completar todos los campos de entrada. \item {\bf [E4]}Registro no encontrado. \item {\bf [E5]}Registro ya existente en el catálogo. \item {\bf [E6]}Error en el envío de email. @@ -16,6 +117,7 @@ \item {\bf [MASG6]} Confirma que los datos ingresados sean correctos. \item {\bf [MASG7]} Límite máximo de intentos alcanzado. +>>>>>>> refs/remotes/Bardofaragon/master CONSIDERANDO LOS CASOS DE USO \item {\bf [1]} Directorio de roles @@ -34,7 +136,13 @@ \item {\bf [4]} Registro de libro \begin{enumerate} \item Referencia a [E3] - \item MSG8. El ISBN no corresponde a la edición del libro + \item + \begin{Message}{MSG8}{ISBN incorrecto.} + \MSGitem[Tipo: ] Información + \MSGitem[Objetivo: ] Notificar sobre una inconsistencia en la información del libro y el ISBN proporcionado. + \MSGitem[Redacción: ] El ISBN no corresponde a la edición del libro. + \end{Message} + \item Referencia a [E1] \end{enumerate} \item {\bf [5]} Consulta de libros @@ -51,7 +159,13 @@ \item Referencia a [E3] \item Referencia a [E1] \item Referencia a [E4] - \item MSG0. El límite de préstamos para este usuario ha alcanzado su límite, no se pueden hacer más préstamos a este usuario. + \item + \begin{Message}{MSG9}{Límite de préstamos alcanzado.} + \MSGitem[Tipo: ] Información + \MSGitem[Objetivo: ] Notificar cuando un usuario ha alcanzado el límite de préstamos permitidos. + \MSGitem[Redacción: ] El límite de préstamos para este usuario ha alcanzado su límite, no se pueden hacer más préstamos a este usuario por el momento. + \end{Message} + \item Referencia a MSG2 \item Referencia a MSG4 \item Referencia a MSG3 @@ -59,8 +173,20 @@ \item {\bf [8]} Préstamo interbibliotecario \item {\bf [9]} Devolución de libro \begin{enumerate} - \item MSG10. La fecha de entrega se ha vencido para este libro, se cobrará multa por devolver el libro fuera de tiempo. - \item MSG11. El registro no se realizó correctamente, por favor inténtelo de nuevo. + \item + \begin{Message}{MSG10}{Fecha de entrega vencida.} + \MSGitem[Tipo: ] Información + \MSGitem[Objetivo: ] Notificar cuando un libro no ha sido devuelto a tiempo. + \MSGitem[Redacción: ] La fecha de entrega se ha vencido para este libro, se cobrará multa por devolver el libro fuera de tiempo. + \end{Message} + + \item + \begin{Message}{MSG11}{Registro no guardado.} + \MSGitem[Tipo: ] Información + \MSGitem[Objetivo: ] Notificar cuando no se ha realizado un reistro en la BD debido a problemas de transacción. + \MSGitem[Redacción: ] El registro no se realizó correctamente. Favor de intentarlo de nuevo. + \end{Message} + \end{enumerate} \item {\bf [10]} Renovación de préstamo \item {\bf [11]} Donación de libro diff --git a/BibliotecaLatex/usecases.sty b/BibliotecaLatex/usecases.sty index d9abc1e..95653f5 100644 --- a/BibliotecaLatex/usecases.sty +++ b/BibliotecaLatex/usecases.sty @@ -23,16 +23,39 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Referencia a un Punto de Extensión -%usar \UCExtensionPoint{Id}{nombre} +%use \UCExtensionPoint{Id}{nombre} \newcommand{\UCExtensionPoint}[2]{% \hypersetup{linkcolor=UCExtensionPointColor}% \hyperlink{#1}{ $[$PE #1 #2$]$}% \hypersetup{linkcolor=refColor} }% + + +\newcommand{\UCRealization}[2]{% + \hypersetup{linkcolor=UCRealizationColor}% + \hyperlink{#1}{ $[$Realizado por #1 #2$]$}% + \hypersetup{linkcolor=refColor}% +} + + +\newcommand{\UCref}[1]{% + \hypersetup{linkcolor=UCExtensionPointColor}% + \hyperlink{#1}{#1}% + \hypersetup{linkcolor=refColor}% +} + + +\newcommand{\FRMref}[2]{% + \hypersetup{linkcolor=FRMColor}% + \hyperlink{#1}{#1 #2}% + \hypersetup{linkcolor=refColor}% +} + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Referencia para una Regla de Negocio -%usar \BRref{Id}{nombre} +%use \UCBussinesRule{Id}{nombre} \newcommand{\BRref}[2]{% \hypersetup{linkcolor=UCBussinesRuleColor}% \hyperlink{#1}{#1~#2}% @@ -41,26 +64,13 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Referencia para un Mensaje -%usar \MSGref{Id}{nombre} +%use \UCMessage{Id}{nombre} \newcommand{\MSGref}[2]{% \hypersetup{linkcolor=UCBussinesRuleColor}% \hyperlink{#1}{#1 #2}% \hypersetup{linkcolor=refColor}% } -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Comandos para referencias IU -% use \IUref{Id}{Nombre} -\newcommand{\IUref}[2]{% -\includegraphics[height=10pt]{images/uc/iu}~% -\hypersetup{linkcolor=UCInterfaceColor}% -\hyperlink{#1}{#1 #2}% -\hypersetup{linkcolor=refColor}% -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Comandos para referenciar una trayectoria -% use \Trayref{Id} \newcommand{\Trayref}[1]{$[$Trayectoria #1$]$} \newcommand{\RFref}[1]{% \hypersetup{linkcolor=RFReferenceColor}% @@ -69,16 +79,24 @@ } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Comandos para referenciar un caso de uso -% use \UCref{Id} -\newcommand{\UCref}[1]{% - \hypersetup{linkcolor=UCExtensionPointColor}% - \hyperlink{#1}{#1}% - \hypersetup{linkcolor=refColor}% +% Comandos para la descripción de Use Cases +% use \UCInterface{Id}{Nombre} +\newcommand{\IUref}[2]{% +\includegraphics[height=10pt]{images/uc/iu}~% +\hypersetup{linkcolor=UCInterfaceColor}% +\hyperlink{#1}{#1 #2}% +\hypersetup{linkcolor=refColor}% } - +\newcommand{\Emailref}[2]{% +\includegraphics[height=10pt]{images/uc/email}~% +\hypersetup{linkcolor=UCInterfaceColor}% +\hyperlink{#1}{#1 #2}% +\hypersetup{linkcolor=refColor}% +} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Comandos para la descripción de Use Cases +% use \UCInterface{Id}{Nombre} \newcommand{\CMDref}[2]{% \includegraphics[height=10pt]{images/cmd}~% \hypersetup{linkcolor=UCCommandColor}% @@ -86,21 +104,6 @@ \hypersetup{linkcolor=refColor}% } -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\newcommand{\UCRealization}[2]{% - \hypersetup{linkcolor=UCRealizationColor}% - \hyperlink{#1}{ $[$Realizado por #1 #2$]$}% - \hypersetup{linkcolor=refColor}% -} - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\newcommand{\FRMref}[2]{% - \hypersetup{linkcolor=FRMColor}% - \hyperlink{#1}{#1 #2}% - \hypersetup{linkcolor=refColor}% -} - % use \IUfig[width]{imagefile}{IU1}{Nombre de la pnatalla} \newcommand{\IUfig}[4][0.7]{% @@ -112,10 +115,19 @@ \end{center}% \end{figure}% } +\newcommand{\Emailfig}[4][0.7]{% + \begin{figure}[ht!]% + \begin{center}% + \hypertarget{#3}{\includegraphics[width=#1\textwidth]{images/#2}}% + \caption{#3 #4}% + \label{#3}% + \end{center}% + \end{figure}% +} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Item de descripción de un Use Case -% usar \UCitem{item}{descripción} +% use \UCitem{item}{descripción} \newcommand{\UCitem}[2]{{\bf {#1:}} & {#2} \\ \hline} @@ -239,10 +251,179 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Definición de los iconos para usar en los pasos % de una trayectoria actor o sistema +%---------Iconos Inscripción--------- +\newcommand\IUbuttonVer{\includegraphics[height=11pt]{images/gui/inscripcion/BxI}} +\newcommand\IUbuttonEditar{\includegraphics[height=11pt]{images/gui/inscripcion/Bx1I}} +\newcommand\IUbuttonActualizar{\includegraphics[height=11pt]{images/gui/inscripcion/Bx2I}} +\newcommand\IUbuttonCancelar{\includegraphics[height=11pt]{images/gui/inscripcion/Bx3I}} +\newcommand\IUbuttonComprobante{\includegraphics[height=11pt]{images/gui/inscripcion/Bx4}} +\newcommand\IUbuttonNuevoIngreso{\includegraphics[height=11pt]{images/gui/inscripcion/B5I}} +\newcommand\IUbuttonBuscarAlumno{\includegraphics[height=11pt]{images/gui/inscripcion/B6I}} +\newcommand\IUbuttonCompleto{\includegraphics[height=11pt]{images/gui/inscripcion/B7I}} +\newcommand\IUbuttonIncompleto{\includegraphics[height=11pt]{images/gui/inscripcion/B8I}} +\newcommand\IUbuttonPendiente{\includegraphics[height=11pt]{images/gui/inscripcion/B9I}} +\newcommand\IUbuttonBuscarxPrebo{\includegraphics[height=11pt]{images/gui/inscripcion/BuscarxPrebo}} +\newcommand\IUbuttonBuscarxNombre{\includegraphics[height=11pt]{images/gui/inscripcion/BuscarxNombre}} +\newcommand\IUbuttonBuscarlupa{\includegraphics[height=11pt]{images/gui/inscripcion/Buscarlupa}} +\newcommand\IUbuttonSiguiente{\includegraphics[height=11pt]{images/gui/inscripcion/B10I}} +\newcommand\IUbuttonimprimir{\includegraphics[height=11pt]{images/gui/inscripcion/imprimir}} +\newcommand\IUbuttonGestionar{\includegraphics[height=11pt]{images/gui/inscripcion/gestionar}} +\newcommand\IUbuttonInicio{\includegraphics[height=11pt]{images/gui/inscripcion/inicio}} +\newcommand\IUbuttonFin{\includegraphics[height=11pt]{images/gui/inscripcion/fin}} +\newcommand\IUbuttonDefinir{\includegraphics[height=11pt]{images/gui/inscripcion/definir}} +\newcommand\IUbuttonOK{\includegraphics[height=11pt]{images/gui/inscripcion/ok}} +\newcommand\IUbuttonPeriodo{\includegraphics[height=11pt]{images/gui/inscripcion/btnperiodoAdmision}} +\newcommand\IUbuttonAceptarI{\includegraphics[height=11pt]{images/gui/inscripcion/aceptar}} +\newcommand\IUbuttonNotificarError{\includegraphics[height=11pt]{images/gui/inscripcion/NotificarError}} +\newcommand\IUbuttonEnviarCorreodeNotificacion{\includegraphics[height=11pt]{images/gui/inscripcion/EnviarCorreoDeNotificacion}} +\newcommand\IUbuttonRevisar{\includegraphics[height=11pt]{images/gui/inscripcion/Revisar}} +\newcommand\IUbuttonAbrir{\includegraphics[height=11pt]{images/gui/inscripcion/Abrir}} +\newcommand\IUbuttonTerminarYNotificar{\includegraphics[height=11pt]{images/gui/inscripcion/TerminaryNotificar}} +\newcommand\IUbuttonBotonAdmision{\includegraphics[height=11pt]{images/gui/inscripcion/botonAdmision}} +\newcommand\IUbuttonRegistrate{\includegraphics[height=11pt]{images/gui/inscripcion/registrate}} +\newcommand\IUbuttonCorreo{\includegraphics[height=11pt]{images/gui/inscripcion/correo}} +\newcommand\IUbuttonConfirmaCorreo{\includegraphics[height=11pt]{images/gui/inscripcion/confirmaCorreo}} +\newcommand\IUbuttonRobot{\includegraphics[height=11pt]{images/gui/inscripcion/robot}} +\newcommand\IUbuttonEnviar{\includegraphics[height=11pt]{images/gui/inscripcion/enviar}} +\newcommand\IUbuttonFolio{\includegraphics[height=11pt]{images/gui/inscripcion/folio}} +\newcommand\IUbuttonNumeroFolio{\includegraphics[height=11pt]{images/gui/inscripcion/numeroFolio}} + +\newcommand\IUbuttonRegistrarDatos{\includegraphics[height=11pt]{images/gui/inscripcion/RegistrarDatos}} +\newcommand\IUbuttonImprimirSolicitudRegistro{\includegraphics[height=11pt]{images/gui/inscripcion/ImprimirSolicituRegistro}} +\newcommand\IUbuttonEnviarDocumentos{\includegraphics[height=11pt]{images/gui/inscripcion/EnviarDocumentos}} +\newcommand\IUSeleccionarArchivo{\includegraphics[height=11pt]{images/gui/inscripcion/SeleccionarArchivo}} +\newcommand\IUbuttonEliminar{\includegraphics[height=11pt]{images/gui/inscripcion/Eliminar}} +\newcommand\IUbuttonEstudiantesAdmitidos{\includegraphics[height=11pt]{images/gui/inscripcion/EstudiantesAdmitidos}} +\newcommand\IUbuttonAciertos{\includegraphics[height=11pt]{images/gui/inscripcion/Aciertos}} +\newcommand\IUbuttonGuardar{\includegraphics[height=11pt]{images/gui/inscripcion/Guardar}} +\newcommand\IUbuttonCerrarProceso{\includegraphics[height=11pt]{images/gui/inscripcion/CerrarProceso}} +\newcommand\IUbuttonTerminarProceso{\includegraphics[height=11pt]{images/gui/inscripcion/TerminarProceso}} +\newcommand\IUbuttonBuscarPorFolio{\includegraphics[height=11pt]{images/gui/inscripcion/BuscarPorFolio}} +\newcommand\IUbuttonBuscarAspirante{\includegraphics[height=11pt]{images/gui/inscripcion/BuscarAspirante}} +\newcommand\IUbuttonSearch{\includegraphics[height=11pt]{images/gui/inscripcion/Search}} +\newcommand\IUbuttonBuscarPorNombre{\includegraphics[height=11pt]{images/gui/inscripcion/BuscarPorNombre}} +\newcommand\IUbuttonSiguienteI{\includegraphics[height=11pt]{images/gui/inscripcion/SiguienteI}} +\newcommand\IUbuttonComprobanteIns{\includegraphics[height=11pt]{images/gui/inscripcion/Comprobante}} +\newcommand\IUbuttonCambiargrupo{\includegraphics[height=11pt]{images/gui/inscripcion/Cambiargrupo}} +\newcommand\IUbuttonInicioCasa{\includegraphics[height=11pt]{images/gui/inscripcion/BotonInsinicio}} + +\newcommand\IUbuttonGuardarnewgrup{\includegraphics[height=11pt]{images/gui/inscripcion/Guadarnuevogrupo}} +\newcommand\IUbuttonCancelnew{\includegraphics[height=11pt]{images/gui/inscripcion/Cancelnuevogrupo}} +\newcommand\IUbuttonMenuActualizar{\includegraphics[height=11pt]{images/gui/inscripcion/MActualizar}} + + + +%---------Iconos Inscripción FIN--------- \newcommand\UCactor{\includegraphics[height=11pt]{images/uc/actor}} \newcommand\UCsist{\includegraphics[height=11pt]{images/uc/usecase}} - - +\newcommand\IUbuttonAsignar{\includegraphics[height=11pt]{images/gui/evaluacion/B1}} +\newcommand\IUbuttonCalendario{\includegraphics[height=11pt]{images/gui/evaluacion/B2}} +\newcommand\IUbuttonEstablecerPeriodo{\includegraphics[height=11pt]{images/gui/evaluacion/B3}} +\newcommand\IUbuttonCambiar{\includegraphics[height=11pt]{images/gui/evaluacion/cambiar}} +\newcommand\IUbuttonTache{\includegraphics[height=11pt]{images/gui/evaluacion/B4}} +\newcommand\IUbuttonAsignarCalificacion{\includegraphics[height=11pt]{images/gui/evaluacion/AsignarCalificacion}} +\newcommand\IUbuttonGuardarCalificacion{\includegraphics[height=11pt]{images/gui/evaluacion/Guardar}} +\newcommand\IUbuttonAceptar{\includegraphics[height=11pt]{images/gui/evaluacion/Aceptar}} +\newcommand\IUbuttonModificarCalificacion{\includegraphics[height=11pt]{images/gui/evaluacion/Modificar}} +\newcommand\IUbuttonVisualizarActa{\includegraphics[height=11pt]{images/gui/evaluacion/VisualizarActa}} +\newcommand\IUbuttonGenerarPDF{\includegraphics[height=11pt]{images/gui/evaluacion/GenerarPDF}} +\newcommand\IUbuttonIngresar{\includegraphics[height=11pt]{images/gui/evaluacion/Ingresar}} + + + + +%---------Iconos Generación Horarios--------- +\newcommand\IUbuttonNuevo{\includegraphics[height=11pt]{images/gui/nuevo}} +\newcommand\IUbuttonObtenerGrupos{\includegraphics[height=11pt]{images/gui/horarios/obtenerGrupos}} +\newcommand\IUbuttonObtenerProfesores{\includegraphics[height=11pt]{images/gui/horarios/obtenerProfesores}} +\newcommand\IUbuttonCrearHorario{\includegraphics[height=11pt]{images/gui/horarios/crearHorario}} +\newcommand\IUbuttonDespliega{\includegraphics[height=11pt]{images/gui/horarios/Despliega}} +\newcommand\IUbuttonEditarIcon{\includegraphics[height=11pt]{images/gui/editar}} +\newcommand\IUbuttonConsultarGH{\includegraphics[height=11pt]{images/gui/horarios/consultar}} +\newcommand\IUbuttonIntercambiarH{\includegraphics[height=11pt]{images/gui/horarios/intercambiarHorario}} +\newcommand\IUbuttonIntercambiarP{\includegraphics[height=11pt]{images/gui/horarios/intercambiarProfesor}} +\newcommand\IUbuttonIntercambiarM{\includegraphics[height=11pt]{images/gui/horarios/intercambiarMateria}} +\newcommand\IUbuttonIntercambiar{\includegraphics[height=11pt]{images/gui/horarios/intercambiar}} +\newcommand\IUbuttonCancelarGH{\includegraphics[height=11pt]{images/gui/cancelar}} +\newcommand\IUbuttonEliminarGH{\includegraphics[height=11pt]{images/gui/eliminar}} +\newcommand\IUbuttonAceptarGH{\includegraphics[height=11pt]{images/gui/aceptar}} +\newcommand\IUbuttonAgregarGH{\includegraphics[height=11pt]{images/gui/horarios/agregar}} +\newcommand\IUbuttonGuardarGH{\includegraphics[height=11pt]{images/gui/horarios/guardar}} +\newcommand\IUbuttonPublicar{\includegraphics[height=11pt]{images/gui//horarios/Publicar}} +\newcommand\IUbuttonSi{\includegraphics[height=11pt]{images/gui//horarios/Si}} +\newcommand\IUbuttonCancel{\includegraphics[height=11pt]{images/gui//horarios/Cancel}} +\newcommand\IUbuttonOk{\includegraphics[height=11pt]{images/gui//horarios/Ok}} +\newcommand\IUbuttonModificar{\includegraphics[height=11pt]{images/gui//horarios/Modificar}} +\newcommand\IUbuttonCalendarioGH{\includegraphics[height=11pt]{images/gui//horarios/Calendario}} +\newcommand\IUbuttonDefinirGH{\includegraphics[height=11pt]{images/gui//horarios/Definir}} +\newcommand\IUbuttonGestionarGH{\includegraphics[height=11pt]{images/gui//horarios/Gestionar}} +\newcommand\IUbuttonAsignarProfesor{\includegraphics[height=11pt]{images/gui//horarios/asignarProfesor}} +\newcommand\IUbuttonGuardarHorarios{\includegraphics[height=11pt]{images/gui//horarios/guardarHorarios}} +\newcommand\IUbuttonAgregarMateria{\includegraphics[height=11pt]{images/gui//horarios/agregarMateria}} +%\newcommand\IUbuttonFlechaabajo{\includegraphics[height=11pt]{images/gui/horarios/Despliega}} +\newcommand\IUbuttonNombreProfesor{\includegraphics[height=11pt]{images/gui//horarios/nombreProfesor}} +\newcommand\IUbuttonCrearSolicitud{\includegraphics[height=11pt]{images/gui//horarios/crearSolicitud}} +\newcommand\IUbuttonAgregarP{\includegraphics[height=11pt]{images/gui//horarios/AgregarP}} +\newcommand\IUbuttonBorrar{\includegraphics[height=11pt]{images/gui//horarios/Borrar}} +\newcommand\IUbuttonCambiarGH{\includegraphics[height=11pt]{images/gui//horarios/Cambiar}} + + + +%---------Iconos Generación Horarios FIN--------- + +%---------Iconos Reinscripción-------- +\newcommand\IUbuttonHora{\includegraphics[height=11pt]{images/gui/reinscripcion/Hora}} +\newcommand\IUbuttonCheckBox{\includegraphics[height=11pt]{images/gui/reinscripcion/CheckBox}} +\newcommand\IUbuttonAgregarmateria{\includegraphics[height=11pt]{images/gui/reinscripcion/Agregarmateria}} +\newcommand\IUbuttonAgregar{\includegraphics[height=11pt]{images/gui/reinscripcion/Agregar}} +\newcommand\IUbuttonReinscripcion{\includegraphics[height=11pt]{images/gui/reinscripcion/Reinscripcion}} +\newcommand\IUbuttonEliminarmateria{\includegraphics[height=11pt]{images/gui/reinscripcion/Eliminarmateria}} +\newcommand\IUbuttonGuardarm{\includegraphics[height=11pt]{images/gui/reinscripcion/Guardarm}} +\newcommand\IUbuttonAceptaR{\includegraphics[height=11pt]{images/gui/reinscripcion/Aceptar}} +\newcommand\IUbuttonBuscarAlumnoR{\includegraphics[height=11pt]{images/gui/reinscripcion/BuscarAlumno}} +\newcommand\IUbuttonBuscar{\includegraphics[height=11pt]{images/gui/reinscripcion/Buscar}} +\newcommand\IUbuttonBuscarPorR{\includegraphics[height=11pt]{images/gui/reinscripcion/BuscarPorR}} +\newcommand\IUbuttonApellidoR{\includegraphics[height=11pt]{images/gui/reinscripcion/ApellidoR}} +\newcommand\IUbuttonVerHorario{\includegraphics[height=11pt]{images/gui/reinscripcion/VerHorario}} +\newcommand\IUbuttonImprimir{\includegraphics[height=11pt]{images/gui/reinscripcion/Imprimir}} +\newcommand\IUbuttonComprobanteInscripcion{\includegraphics[height=11pt]{images/gui/reinscripcion/BotoncomprobanteInscripcion}} +\newcommand\IUbuttonDesplegable{\includegraphics[height=11pt]{images/gui/reinscripcion/Desplegable}} +\newcommand\IUbuttonDesplegableR{\includegraphics[height=11pt]{images/gui/reinscripcion/DesplegableR}} +\newcommand\IUbuttonBusquedaTurno{\includegraphics[height=11pt]{images/gui/reinscripcion/BusquedaTurno}} +\newcommand\IUbuttonBusquedaSemestre{\includegraphics[height=11pt]{images/gui/reinscripcion/BusquedaSemestre}} +\newcommand\IUbuttonBusquedaGrupo{\includegraphics[height=11pt]{images/gui/reinscripcion/BusquedaGrupo}} +\newcommand\IUbuttonConsultarHorarios{\includegraphics[height=11pt]{images/gui/reinscripcion/ConsultarHorarios}} +\newcommand\IUbuttonOkR{\includegraphics[height=11pt]{images/gui/reinscripcion/Ok}} +\newcommand\IUbuttonGestionarPeriodoR{\includegraphics[height=11pt]{images/gui/reinscripcion/GestionarPeriodoR}} +\newcommand\IUbuttonConsultarPeriodosR{\includegraphics[height=11pt]{images/gui/reinscripcion/ConsultarPeriodosR}} +\newcommand\IUbuttonModificarR{\includegraphics[height=11pt]{images/gui/reinscripcion/ModificarR}} +\newcommand\IUbuttonCalendarioR{\includegraphics[height=11pt]{images/gui/reinscripcion/CalendarioR}} +\newcommand\IUbuttonVerHorarioR{\includegraphics[height=11pt]{images/gui/reinscripcion/VerHorarioR}} +\newcommand\IUbuttonConsultarCitaR{\includegraphics[height=11pt]{images/gui/reinscripcion/ConsultarCitaR}} +\newcommand\IUbuttonConsultarR{\includegraphics[height=11pt]{images/gui/reinscripcion/ConsultarR}} +\newcommand\IUbuttonGuardarR{\includegraphics[height=11pt]{images/gui/reinscripcion/GuardarR}} +\newcommand\IUbuttonBarra{\includegraphics[height=11pt]{images/gui/reinscripcion/b1pdf}} +%\newcommand\IUbuttonBuscar{\includegraphics[height=11pt]{images/gui/reinscripcion/b2pdf}} +\newcommand\IUbuttonPanterior{\includegraphics[height=11pt]{images/gui/reinscripcion/b3pdf}} +\newcommand\IUbuttonPsig{\includegraphics[height=11pt]{images/gui/reinscripcion/b4pdf}} +\newcommand\IUbuttonReducir{\includegraphics[height=11pt]{images/gui/reinscripcion/b5pdf}} +\newcommand\IUbuttonAumentar{\includegraphics[height=11pt]{images/gui/reinscripcion/b6pdf}} +%\newcommand\IUbuttonImprimir{\includegraphics[height=11pt]{images/gui/reinscripcion/b7pdf}} +\newcommand\IUbuttonDescargar{\includegraphics[height=11pt]{images/gui/reinscripcion/b8pdf}} +\newcommand\IUbuttonVista{\includegraphics[height=11pt]{images/gui/reinscripcion/b9pdf}} +\newcommand\IUbuttonHerramientas{\includegraphics[height=11pt]{images/gui/reinscripcion/b10pdf}} +\newcommand\IUbuttonAc{\includegraphics[height=11pt]{images/gui/reinscripcion/ac}} +\newcommand\IUbuttonEstablecerPeriodoR{\includegraphics[height=11pt]{images/gui/reinscripcion/EstablecerPeriodo}} +\newcommand\IUbuttonHorarioR{\includegraphics[height=11pt]{images/gui/reinscripcion/Horario}} +\newcommand\IUbuttonBorraR{\includegraphics[height=11pt]{images/gui/reinscripcion/btn}} +%\newcommand\IUbuttonCancel{\includegraphics[height=11pt]{images/gui/reinscripcion/cancelar}} +%%%% + + + + + +%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Comandos para agregar un paso a una trayectoria, el paso puede ser % dado por el actor \UCactor o por el sistema \UCsist, por defecto el @@ -250,8 +431,6 @@ % usar \UCpaso[\UCactor] \newcommand{\UCpaso}[1][\UCsist]{\item #1 } - - \newenvironment{BussinesRule}[2]%linea original {% \hypertarget{#1}{}%Linea original @@ -262,16 +441,43 @@ \end{description} } +<<<<<<< HEAD + +\newenvironment{Message}[2]%linea original +{% + \hypertarget{#1}{}%Linea original + \noindent{\large{\bf Mensaje:} #1 #2}%line Original + \begin{description}\addtolength{\itemsep}{-0.5\baselineskip}% +} +{% + \end{description} +} + + +%Agregar item de mensaje +\newcommand{\MSGitem}[1][]{\item[#1]} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %Agregar salto de línea en un paso %usar \BRitem +======= +>>>>>>> refs/remotes/Bardofaragon/master \newcommand{\BRitem}[1][]{\item[#1]} +\newenvironment{Message}[2]%linea original +{% + \hypertarget{#1}{}%Linea original + \noindent{\large{\bf Mensaje:} #1 #2}%line Original + \begin{description}\addtolength{\itemsep}{-0.5\baselineskip}% +} +{% + \end{description} + +} + +\newcommand{\MSGitem}[1][]{\item[#1]} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%Agregar un Item Button -%usar \IUbutton{nombre} \newcommand{\IUbutton}[1]{\framebox[1.1\width][c]{#1}} \newenvironment{Citemize}% @@ -297,7 +503,7 @@ \newcommand{\Revision}% {\vspace{10cm}\normalsize\flushleft{\bf Revisión:} % -\Square Aprobado \Square Rechazado \Square Corregir\\\bigskip% +\Square Aprovado \Square Rechazado \Square Corregir\\\bigskip% Comentarios:\bigskip\\% %\begin{tabular}{p{\textwidth}} \\ \hline \\ \hline \\ \hline \\ \hline \\ \hline \\ \hline \\ \hline \\ \hline \\ \hline \\ \hline \\ \hline \\ \hline \\ \hline \\ \hline \end{tabular}% %\frame{\makebox[5cm]{asdas}}% @@ -306,4 +512,4 @@ Comentarios:\bigskip\\% \newcommand{\Sistema}{} -\newcommand{\defSistema}[1]{\renewcommand{\Sistema}{#1}} \ No newline at end of file +\newcommand{\defSistema}[1]{\renewcommand{\Sistema}{#1}}