summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/luaintro/06-07-4.lualtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-06-24 23:44:50 +0000
committerKarl Berry <karl@freefriends.org>2013-06-24 23:44:50 +0000
commit1aeba500ea40082474f38f3ec6d3fee4fd69de5e (patch)
tree9052861ba8a2fefe917db4bc1739b7fc7048f47d /Master/texmf-dist/doc/luatex/luaintro/06-07-4.lualtx
parente0e554f28ccb5ff16ccfbae8db39edddef21f08f (diff)
luaintro (24jun13)
git-svn-id: svn://tug.org/texlive/trunk@30909 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luaintro/06-07-4.lualtx')
-rw-r--r--Master/texmf-dist/doc/luatex/luaintro/06-07-4.lualtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaintro/06-07-4.lualtx b/Master/texmf-dist/doc/luatex/luaintro/06-07-4.lualtx
index 7fa1a972df5..2a419c34b3c 100644
--- a/Master/texmf-dist/doc/luatex/luaintro/06-07-4.lualtx
+++ b/Master/texmf-dist/doc/luatex/luaintro/06-07-4.lualtx
@@ -3,7 +3,6 @@
%%
%% 1. Auflage
%%
-%% Beispiel 06-07-4 auf Seite 119.
%%
%% Copyright (C) 2013 Herbert Voss
%%
@@ -24,6 +23,7 @@
\setlength\parindent{0pt}
\usepackage{fontspec}
\begin{document}
-Die aktuelle Uhrzeit ist
-\directlua{tex.print(os.date("\%H:\%M:\%S"))}
+Die aktuelle Uhrzeit ist \bgroup\catcode`\%=12
+\directlua{tex.print(os.date("%H:%M:%S"))}
+\egroup
\end{document}