Skip to content

Commit

Permalink
Avoid use of \texttt in functions.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 1, 2020
1 parent 694794c commit ade428d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2068,7 +2068,7 @@ \subsection{Return Type Mapping}\doublelabel{return-type-mapping}
\lstinline!Integer! & \lstinline!int! & \lstinline!INTEGER!\\ \hline
\lstinline!Boolean! & \lstinline!int! & \lstinline!LOGICAL!\\ \hline
\lstinline!String! & \lstinline!const char*! & Not allowed.\\ \hline
\texttt{T}{[}$\texttt{dim}_1$, \ldots{}, $\texttt{dim}_{n}${]} & Not allowed. & Not allowed.\\ \hline
\lstinline[mathescape=true]!T[$\mathit{dim}_{1}$, $\ldots$, $\mathit{dim}_{n}$]! & Not allowed. & Not allowed.\\ \hline
Enumeration type & \lstinline!int! & \lstinline!INTEGER!\\ \hline
Record & See \autoref{records}. & Not allowed.\\ \hline
\end{longtable}
Expand Down

0 comments on commit ade428d

Please sign in to comment.