summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tagpdf/tagpdf-pdftex.def
blob: ab40b3de3a024007861dab20b491c621f2ca50bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
%%
%% This is file `tagpdf-pdftex.def',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% tagpdf-backend.dtx  (with options: `pdftex')
%% 
%% Copyright (C) 2019 Ulrike Fischer
%% 
%% 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:
%% 
%%    https://www.latex-project.org/lppl.txt
%% 
%% This file is part of the "tagpdf bundle" (The Work in LPPL)
%% and all files in that bundle must be distributed together.
%% 
%% File: tagpdf-backend.dtx
\ProvidesExplFile {tagpdf-pdftex.def} {2021/02/23} {0.80}
  {tagpdf~driver~for~pdftex}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% driver (pdflatex) commands
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\cs_set_eq:NN \__tag_prop_new:N     \prop_new:N

\cs_set_eq:NN \__tag_seq_new:N      \seq_new:N

\cs_set_eq:NN \__tag_prop_gput:Nnn  \prop_gput:Nnn

\cs_set_eq:NN \__tag_seq_gput_right:Nn \seq_gput_right:Nn

\cs_set_eq:NN \__tag_seq_item:cn    \seq_item:cn

\cs_set_eq:NN \__tag_prop_item:cn   \prop_item:cn

\cs_set_eq:NN \__tag_seq_show:N     \seq_show:N

\cs_set_eq:NN \__tag_prop_show:N    \prop_show:N

%% 
%%
%% End of file `tagpdf-pdftex.def'.