diff options
| author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-05-21 18:16:51 +0200 | 
|---|---|---|
| committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-05-21 18:16:51 +0200 | 
| commit | e1756b10f9ea2104e629550446b29d3185bfd87a (patch) | |
| tree | a575c3f574b124e9f97e0ab00f6d322f4ebac626 | |
| parent | 98175799b3823cdcb146adbb5310b94201317e3e (diff) | |
| download | luatexbase-e1756b10f9ea2104e629550446b29d3185bfd87a.tar.gz | |
Fix bug in \CatcodeTableLaTeX
10 (newline) was catcode 15 instead of 12
| -rw-r--r-- | luatexbase-cctb.dtx | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/luatexbase-cctb.dtx b/luatexbase-cctb.dtx index 6f7525a..cef7faf 100644 --- a/luatexbase-cctb.dtx +++ b/luatexbase-cctb.dtx @@ -543,6 +543,7 @@ See source file '\inFileName' for details.    \luatexcatcodetable\CatcodeTableIniTeX    \SetCatcodeRange{0}{31}{15}%    \catcode9   10 % tab +  \catcode10  12 % newline    \catcode12  13 % form feed    \catcode13  5  % carriage return    \catcode35  6  % hash  | 
