URL
https://opencores.org/ocsvn/ion/ion/trunk
Subversion Repositories ion
[/] [ion/] [trunk/] [doc/] [src/] [ion_project.tex] - Rev 222
Go to most recent revision | Compare with Previous | Blame | View Log
\documentclass[12pt,a4paper]{memoir} \usepackage{graphicx} \usepackage{ifpdf} \ifpdf % Packages only for the PDF: \DeclareGraphicsExtensions{.pdf,.png,.jpg,.mps} \usepackage{hyperref} \else % Packages only for the DVI: \fi % put all the other packages here: \usepackage{ionstyle} \begin{document} \title{ION -- MIPS Compatible Core} \author{José A. Ruiz} \date{December 2011} \maketitle \tableofcontents \listoffigures \listoftables \input{./tex/intro.tex} %\input{./tex/quickstart.tex} \input{./tex/usage.tex} \input{./tex/soc.tex} \input{./tex/cpu.tex} \input{./tex/cache.tex} \input{./tex/simulation.tex} \input{./tex/tools.tex} \input{./tex/sw_samples.tex} \input{./tex/hw_demo.tex} \input{./tex/notes.tex} %\appendix %\input{./tex/myappendix.tex} % Bibliography: \clearpage \input{./tex/bibliography.tex} \end{document}
Go to most recent revision | Compare with Previous | Blame | View Log