doc: update dseries/reporting slides

time-shift
Houtan Bastani 2015-06-07 21:35:26 +02:00
parent cf9d318e0c
commit aaee660f0a
1 changed files with 2 additions and 2 deletions

View File

@ -240,9 +240,9 @@ would be transformed into
\begin{alltt}
disp(`In dates(`1999q1'), ...')
\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}
disp(`In $1999q1, ...')
\(\Rightarrow\) disp(`In 1999q1, ...')
\end{alltt}
\end{itemize}