Skip to content

Commit 8f94c49

Browse files
Minor formatting
1 parent a1ce340 commit 8f94c49

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

dsmts-models.tex

+5-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ \subsubsection{dsmts--001--06}
7474
value is not determined by the model reactions but remains constant at
7575
its initial level. (ii) The death reaction is now:
7676
\[
77-
X \longrightarrow Sink
77+
X \longrightarrow \mathtt{Sink}
7878
\]
7979
This model checks that the boundary condition attribute is
8080
handled correctly.
@@ -107,7 +107,7 @@ \subsubsection{dsmts--001--09}
107107
\addplots{dsmts-001-09}
108108

109109
\subsubsection{dsmts--001--10}
110-
110+
\sloppy
111111
Same as \verb$dsmts-001-01$, except that: (i) the \verb$Cell$
112112
compartment is declared to have \verb$size=1$ (ii)
113113
\verb$hasOnlySubstanceUnits$ is not declared to be true. Although many
@@ -194,7 +194,7 @@ \subsubsection{dsmts--001--19}
194194
\addplots{dsmts-001-19}
195195

196196

197-
197+
\clearpage
198198
\subsection{dsmts--002 --- The immigration-death process}
199199

200200
\subsubsection{dsmts--002--01}
@@ -291,6 +291,7 @@ \subsubsection{dsmts--002--10}
291291

292292
\addplots{dsmts-002-10}
293293

294+
\clearpage
294295
\subsection{dsmts--003 ---Dimerisation }
295296

296297
\subsubsection{dsmts--003--01}
@@ -364,7 +365,7 @@ \subsubsection{dsmts--003--07}
364365

365366
\addplots{dsmts-003-07}
366367

367-
368+
\clearpage
368369
\subsection{dsmts--004 --- The batch immigration-death process}
369370

370371
\subsubsection{dsmts--004--01}

dsmts-userguide.tex

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
\documentclass[12pt,a4paper]{article}
1+
\RequirePackage[l2tabu, orthodox]{nag}
2+
\documentclass[11pt,BCOR1mm,DIV18]{scrartcl}
3+
24
\usepackage{graphicx,url,amsmath,hyperref}
3-
\topmargin=-0.5in
4-
\oddsidemargin=0in
5-
\evensidemargin=0in
6-
\textwidth=6.5in
7-
\textheight=9.5in
85
\newcommand{\addplots}[1]{{\par\includegraphics[width=0.5\textwidth]{#1-mean}\includegraphics[width=0.5\textwidth]{#1-sd}\par}}
96

107
\title{SBML DSMTS --- User Guide}
118
\author{T.~W.~Evans, C.~S.~Gillespie, \href{http://www.staff.ncl.ac.uk/d.j.wilkinson/}{D.~J.~Wilkinson}\thanks{\texttt{[email protected]}}}
129
\date{\today}
1310

1411
\begin{document}
15-
\sf\maketitle
12+
\maketitle
1613

1714
\section{Introduction}
1815

@@ -23,8 +20,9 @@ \section{Introduction}
2320
the simulation lots of times and check that the distribution of
2421
outcomes is correct. This can only be tested in a probabilistic way.
2522
The latest version of this test suite can be obtained from:
26-
\centerline{\url{http://dsmts.googlecode.com/}}
27-
23+
\begin{center}
24+
\url{http://dsmts.googlecode.com/}
25+
\end{center}
2826
\noindent To cite the test suite:
2927

3028
\noindent
@@ -42,7 +40,7 @@ \subsection{Aims and Scope of the Test Suite}
4240
function'' output is easy to map onto a regular time-grid either
4341
post-hoc, or during the simulation run itself. Further discussion of
4442
this issue can be found in Chapter~6 of
45-
Wilkinson~(2006)(\url{http://www.staff.ncl.ac.uk/d.j.wilkinson/smfsb/}),
43+
Wilkinson~(2006)\footnote{See \url{http://www.staff.ncl.ac.uk/d.j.wilkinson/smfsb/}},
4644
to which the reader is referred for further discussion of stochastic
4745
simulation generally, and the use of SBML for discrete stochastic
4846
models in particular.

0 commit comments

Comments
 (0)