summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/expl3/l3quark.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3quark.sty')
-rw-r--r--Master/texmf-dist/tex/latex/expl3/l3quark.sty46
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3quark.sty b/Master/texmf-dist/tex/latex/expl3/l3quark.sty
new file mode 100644
index 00000000000..a4bb2fbf985
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/expl3/l3quark.sty
@@ -0,0 +1,46 @@
+%%
+%% This is file `l3quark.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% l3quark.dtx (with options: `package,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: l3quark.dtx Copyright (C) 1990-1998 LaTeX3 project
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{l3quark}
+ [1998/05/20 v1.0e L3 Experimental Quark Commands]
+\RequirePackage{l3expan}\par
+\def_new:Npn \quark_new:N #1{\tlp_new:Nn #1{#1}}
+\quark_new:N \q_stop
+\quark_new:N \q_no_value
+\quark_new:N \q_nil
+\quark_new:N\q_error
+\quark_new:N\q_mark
+\def_new:Npn \quark_if_no_value:NTF #1{
+ \if_meaning:NN\q_no_value#1
+ \exp_after:NN\use_choice_i:nn
+ \else: \exp_after:NN\use_choice_ii:nn \fi:}
+\def_new:Npn \quark_if_no_value:NF #1{\quark_if_no_value:NTF {#1}\use_noop:}
+\def_new:Npn \quark_if_no_value:nTF #1{\tlp_gset:Nn \g_testa_tlp {#1}
+ \quark_if_no_value:NTF\g_testa_tlp}
+\def_new:Npn \quark_if_no_value:nF #1{\quark_if_no_value:nTF {#1}\use_noop:}
+\def_new:Npn \quark_if_no_value:nT #1#2{\quark_if_no_value:nTF {#1}
+ {#2}\use_noop:}
+\def_new:Npn\quark_if_nil:NTF#1{
+ \if_meaning:NN#1\q_nil
+ \exp_after:NN\use_choice_i:nn
+ \else:
+ \exp_after:NN\use_choice_ii:nn\fi:}
+%%
+%%
+%% End of file `l3quark.sty'.