Skip to content
Snippets Groups Projects
Commit aaee660f authored by Houtan Bastani's avatar Houtan Bastani
Browse files

doc: update dseries/reporting slides

parent cf9d318e
Branches
No related tags found
No related merge requests found
...@@ -240,9 +240,9 @@ would be transformed into ...@@ -240,9 +240,9 @@ would be transformed into
\begin{alltt} \begin{alltt}
disp(`In dates(`1999q1'), ...') disp(`In dates(`1999q1'), ...')
\end{alltt} \end{alltt}
\myitem To fix this, simply prefix any date that you don't want transformed by the preprocessor with a `\texttt{\$}' \myitem To fix this, simply prefix any date that you don't want transformed by the preprocessor with a `\texttt{\$}': \texttt{disp(`In \$1999q1, ...')}
\begin{alltt} \begin{alltt}
disp(`In $1999q1, ...') \(\Rightarrow\) disp(`In 1999q1, ...')
\end{alltt} \end{alltt}
\end{itemize} \end{itemize}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment