%% %% This is file `l3precom.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% l3precom.dtx (with options: `package,precompile,trace') %% %% %% EXPERIMENTAL CODE %% %% Do not distribute this file without also distributing the %% source files specified above. %% %% Do not distribute a modified version of this file. %% %% %% File: l3precom.dtx Copyright (C) 1990-2006 Frank Mittelbach, 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 %% license or (at your option) any later version. The latest version %% of this license is in the file %% %% http://www.latex-project.org/lppl.txt %% %% This file is part of the ``expl3 bundle'' (The Work in LPPL) %% and all files in that bundle must be distributed together. %% %% The released version of this bundle is available from CTAN. %% %% ----------------------------------------------------------------------- %% %% The development version of the bundle can be found at %% %% http://www.latex-project.org/cgi-bin/cvsweb.cgi/ %% %% for those people who are interested. %% %%%%%%%%%%% %% NOTE: %% %%%%%%%%%%% %% %% Snapshots taken from the repository represent work in progress and may %% not work or may contain conflicting material! We therefore ask %% people _not_ to put them into distributions, archives, etc. without %% prior consultation with the LaTeX Project Team. %% %% ----------------------------------------------------------------------- \RequirePackage{l3names} \GetIdInfo$Id: l3precom.dtx 621 2007-09-01 20:14:19Z morten $ {L3 Experimental precompilation module} \ProvidesExplPackage {\filename}{\filedate}{\fileversion}{\filedescription} \RequirePackage{l3num} \RequirePackage{l3io} \RequirePackage{l3seq} \RequirePackage{l3int} \iow_new:N\c_cs_dump_stream \tlp_new:Nn\g_cs_dump_name_tlp{} \seq_new:N\g_cs_dump_seq \def_new:Npn\cs_record_name:N#1{ \seq_gput_left:Nn \g_cs_trace_seq#1 \seq_gput_left:Nn \g_cs_dump_seq#1} \def_new:Npn\cs_record_name:c{\exp_args:Nc\cs_record_name:N} \def_new:Npn\cs_dump:{ \iow_expanded_term:n{Precompiling~style~into~(\g_cs_dump_name_tlp)} \iow_open:Nn\c_cs_dump_stream{\g_cs_dump_name_tlp} \iow_expanded:Nn\c_cs_dump_stream {\group_begin: \tex_catcode:D`\token_to_string:N\*=11\scan_stop: \token_to_string:N\CodeStart } \seq_map_inline:Nn \g_cs_dump_seq {\tex_message:D{.} \iow_expanded:Nn\c_cs_dump_stream {\exp_not:n{\gdef:Npn ##1} {\tlp_to_str:N##1}} } \iow_expanded:Nn \c_cs_dump_stream {\exp_not:n{\num_gset:Nn \g_gen_sym_num} {\num_use:N\g_gen_sym_num}^^J \exp_not:n{\num_gset:Nn \g_ggen_sym_num} {\num_use:N\g_ggen_sym_num}} \iow_expanded:Nn \c_cs_dump_stream {\group_end:} \iow_close:N\c_cs_dump_stream \tex_message:D{~finished} } \def_new:Npn\cs_load_dump:n#1{ \file_not_found:nTF{#1.cmp} {\tlp_gset:Nn\g_cs_dump_name_tlp{#1.cmp}} {\input{#1.cmp} \let:NN\cs_dump:\fi: \if_false:}} \num_new:N\g_gen_sym_num \num_gset:Nn\g_gen_sym_num{0} \num_new:N\g_ggen_sym_num \num_gset:Nn\g_ggen_sym_num{0} \def_new:Npn\cs_gen_sym:N#1{ \num_gincr:N\g_gen_sym_num \tlp_set:Nc#1{l*\tex_romannumeral:D\num_use:N\g_gen_sym_num} \exp_after:NN\cs_record_name:N#1 \exp_after:NN\tlp_clear_new:N#1} \def_new:Npn\cs_ggen_sym:N#1{ \num_gincr:N\g_ggen_sym_num \tlp_set:Nc#1{g*\tex_romannumeral:D\num_use:N\g_ggen_sym_num} \exp_after:NN\cs_record_name:N#1 \exp_after:NN\tlp_clear_new:N#1} \seq_new:N\g_cs_trace_seq \seq_new:N\g_register_trace_seq \def:Npn\cs_record_meaning:N#1{ \seq_gput_left:Nn \g_cs_trace_seq#1} \def:Npn\register_record_name:N#1{ \seq_gput_left:Nn \g_register_trace_seq#1} \def_new:Npn\dumpLaTeXstate#1{ \iow_expanded_term:n{Dumping~commands~into~(#1.dmp)} \iow_open:Nn\c_cs_dump_stream{#1.dmp} \seq_map_inline:Nn \g_cs_trace_seq {\tex_message:D{.} \iow_expanded:Nn\c_cs_dump_stream {\token_to_string:N##1~ \token_to_meaning:N##1} } \tex_message:D{~registers} \seq_map_inline:Nn \g_register_trace_seq {\tex_message:D{.} \iow_expanded:Nn\c_cs_dump_stream {\token_to_string:N##1 \the_internal:D##1} } \tex_message:D{~finished} } %% %% %% End of file `l3precom.sty'.