forked from Silvermoonnbeam/physio_mist
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanual.tex
45 lines (32 loc) · 965 Bytes
/
manual.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
\documentclass{article}
\usepackage{url}
\usepackage[spacing,kerning]{microtype}
\usepackage[letterpaper]{geometry}
\usepackage{tocvsec2}
\settocdepth{subsection}
\usepackage{color}
\newcommand{\todo}[1]{\colorbox{red}{\begin{minipage}{\textwidth}{#1}\end{minipage}}}
\title{User Manual\\
\bigskip
{\large for}\\
\bigskip
PhysioMIST}
\author{Mark Caral, Sara Cummins, BarbaraJoy Jones}
\date{December 04, 2009\\{\sc Eecs} 393}
\begin{document}
\begin{titlepage}
\maketitle\thispagestyle{empty}
\end{titlepage}
\newpage
\section{Getting Started}
\subsection{Running PhysioMist}
\subsection{Load Existing Model}
To load an existing model: \\
Select File->Load from the menu \\
Navigate to the desired model and select Load
\subsection{Modify and Save Anatomical Information}
After loading a model: \\
Select a field in the Variables or Parameters Table \\
Make any desired changes and select OK
\section{Querying Related Model Components}
\end{document}