[rkward-cvs] SF.net SVN: rkward:[4033] branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Wed Nov 16 18:54:07 UTC 2011
Revision: 4033
http://rkward.svn.sourceforge.net/rkward/?rev=4033&view=rev
Author: tfry
Date: 2011-11-16 18:54:07 +0000 (Wed, 16 Nov 2011)
Log Message:
-----------
Use 'input' instead of 'include'. The former implies a pagebreak.
NOTE: We will have to review ALL page breaks from start to end after this. I did not start on that, yet.
Modified Paths:
--------------
branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_annex.tex
branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_paper.tex
Modified: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_annex.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_annex.tex 2011-11-16 18:48:58 UTC (rev 4032)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_annex.tex 2011-11-16 18:54:07 UTC (rev 4033)
@@ -86,7 +86,7 @@
%% Note that you should use the \pkg{}, \proglang{} and \code{} commands.
\newpage
-\include{technical}
-\include{example_plugin}
+\input{technical}
+\input{example_plugin}
\bibliography{sources}
\end{document}
Modified: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_paper.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_paper.tex 2011-11-16 18:48:58 UTC (rev 4032)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_paper.tex 2011-11-16 18:54:07 UTC (rev 4033)
@@ -93,11 +93,11 @@
%% include your article here, just as usual
%% Note that you should use the \pkg{}, \proglang{} and \code{} commands.
-\include{background}
-\include{installing_starting_RKWard}
-\include{GUI_elements}
-\include{example_session}
-\include{conclusion_summary_acknowledgments}
+\input{background}
+\input{installing_starting_RKWard}
+\input{GUI_elements}
+\input{example_session}
+\input{conclusion_summary_acknowledgments}
\bibliography{sources}
\end{document}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list