Update of /cvsroot/pfc-prolog/prolix-doc/pfc-es
In directory sc8-pr-cvs1:/tmp/cvs-serv26004/pfc-es
Modified Files:
libro.tex test.tex
Log Message:
Pasada revision ortografica
Index: libro.tex
===================================================================
RCS file: /cvsroot/pfc-prolog/prolix-doc/pfc-es/libro.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** libro.tex 3 Sep 2003 19:16:32 -0000 1.1
--- libro.tex 4 Sep 2003 20:31:01 -0000 1.2
***************
*** 1,4 ****
%
- %
% Documento principal del tomo
%
--- 1,3 ----
***************
*** 22,25 ****
--- 21,26 ----
\title{Prolix : Intérprete Prolog Online}
+
+
\author{Iván Frade Ortea}
\date{Septiembre 2003}
***************
*** 78,90 ****
\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
--- 79,98 ----
\input{codigo/web.java.tex}
\section{Páginas JSP}
+ \input{codigo/jsp/jsp.tex}
\clearpage
\chapter{Ficheros auxiliares}
\section{Buildfile \texttt{build.xml}}
+ \input{codigo/buildxml.tex}
+ \clearpage
\section{Fichero de recursos (internacionalización)}
+ \input{codigo/resources.tex}
+ \clearpage
\section{Información extra al XDoclet}
+ \input{codigo/xdoclet/xdoclet.tex}
+ \clearpage
\section{Hoja de transformación}
+ \input{codigo/hoja-xsl.tex}
\clearpage
\backmatter
Index: test.tex
===================================================================
RCS file: /cvsroot/pfc-prolog/prolix-doc/pfc-es/test.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** test.tex 3 Sep 2003 19:16:32 -0000 1.9
--- test.tex 4 Sep 2003 20:31:01 -0000 1.10
***************
*** 1,5 ****
%
%
! % Documento para testear la compilacion de otros en latex
%
%
--- 1,5 ----
%
%
! % Documento para testear la compilación de otros en latex
%
%
***************
*** 8,12 ****
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! \documentclass [a4paper,11pt] {book}
\usepackage[spanish]{babel}
\usepackage[latin1]{inputenc}
--- 8,12 ----
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! \documentclass [a4paper,10pt] {book}
\usepackage[spanish]{babel}
\usepackage[latin1]{inputenc}
***************
*** 52,81 ****
%\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}
\end{document}
--- 52,89 ----
%\clearpage
! %\chapter{Conclusiones}
! %\input{conclusiones/conclusiones.tex}
! %\clearpage
! %\chapter{Código Fuente (Servidor)}
! %\section{Enterprise Java Beans y núcleo 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}
+ \input{codigo/jsp/jsp.tex}
\clearpage
\chapter{Ficheros auxiliares}
\section{Buildfile \texttt{build.xml}}
+ \input{codigo/buildxml.tex}
+ \clearpage
\section{Fichero de recursos (internacionalización)}
+ \input{codigo/resources.tex}
+ \clearpage
\section{Información extra al XDoclet}
+ \input{codigo/xdoclet/xdoclet.tex}
+ \clearpage
\section{Hoja de transformación}
+ \input{codigo/hoja-xsl.tex}
\clearpage
! %\input{bibliografia.tex}
\end{document}
|