diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/expl3/l3final.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/expl3/l3final.dtx | 54 |
1 files changed, 5 insertions, 49 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3final.dtx b/Master/texmf-dist/source/latex/expl3/l3final.dtx index f23db756876..65da64c7f7f 100644 --- a/Master/texmf-dist/source/latex/expl3/l3final.dtx +++ b/Master/texmf-dist/source/latex/expl3/l3final.dtx @@ -17,7 +17,7 @@ %% %% The development version of the bundle can be found at %% -%% http://www.latex-project.org/cgi-bin/cvsweb.cgi/ +%% http://www.latex-project.org/svnroot/experimental/trunk/ %% %% for those people who are interested. %% @@ -37,7 +37,7 @@ %</driver|package> %<*-ini> %\fi -\GetIdInfo$Id: l3final.dtx 621 2007-09-01 20:14:19Z morten $ +\GetIdInfo$Id: l3final.dtx 1362 2009-05-28 20:19:21Z joseph $ {L3 Experimental final module} %\iffalse %</-ini> @@ -46,7 +46,7 @@ \ProvidesFile{\filename.\filenameext} [\filedate\space v\fileversion\space\filedescription] %\iffalse -\documentclass{l3doc} +\documentclass[full]{l3doc} \begin{document} \DocInput{\filename.\filenameext} \end{document} @@ -63,15 +63,9 @@ % Some of the macros needed in creating the format are no longer % needed and will either be removed are modified to generate error % messages. -%<*initex> -% -% \subsection{Closing the error file} % -% Earlier on in the format a file was opened to collect all the -% error messages. This file needs to be closed before the format is -% dumped. % \begin{macrocode} -\err_file_close:N\c_kernel_err_tlp +%<*initex> % \end{macrocode} % % \subsection{Dumping the format} @@ -80,45 +74,7 @@ % \begin{macrocode} \tex_dump:D % \end{macrocode} -%</initex> -% \subsection{Creating the format} % -% There is one more thing needed for creating the format; a file -% called \file{lbase.ini}. For now this is included here. -%<*ini> % \begin{macrocode} -%% Derived from a file by Thomas Esser - -\ifx\pdfoutput\undefined \else - \ifx\pdfoutput\relax \else - % We're building the latex format with the pdfetex engine (started 2004). - % See this file for details. - \input pdftex-dvi.tex - \fi -\fi - -%% the usual format initialization. -%%\scrollmode -\input lbase.ltx -\endinput +%</initex> % \end{macrocode} -%</ini> -% \endinput -% -% $Log$ -% Revision 1.5 2006/03/19 15:03:22 braams -% Added code to close the kernel error file -% -% Revision 1.4 2006/01/13 23:20:07 braams -% Added lbase.ini to be generated from this file -% -% Revision 1.3 2005/12/27 16:01:48 morten -% Changed RCS information retrieval -% -% Revision 1.2 2005/04/12 22:48:24 braams -% Corrected a slight mistake -% -% Revision 1.1 2005/04/12 22:41:38 braams -% This file will contain al the last minute things needed in the format. -% For starters it just dumps the format. -% |