Commit 030fbb3f authored by Javier Costa's avatar Javier Costa
Browse files

Added document

parent 80f538b3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{
    "latex-workshop.view.pdf.viewer": "tab"
}
 No newline at end of file

doc/bibliography.tex

0 → 100644
+21 −0
Original line number Diff line number Diff line
\begin{thebibliography}{99}
\bibitem{cn}
	Citation needed

\bibitem{horwitz03}
	Matthew Allen, Susan Horwitz.
	\textsl{Slicing Java Programs that Throw and Catch Exceptions.}
	2003.
	
\bibitem{weiser79}
	Mark D. Weiser.
	\textsl{Program Slices: Formal, Psychological, and Practical Investigations of an Automatic Program Abstraction Method.}
	1979.
	
\bibitem{weiserPS}
	M. Weiser.
	\textsl{Program Slicing}
	1981.

%\bibitem{citekey}
\end{thebibliography}
 No newline at end of file
+33 −0
Original line number Diff line number Diff line
\relax 
\providecommand\hyper@newdestlabel[2]{}
\@setckpt{listings-config}{
\setcounter{page}{1}
\setcounter{equation}{0}
\setcounter{enumi}{0}
\setcounter{enumii}{0}
\setcounter{enumiii}{0}
\setcounter{enumiv}{0}
\setcounter{footnote}{0}
\setcounter{mpfootnote}{0}
\setcounter{part}{0}
\setcounter{section}{0}
\setcounter{subsection}{0}
\setcounter{subsubsection}{0}
\setcounter{paragraph}{0}
\setcounter{subparagraph}{0}
\setcounter{figure}{0}
\setcounter{table}{0}
\setcounter{lstnumber}{1}
\setcounter{float@type}{16}
\setcounter{algorithm}{0}
\setcounter{ALC@unique}{0}
\setcounter{ALC@line}{0}
\setcounter{ALC@rem}{0}
\setcounter{ALC@depth}{0}
\setcounter{Item}{0}
\setcounter{Hfootnote}{0}
\setcounter{bookmark@seq@number}{0}
\setcounter{@todonotes@numberoftodonotes}{0}
\setcounter{lstlisting}{0}
\setcounter{section@level}{0}
}
+28 −0
Original line number Diff line number Diff line
\lstset{
	% Numbering
	numbers=left,
	stepnumber=2,
	numberstyle=\tiny,
	numbersep=5pt,
	% Style
	tabsize=2,
	basicstyle=\footnotesize\ttfamily,
	% Others
	language=Java,
	% Escape sequences (UTF-8 support)
	literate=
	{á}{{\'a}}1 {é}{{\'e}}1 {í}{{\'i}}1 {ó}{{\'o}}1 {ú}{{\'u}}1
	{Á}{{\'A}}1 {É}{{\'E}}1 {Í}{{\'I}}1 {Ó}{{\'O}}1 {Ú}{{\'U}}1
	{à}{{\`a}}1 {è}{{\`e}}1 {ì}{{\`i}}1 {ò}{{\`o}}1 {ù}{{\`u}}1
	{À}{{\`A}}1 {È}{{\'E}}1 {Ì}{{\`I}}1 {Ò}{{\`O}}1 {Ù}{{\`U}}1
	{ä}{{\"a}}1 {ë}{{\"e}}1 {ï}{{\"i}}1 {ö}{{\"o}}1 {ü}{{\"u}}1
	{Ä}{{\"A}}1 {Ë}{{\"E}}1 {Ï}{{\"I}}1 {Ö}{{\"O}}1 {Ü}{{\"U}}1
	{â}{{\^a}}1 {ê}{{\^e}}1 {î}{{\^i}}1 {ô}{{\^o}}1 {û}{{\^u}}1
	{Â}{{\^A}}1 {Ê}{{\^E}}1 {Î}{{\^I}}1 {Ô}{{\^O}}1 {Û}{{\^U}}1
	{Ã}{{\~A}}1 {ã}{{\~a}}1 {Õ}{{\~O}}1 {õ}{{\~o}}1
	{œ}{{\oe}}1 {Œ}{{\OE}}1 {æ}{{\ae}}1 {Æ}{{\AE}}1 {ß}{{\ss}}1
	{ű}{{\H{u}}}1 {Ű}{{\H{U}}}1 {ő}{{\H{o}}}1 {Ő}{{\H{O}}}1
	{ç}{{\c c}}1 {Ç}{{\c C}}1 {ø}{{\o}}1 {å}{{\r a}}1 {Å}{{\r A}}1
	{}{{\euro}}1 {£}{{\pounds}}1 {«}{{\guillemotleft}}1
	{»}{{\guillemotright}}1 {ñ}{{\~n}}1 {Ñ}{{\~N}}1 {¿}{{?`}}1,
}

doc/logo-dsic.png

0 → 100644
+17.8 KiB
Loading image diff...
Loading