[Pfc-prolog-cvs] prolix-doc/pfc-es libro.tex,NONE,1.1 build.xml,1.9,1.10 test.tex,1.8,1.9
Status: Beta
Brought to you by:
ivanfrade
From: <iva...@us...> - 2003-09-03 19:16:35
|
Update of /cvsroot/pfc-prolog/prolix-doc/pfc-es In directory sc8-pr-cvs1:/tmp/cvs-serv12171 Modified Files: build.xml test.tex Added Files: libro.tex Log Message: Anyadido fichero definitivo para obtener el tomo del proyecto - Falta incluir algun codigo --- NEW FILE: libro.tex --- % % % Documento principal del tomo % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass [a4paper,10pt] {book} \usepackage[spanish]{babel} \usepackage[latin1]{inputenc} \usepackage{enumerate} %\usepackage[T1]{fontenc} \usepackage{pst-uml} \usepackage{rotating} \usepackage[norules,nolineno]{lgrind} \input{aux/escenarios.tex} \input{aux/estados.tex} \input{aux/casos_uso.tex} \input{aux/requisitos.tex} \begin{document} \title{Prolix : Intérprete Prolog Online} \author{Iván Frade Ortea} \date{Septiembre 2003} \maketitle \frontmatter \tableofcontents \listoffigures %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \mainmatter \chapter{Introducción} \input{introduccion/introduccion.tex} \clearpage \chapter{Análisis} \input{analisis/analisis.tex} \clearpage \chapter{Requisitos} \input{requisitos/formales.tex} \clearpage \chapter{Diseño} \input{diseno/diseno.tex} \clearpage \chapter{Proceso de desarrollo} \input{proceso/proceso.tex} \clearpage \chapter{Pruebas} \input{pruebas/pruebas.tex} \clearpage %Hay uno dentro de pruebas.tex \chapter{Manual de usuario} \input{manual/manual.tex} \clearpage \chapter{Conclusiones} \input{conclusiones/conclusiones.tex} \clearpage \chapter{Código Fuente (Servidor)} \section{Enterprise Java Beans y nucleo de la aplicación} \input{codigo/ejb.java.tex} \section{Interfaces y excepciones con el intérprete} \input{codigo/interpreter.java.tex} \section{Excepciones de la aplicación} \input{codigo/exceptions.java.tex} \clearpage \chapter{Código Fuente (Cliente)} \section{Clases para el cliente Web} \input{codigo/web.java.tex} \section{Páginas JSP} \clearpage \chapter{Ficheros auxiliares} \section{Buildfile \texttt{build.xml}} \section{Fichero de recursos (internacionalización)} \section{Información extra al XDoclet} \section{Hoja de transformación} \clearpage \backmatter \input{bibliografia.tex} \end{document} Index: build.xml =================================================================== RCS file: /cvsroot/pfc-prolog/prolix-doc/pfc-es/build.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** build.xml 31 Aug 2003 17:32:05 -0000 1.9 --- build.xml 3 Sep 2003 19:16:32 -0000 1.10 *************** *** 16,20 **** <property name="version" value="0.0.1"/> <property name="releasedir" value="${basedir}/dist"/> ! <property name="latexfile" value="test"/> <property name="pdf" value="true"/> --- 16,20 ---- <property name="version" value="0.0.1"/> <property name="releasedir" value="${basedir}/dist"/> ! <property name="latexfile" value="libro"/> <property name="pdf" value="true"/> Index: test.tex =================================================================== RCS file: /cvsroot/pfc-prolog/prolix-doc/pfc-es/test.tex,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** test.tex 31 Aug 2003 17:32:05 -0000 1.8 --- test.tex 3 Sep 2003 19:16:32 -0000 1.9 *************** *** 8,12 **** %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ! \documentclass [a4paper,10pt] {book} \usepackage[spanish]{babel} \usepackage[latin1]{inputenc} --- 8,12 ---- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ! \documentclass [a4paper,11pt] {book} \usepackage[spanish]{babel} \usepackage[latin1]{inputenc} *************** *** 15,18 **** --- 15,19 ---- \usepackage{pst-uml} \usepackage{rotating} + \usepackage[norules,nolineno]{lgrind} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% *************** *** 35,41 **** %\clearpage ! \chapter{Diseño} ! \input{diseno/diseno.tex} ! \clearpage %\chapter{Proceso de desarrollo} --- 36,42 ---- %\clearpage ! %\chapter{Diseño} ! %\input{diseno/diseno.tex} ! %\clearpage %\chapter{Proceso de desarrollo} *************** *** 43,49 **** --- 44,80 ---- %\clearpage + %\chapter{Pruebas} + %\input{pruebas/pruebas.tex} + %\clearpage %Hay uno dentro de pruebas.tex + %\chapter{Manual de usuario} %\input{manual/manual.tex} %\clearpage + + \chapter{Conclusiones} + \input{conclusiones/conclusiones.tex} + \clearpage + + \chapter{Código Fuente (Servidor)} + \section{Enterprise Java Beans y nucleo de la aplicación} + \input{codigo/ejb.java.tex} + \section{Interfaces y excepciones con el intérprete} + \input{codigo/interpreter.java.tex} + \section{Excepciones de la aplicación} + \input{codigo/exceptions.java.tex} + \clearpage + + \chapter{Código Fuente (Cliente)} + \section{Clases para el cliente Web} + \input{codigo/web.java.tex} + \section{Páginas JSP} + \clearpage + + \chapter{Ficheros auxiliares} + \section{Buildfile \texttt{build.xml}} + \section{Fichero de recursos (internacionalización)} + \section{Información extra al XDoclet} + \section{Hoja de transformación} + \clearpage \input{bibliografia.tex} |