diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-20 21:24:52 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-20 21:24:52 +0200 |
commit | c1406e4fff6268137d2fad0a96cf6382e625bf16 (patch) | |
tree | cd9e4dfaf8156e3867e14dc445d5fc38478fcc03 | |
parent | 29c426e86ad54e035c1e9501b8dcade8e352f1a4 (diff) | |
download | luaotfload-c1406e4fff6268137d2fad0a96cf6382e625bf16.tar.gz |
[doc] escape verbatims
-rw-r--r-- | luaotfload.dtx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 706ee1c..1c21460 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1511,10 +1511,10 @@ if tex.luatexversion < luatex_version then end % \end{macrocode} -% Create $TEXMFCACHE if not present. This is necessary due to +% Create \verb|$TEXMFCACHE| if not present. This is necessary due to % two bugs in Luatex-Fonts that surface simultaneously if none % of the possible cache directories exists. We add a fixed version -% of lfs.mkdirs() first. +% of \verb|lfs.mkdirs()| first. % % \begin{macrocode} |