diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-11-10 16:57:57 +0100 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-11-11 15:53:12 +0100 |
commit | dbc694ad8b197a42c3b89654baeceef31e53b4dd (patch) | |
tree | 59986980299de7ad0f4af5230045974f36ad6a2a | |
parent | 642e3d3e8b7e3f22d88be0b031d9b9479932d14b (diff) | |
download | luatexbase-dbc694ad8b197a42c3b89654baeceef31e53b4dd.tar.gz |
fix typesetting problems
-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 |