diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-03-30 12:53:06 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-03-30 12:53:06 +0200 |
commit | 4cfc73bd1bab8a51da618119e1e24dae3d7ccf1a (patch) | |
tree | 74754562772599afb770afab284426e2e058fbf0 /doc/luaotfload-latex.tex | |
parent | cfde02f4d2a24ca55b40cc6a3ad05fc38a429a7a (diff) | |
parent | 60478137d15bec36b66276a4bfbfe0f1b1f20269 (diff) | |
download | luaotfload-4cfc73bd1bab8a51da618119e1e24dae3d7ccf1a.tar.gz |
Merge pull request #211 from phi-gamma/texlive2014
update documentation
Diffstat (limited to 'doc/luaotfload-latex.tex')
-rw-r--r-- | doc/luaotfload-latex.tex | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/luaotfload-latex.tex b/doc/luaotfload-latex.tex index 409adcf..c886462 100644 --- a/doc/luaotfload-latex.tex +++ b/doc/luaotfload-latex.tex @@ -208,12 +208,10 @@ \usepackage {listings} \lstset { basicstyle=\ttfamily, - escapechar=Ö, } -\def \inlinecode #1{% - \lstinline {#1}% -} +%\let \inlinecode \lstinline +\protected \def \inlinecode {\lstinline} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% codelistings; this sucks hard since we lack access to buffers |