diff options
-rw-r--r-- | lltxb-dtxstyle.tex | 2 | ||||
-rw-r--r-- | luatexbase-modutils.dtx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lltxb-dtxstyle.tex b/lltxb-dtxstyle.tex index eb7d120..6d2d70f 100644 --- a/lltxb-dtxstyle.tex +++ b/lltxb-dtxstyle.tex @@ -36,7 +36,7 @@ % no so nice, but anyway... \newenvironment{qcode}{% - \quote \ttfamily \catcode`\_ 12\relax + \quote \ttfamily \catcode`\_=12\relax \obeylines }{% \endquote } diff --git a/luatexbase-modutils.dtx b/luatexbase-modutils.dtx index f962fcf..111087a 100644 --- a/luatexbase-modutils.dtx +++ b/luatexbase-modutils.dtx @@ -214,7 +214,7 @@ See source file '\inFileName' for details. % luatexbase.module_info(\meta{name}, \meta{message}, ...) % \end{qcode} % These functions are similar to \latex's |\PackageError|, -% |\PackageWarningNoLine| and |\PackageInfo| in the way they format the +% |\PackageWarning| and |\PackageInfo| in the way they format the % output. The first argument is the name of the current module; the remaining % arguments are passed to |string.format()|. No automatic line breaking is % done, you may still use |\n| as usual for that, and the name of the package |