Commit a597efa 1 parent 5fb14ad commit a597efa Copy full SHA for a597efa
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
\usepackage {fancyvrb,color }
2
+ \newcommand {\dtk }[1]{\texttt {\detokenize {#1} }}
2
3
\newenvironment {funcdoc}[1]
3
- {\noindent\hrulefill\newline \texttt {#1 }\par\noindent\hrulefill\par\medskip\par }
4
+ {\noindent\hrulefill\newline\dtk {#1}\par\noindent\hrulefill\par\medskip\par }
4
5
{\bigskip }
5
6
6
7
% ---------- Ripped from gretl.sty ----------------------------------------
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ \section{Usage}
65
65
66
66
Note that functions that are exact lookalikes of \app {Matlab/Octave}
67
67
functions do not live here, but would go into the
68
- \texttt {matlab\_ utilities } package.
68
+ \dtk {matlab\_ utilities} package.
69
69
70
70
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
71
71
You can’t perform that action at this time.
0 commit comments