blob: 35e348fe0c5ac6fafb2c8fadbecee7b3980b06c1 [file] [log] [blame]
\documentclass[twoside,10pt]{book}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage[utf8]{inputenc}
\usepackage{soul}
%----------------------------------------------------------------------------------------
% MACROS
%----------------------------------------------------------------------------------------
\newcommand{\pror}[0]{ProR}
\definecolor{menugray}{RGB}{230,230,230}
\sethlcolor{menugray}
\newcommand{\menu}[1]{\hl{\texttt{#1}}}
%----------------------------------------------------------------------------------------
% ENVIRONMENTS
%----------------------------------------------------------------------------------------
\definecolor{color-info}{RGB}{0,0,128}
\newenvironment{info}{\begin{description}\item[\textcolor{color-info}{Information.}]}{\end{description}}
\definecolor{color-warning}{RGB}{128,0,0}
\newenvironment{warning}{\begin{description}\item[\textcolor{color-warning}{Warning.}]}{\end{description}}
\newsavebox{\mybox}
\newenvironment{example}
{\begin{lrbox}{\mybox}\begin{minipage}{0.9\textwidth}}
{\end{minipage}\end{lrbox}\fbox{\usebox{\mybox}}}
%----------------------------------------------------------------------------------------
% DOCUMENT INFO
%----------------------------------------------------------------------------------------
\title{Eclipse ProR}
\author{by the RMF Community}
%----------------------------------------------------------------------------------------
% START DOCUMENT
%----------------------------------------------------------------------------------------
\begin{document}
\maketitle
\tableofcontents
\chapter{Introduction}
\input{introduction}
\chapter{Tutorial}
\input{tutorial}
\chapter{Reference}
\input{reference}
\chapter{Presentations}
\input{presentations}
\chapter{Glossary}
\input{glossary}
\end{document}