summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3final.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-05 22:01:18 +0000
committerKarl Berry <karl@freefriends.org>2014-05-05 22:01:18 +0000
commitd78a5a4de1e73a2151e8ed2635a199d928ccb559 (patch)
treeca490a3efa7d3614793427f850ec1aeb6bf971f1 /Master/texmf-dist/source/latex/l3kernel/l3final.dtx
parentb41cac6cebc8095cf8eaf7e84f8a2d5f63b7be38 (diff)
latex3 (5may14)
git-svn-id: svn://tug.org/texlive/trunk@33859 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3final.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3final.dtx15
1 files changed, 7 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3final.dtx b/Master/texmf-dist/source/latex/l3kernel/l3final.dtx
index 8f1d56ce04f..93bf9a5f987 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3final.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3final.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: l3final.dtx Copyright (C) 1990-2013 The LaTeX3 Project
+%% File: l3final.dtx Copyright (C) 1990-2014 The LaTeX3 Project
%%
%% It may be distributed and/or modified under the conditions of the
%% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -33,13 +33,10 @@
%%
%% -----------------------------------------------------------------------
%
-%<*driver|package>
-\RequirePackage{l3bootstrap}
-\GetIdInfo$Id: l3final.dtx 4586 2013-08-22 08:09:53Z joseph $
- {L3 Experimental format finalisation}
-%</driver|package>
%<*driver>
\documentclass[full]{l3doc}
+\GetIdInfo$Id: l3final.dtx 4712 2014-04-30 08:17:49Z joseph $
+ {L3 Experimental format finalisation}
\begin{document}
\DocInput{\jobname.dtx}
\end{document}
@@ -89,18 +86,20 @@
% \end{macro}
%
% The very last job is to dump the format, taking care to first leave
-% the code environment.
+% the code environment and set the appropriate flag.
% \begin{macrocode}
\use:n
{
+ \bool_set_false:N \l__kernel_expl_bool
\char_set_catcode_space:n { 9 } % tab
\char_set_catcode_space:n { 32 } % space
\char_set_catcode_active:n { 34 } % double quote
\char_set_catcode_active:n { 36 } % dollar
\char_set_catcode_active:n { 38 } % ampersand
+ \char_set_catcode_other:n { 58 } % colon
\char_set_catcode_active:n { 94 } % circumflex
\char_set_catcode_active:n { 95 } % underscore
- \char_set_catcode_other:n { 58 } % colon
+ \char_set_catcode_other:n { 124 } % pipe
\char_set_catcode_active:n { 126 } % tilde
\tex_endlinechar:D = 13 \scan_stop:
\tex_newlinechar:D = 10 \scan_stop: