From 836baa23aaa2530a3a37d867531990d1b8e08199 Mon Sep 17 00:00:00 2001 From: Bob Carpenter Date: Thu, 30 Aug 2012 17:27:35 -0400 Subject: [PATCH] added changed option to stanc command for model name --- src/docs/stan-reference/commands.tex | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/docs/stan-reference/commands.tex b/src/docs/stan-reference/commands.tex index 15de80ef852..641ec590898 100644 --- a/src/docs/stan-reference/commands.tex +++ b/src/docs/stan-reference/commands.tex @@ -292,8 +292,15 @@ \subsection{The \stanc Compiler} \subsection{Command-Line Options for {\tt\bfseries stanc}} -The following options are available for \code{stanc}. - +The model translation program \code{stanc} is called as follows. +% +\begin{quote} +\code{> stanc [options] {\slshape model\_file}} +\end{quote} +% +The argument \code{\slshape model\_file} is a path to a Stan model file ending +in suffix \code{.stan}. The options are as follows. +% \begin{description} % \item[\tt {-}-help] @@ -311,7 +318,7 @@ \subsection{Command-Line Options for {\tt\bfseries stanc}} Specify the name of the class used for the implementation of the \Stan model in the generated \Cpp code. \\[2pt] -Default: {\tt {\slshape class\_name = model\_filename\_model}} +Default: {\tt {\slshape class\_name = model\_file}\_model} % \item[\tt {-}-o={\slshape cpp\_file\_name}] \mbox{ } \\