From 59d0efed8896031185d69dbd8102adc9f8ebe137 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 13 Jul 2016 14:14:47 +0200 Subject: [PATCH] doc: Replace deprecated \tt with \texttt This fixes other compilation errors with newer scrrpt class. --- doc/rpp_simulink.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rpp_simulink.tex b/doc/rpp_simulink.tex index 3bc9ed3..d01a1a4 100644 --- a/doc/rpp_simulink.tex +++ b/doc/rpp_simulink.tex @@ -1132,7 +1132,7 @@ of the blocks have to be compiled by the mex tool. use. In the Matlab command window run the \texttt{mex -setup} command and select the native C compiler. -\begin{lstlisting}[basicstyle=\tt\footnotesize] +\begin{lstlisting}[basicstyle=\texttt\footnotesize] >> mex -setup Welcome to mex -setup. This utility will help you set up @@ -2147,7 +2147,7 @@ recommended, as it helps keeping the documentation consistent and up-to-date. The YAML documentation block may look like this: -\begin{lstlisting}[language=c,basicstyle=\tt\footnotesize] +\begin{lstlisting}[language=c,basicstyle=\texttt\footnotesize] /* %YAML 1.2 --- -- 2.39.2