[Edumips64-commit] SF.net SVN: edumips64:[593] paper/ieee-tedu
Brought to you by:
lupino3
|
From: <sv...@ed...> - 2011-05-30 10:26:36
|
Revision: 593
https://www.edumips.org/changeset/593
Author: dpatti
Date: 2011-05-30 12:26:30 +0200 (Mon, 30 May 2011)
Log Message:
-----------
- Updated to compile Related works
Modified Paths:
--------------
paper/ieee-tedu/Makefile
paper/ieee-tedu/introduction.tex
paper/ieee-tedu/paper.tex
paper/ieee-tedu/related-works.tex
Modified: paper/ieee-tedu/Makefile
===================================================================
--- paper/ieee-tedu/Makefile 2011-05-30 10:22:20 UTC (rev 592)
+++ paper/ieee-tedu/Makefile 2011-05-30 10:26:30 UTC (rev 593)
@@ -7,7 +7,7 @@
dvips -t a4 -G0 paper.dvi -o paper.ps
paper.dvi: paper.tex abstract.tex introduction.tex survey.tex \
- teaching.tex conclusions.tex bibliography.bib comparison.tex \
+ teaching.tex conclusions.tex bibliography.bib related-works.tex \
edumips-description.tex
latex paper
bibtex paper
Modified: paper/ieee-tedu/introduction.tex
===================================================================
--- paper/ieee-tedu/introduction.tex 2011-05-30 10:22:20 UTC (rev 592)
+++ paper/ieee-tedu/introduction.tex 2011-05-30 10:26:30 UTC (rev 593)
@@ -81,7 +81,8 @@
%% every user is able to study the source code, do research activities and
%% experiments, modify it and share the contributions back with the community.
-%% The rest of this paper is organized as follows. Section~\ref{sec:comparison}
+%% The rest of this paper is organized as follows.
+%Section~\ref{sec:related-works}
%% provides a brief overview on ISSs mainly used in educational scenarios and
%% describes how \EM{} compares to them. The basic features of \EM{} and its user
%% interface are presented in Sections~\ref{sec:simulator} and~\ref{sec:gui}
Modified: paper/ieee-tedu/paper.tex
===================================================================
--- paper/ieee-tedu/paper.tex 2011-05-30 10:22:20 UTC (rev 592)
+++ paper/ieee-tedu/paper.tex 2011-05-30 10:26:30 UTC (rev 593)
@@ -100,7 +100,7 @@
%------------------------------------------------------------------------------
-\input{comparison.tex}
+\input{related-works.tex}
%------------------------------------------------------------------------------
Modified: paper/ieee-tedu/related-works.tex
===================================================================
--- paper/ieee-tedu/related-works.tex 2011-05-30 10:22:20 UTC (rev 592)
+++ paper/ieee-tedu/related-works.tex 2011-05-30 10:26:30 UTC (rev 593)
@@ -1,5 +1,5 @@
\section{Related Works}
-\label{sec:comparison}
+\label{sec:related-works}
Several different tools and methologies have been adopted
in order to enhance the learning process of the basic concepts of
|