From 4bbc008e81df7ec54a401548c1403201a26488b2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 10 Jul 2018 21:05:49 +0000 Subject: tagpdf (10jul18) git-svn-id: svn://tug.org/texlive/trunk@48178 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/tagpdf/README.md | 45 +- .../doc/latex/tagpdf/ex-patch-list-luatex.pdf | Bin 0 -> 16080 bytes .../texmf-dist/doc/latex/tagpdf/ex-patch-list.pdf | Bin 0 -> 47717 bytes .../texmf-dist/doc/latex/tagpdf/ex-patch-list.tex | 95 ++ .../tagpdf/ex-patch-sectioning-koma-luamode.pdf | Bin 0 -> 17034 bytes .../doc/latex/tagpdf/ex-patch-sectioning-koma.pdf | 1280 ++++++++++++++++++++ .../doc/latex/tagpdf/ex-patch-sectioning-koma.tex | 168 +++ Master/texmf-dist/doc/latex/tagpdf/tagpdf.pdf | Bin 298102 -> 298948 bytes Master/texmf-dist/doc/latex/tagpdf/tagpdf.tex | 38 +- .../tex/latex/tagpdf/tagpdf-checks-code.sty | 10 +- .../texmf-dist/tex/latex/tagpdf/tagpdf-luatex.def | 2 +- .../tex/latex/tagpdf/tagpdf-mc-code-generic.sty | 2 +- .../tex/latex/tagpdf/tagpdf-mc-code-lua.sty | 2 +- .../tex/latex/tagpdf/tagpdf-mc-code-shared.sty | 2 +- .../texmf-dist/tex/latex/tagpdf/tagpdf-pdftex.def | 2 +- .../tex/latex/tagpdf/tagpdf-roles-code.sty | 4 +- .../tex/latex/tagpdf/tagpdf-struct-code.sty | 6 +- .../tex/latex/tagpdf/tagpdf-tree-code.sty | 2 +- Master/texmf-dist/tex/latex/tagpdf/tagpdf-user.sty | 2 +- Master/texmf-dist/tex/latex/tagpdf/tagpdf.lua | 10 +- Master/texmf-dist/tex/latex/tagpdf/tagpdf.sty | 2 +- 21 files changed, 1616 insertions(+), 56 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/tagpdf/ex-patch-list-luatex.pdf create mode 100644 Master/texmf-dist/doc/latex/tagpdf/ex-patch-list.pdf create mode 100644 Master/texmf-dist/doc/latex/tagpdf/ex-patch-list.tex create mode 100644 Master/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma-luamode.pdf create mode 100644 Master/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma.pdf create mode 100644 Master/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma.tex diff --git a/Master/texmf-dist/doc/latex/tagpdf/README.md b/Master/texmf-dist/doc/latex/tagpdf/README.md index f223cdfc5bc..3801de04b0c 100644 --- a/Master/texmf-dist/doc/latex/tagpdf/README.md +++ b/Master/texmf-dist/doc/latex/tagpdf/README.md @@ -1,28 +1,35 @@ -# tagpdf - -A package to experiment with tagging and other requirements of accessible pdfs with pdflatex and lualatex +#tagpdf — A package to create tagged pdf +Packageversion: 0.2 +Packagedate: 2018/07/09 +Author: Ulrike Fischer +## License +The tagpdf package may be modified and distributed under the terms and conditions of the +[LaTeX Project Public License](https://www.latex-project.org/lppl/), version 1.3c or greater. -## Structure -- source - - examples - - texmf (the code of the package) - - - tagpdf.tex, pdf, bib (the documentation) - -- testfiles contains tests for the l3build system. - -## Rules for contribuations +## Contents -Comments, feedback, examples are welcome. +- Readme (this file) +- tagpdf.sty (the sty) +- tagpdf-roles-code.sty (internal code) +- tagpdf-mc-code-shared.sty (internal code) +- tagpdf-mc-code-generic.sty (internal code) +- tagpdf-mc-code-lua.sty (internal code) +- tagpdf-stuct-code.sty (internal code) +- tagpdf-tree-code.sty (internal code) +- tagpdf-user.sty (user commands) +- tagpdf-pdftex.def (pdftex specific code) +- tagpdf-luatex.def (luatex specific code) +- tagpdf.lua (lua code for luatex) +- tagpdf.tex, tagpdf.pdf, tagpdf.bib (the docu) +- various examples (part of the documentation) -Use the issue tracker, sent me a mail or make a pull-request. +## Installation -## Licence +Put the styles, the .def and the lua-files where it can be found. -The tagpdf package may be modified and distributed under the terms and conditions of the -[LaTeX Project Public License](https://www.latex-project.org/lppl/), version 1.3c or greater. - +## Issues, comments, etc +https://github.com/u-fischer/tagpdf diff --git a/Master/texmf-dist/doc/latex/tagpdf/ex-patch-list-luatex.pdf b/Master/texmf-dist/doc/latex/tagpdf/ex-patch-list-luatex.pdf new file mode 100644 index 00000000000..f0a7fb7f33d Binary files /dev/null and b/Master/texmf-dist/doc/latex/tagpdf/ex-patch-list-luatex.pdf differ diff --git a/Master/texmf-dist/doc/latex/tagpdf/ex-patch-list.pdf b/Master/texmf-dist/doc/latex/tagpdf/ex-patch-list.pdf new file mode 100644 index 00000000000..0cb89142bd0 Binary files /dev/null and b/Master/texmf-dist/doc/latex/tagpdf/ex-patch-list.pdf differ diff --git a/Master/texmf-dist/doc/latex/tagpdf/ex-patch-list.tex b/Master/texmf-dist/doc/latex/tagpdf/ex-patch-list.tex new file mode 100644 index 00000000000..6cf5edd8a9b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tagpdf/ex-patch-list.tex @@ -0,0 +1,95 @@ +% !Mode:: "TeX:DE:UTF-8:Main" + +%This example shows how one can patch lists command +%it is based on enumitem + +%It uses a command to end \item (\meti). It is perhaps possible to hide this command +% inside \item/end{list}, but with nested list it is not so easy. + +% Pay attention to casing. Li/LI, Lbody/Lbody are different. +%no page break involved. So the example works in lua and generic mode + +\documentclass{scrbook} +\usepackage[english]{babel} +\usepackage{tagpdf} + +\tagpdfifpdftexT + { + \usepackage[T1]{fontenc} + } + +\tagpdfifluatexT + { + \usepackage{fontspec} + \usepackage{luacode} + } + + +\tagpdfsetup{tabsorder=structure, + activate-all, + uncompress + } + +\usepackage{lipsum}%\textheight3cm + +\usepackage{enumitem,xpatch} + +\makeatletter + +\newcommand\uftag@enit@format@preset[1]{% + \tagstructbegin{tag=LI}% + \tagstructbegin{tag=Lbl}% + \tagmcbegin{tag=Lbl}% + #1% + \tagmcend + \tagstructend %end Lbl + \tagstructbegin{tag=LBody}} + +\newcommand\meti{% end of \item + \tagstructend %end of LBody + \tagstructend %end of LI +} + +\xpatchcmd\enit@preset{\@firstofone}{\uftag@enit@format@preset}{}{\fail} + +\setlist{ + before*=\tagstructbegin{tag=L}, + after*={\tagstructend}} + +% keys that overwrite \enit@format must be patched, eg like the follow +% the font key should be patched in a similar way +\enitkv@key{enumitem}{format}{% + \def\enit@format{% + \tagstructbegin{tag=LI}% + \tagstructbegin{tag=Lbl}% + \tagmcbegin{tag=Lbl}% + #1\tagmcend}} +\makeatother +% marking of the text inside the list can not be handled automatically -- one doesn't know the type +% we use simple P here +\newcommand\TAGP{\tagstructbegin{tag=P}\tagmcbegin{tag=P}} +\newcommand\PGAT{\tagmcend\tagstructend} + +\begin{document} +%I don't want to handle pagestyles, so set everything to empty: +\pagestyle{empty}\renewcommand\chapterpagestyle{empty} + +\tagstructbegin{tag=Document} + +\begin{itemize} +\item \TAGP Ducks say quack\PGAT\meti +\item \TAGP Marmots say something Parmotlike\PGAT\meti +\end{itemize} + +\begin{enumerate} +\item \TAGP The highest pass is the Col de l'Iseran.\PGAT\meti +\item \TAGP The second highest pass is the Passo dello Stelvio.\PGAT\meti +\end{enumerate} + +\begin{description} +\item[ducks] \TAGP yellow\PGAT\meti +\item[marmots] \TAGP brown\PGAT\meti +\end{description} + +\tagstructend %Document +\end{document} \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma-luamode.pdf b/Master/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma-luamode.pdf new file mode 100644 index 00000000000..238fdba9da5 Binary files /dev/null and b/Master/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma-luamode.pdf differ diff --git a/Master/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma.pdf b/Master/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma.pdf new file mode 100644 index 00000000000..495b2eb4aef --- /dev/null +++ b/Master/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma.pdf @@ -0,0 +1,1280 @@ +%PDF-1.5 +% +24 0 obj +<< +/Length 5640 +>> +stream +/H1 <> BDC +BT +/F29 20.6625 Tf 59.528 690.672 Td [(Contents)]TJ +ET +EMC +/Lbl <> BDC +BT +/F26 10.9091 Tf 59.528 653.751 Td [(1)]TJ +ET +EMC +/P <> BDC +BT +/F26 10.9091 Tf 75.798 653.751 Td [(c)28(hapter)]TJ +ET +EMC +/Reference <> BDC +BT +/F26 10.9091 Tf 470.797 653.751 Td [(3)]TJ +ET +EMC +/P <> BDC +BT +/F26 10.9091 Tf 59.528 629.354 Td [(c)28(hapter)]TJ +ET +EMC +/Reference <> BDC +BT +/F26 10.9091 Tf 470.797 629.354 Td [(5)]TJ +ET +EMC +/Lbl <> BDC +BT +/F26 10.9091 Tf 75.798 615.805 Td [(1.1)]TJ +ET +EMC +/P <> BDC +BT +/F26 10.9091 Tf 100.747 615.805 Td [(section)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 138.478 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 146.947 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 155.416 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 163.885 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 172.355 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 180.824 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 189.293 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 197.762 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 206.231 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 214.701 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 223.17 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 231.639 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 240.108 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 248.578 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 257.047 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 265.516 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 273.985 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 282.454 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 290.924 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 299.393 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 307.862 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 316.331 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 324.801 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 333.27 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 341.739 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 350.208 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 358.677 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 367.147 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 375.616 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 384.085 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 392.554 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 401.023 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 409.493 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 417.962 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 426.431 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 434.9 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 443.37 615.805 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 451.839 615.805 Td [(.)]TJ +ET +EMC +/Reference <> BDC +BT +/F26 10.9091 Tf 470.797 615.805 Td [(5)]TJ +ET +EMC +/Lbl <> BDC +BT +/F26 10.9091 Tf 100.747 602.256 Td [(1.1.1)]TJ +ET +EMC +/P <> BDC +BT +/F26 10.9091 Tf 135.458 602.256 Td [(subsection)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 189.293 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 197.762 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 206.231 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 214.701 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 223.17 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 231.639 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 240.108 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 248.578 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 257.047 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 265.516 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 273.985 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 282.454 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 290.924 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 299.393 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 307.862 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 316.331 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 324.801 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 333.27 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 341.739 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 350.208 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 358.677 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 367.147 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 375.616 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 384.085 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 392.554 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 401.023 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 409.493 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 417.962 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 426.431 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 434.9 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 443.37 602.256 Td [(.)]TJ +ET +EMC +/Artifact BMC +BT +/F26 10.9091 Tf 451.839 602.256 Td [(.)]TJ +ET +EMC +/Reference <> BDC +BT +/F26 10.9091 Tf 470.797 602.256 Td [(5)]TJ +ET +EMC + +endstream +endobj +6 0 obj +<< +/Type /Page +/Contents 24 0 R +/Resources 23 0 R +/MediaBox [0 0 595.276 841.89] +/StructParents 0/Tabs/S +/Parent 27 0 R +>> +endobj +23 0 obj +<< +/Font << /F29 25 0 R /F26 26 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +30 0 obj +<< +/Length 0 +>> +stream + +endstream +endobj +29 0 obj +<< +/Type /Page +/Contents 30 0 R +/Resources 28 0 R +/MediaBox [0 0 595.276 841.89] +/StructParents 1/Tabs/S +/Parent 27 0 R +>> +endobj +28 0 obj +<< +/ProcSet [ /PDF ] +>> +endobj +34 0 obj +<< +/Length 86 +>> +stream +/H1 <> BDC +BT +/F29 20.6625 Tf 59.528 690.672 Td [(1)-585(chapter)]TJ +ET +EMC + +endstream +endobj +32 0 obj +<< +/Type /Page +/Contents 34 0 R +/Resources 33 0 R +/MediaBox [0 0 595.276 841.89] +/StructParents 2/Tabs/S +/Parent 27 0 R +>> +endobj +33 0 obj +<< +/Font << /F29 25 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +37 0 obj +<< +/Length 0 +>> +stream + +endstream +endobj +36 0 obj +<< +/Type /Page +/Contents 37 0 R +/Resources 35 0 R +/MediaBox [0 0 595.276 841.89] +/StructParents 3/Tabs/S +/Parent 27 0 R +>> +endobj +35 0 obj +<< +/ProcSet [ /PDF ] +>> +endobj +45 0 obj +<< +/Length 458 +>> +stream +/H1 <> BDC +BT +/F29 20.6625 Tf 59.528 690.672 Td [(chapter)]TJ +ET +EMC +/H2 <> BDC +BT +/F38 14.3462 Tf 59.528 649.367 Td [(1.1)-574(section)]TJ +ET +EMC +/H3 <> BDC +BT +/F39 11.9552 Tf 59.528 624.619 Td [(1.1.1)-562(subsection)]TJ +ET +EMC +/H4 <> BDC +BT +/F28 10.9091 Tf 59.528 604.026 Td [(subsubsection)]TJ +ET +EMC +/P <> BDC +BT +/F26 10.9091 Tf 59.528 583.433 Td [(a)-331(paragraph)]TJ 10.847 -13.549 Td [(x)]TJ +ET +EMC + +endstream +endobj +39 0 obj +<< +/Type /Page +/Contents 45 0 R +/Resources 44 0 R +/MediaBox [0 0 595.276 841.89] +/StructParents 4/Tabs/S +/Parent 27 0 R +>> +endobj +44 0 obj +<< +/Font << /F29 25 0 R /F38 46 0 R /F39 47 0 R /F28 48 0 R /F26 26 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +2 0 obj +<< /Nums [0 [ 5 0 R 9 0 R 10 0 R 11 0 R 13 0 R 14 0 R 16 0 R 17 0 R 18 0 R 20 0 R 21 0 R 22 0 R ] +1 [ ] +2 [ 31 0 R ] +3 [ ] +4 [ 38 0 R 40 0 R 41 0 R 42 0 R 43 0 R ] +] >> +endobj +3 0 obj +<<>> +endobj +4 0 obj +<< /Type /StructElem /S /Document /P 1 0 R /K [5 0 R 7 0 R 31 0 R 38 0 R 40 0 R 41 0 R 42 0 R 43 0 R]>> +endobj +5 0 obj +<< /Type /StructElem /S /H1 /P 4 0 R /K <>>> +endobj +7 0 obj +<< /Type /StructElem /S /TOC /P 4 0 R /K [8 0 R 12 0 R 15 0 R 19 0 R]>> +endobj +8 0 obj +<< /Type /StructElem /S /TOCI /P 7 0 R /K [9 0 R 10 0 R 11 0 R]>> +endobj +9 0 obj +<< /Type /StructElem /S /Lbl /P 8 0 R /K <>>> +endobj +10 0 obj +<< /Type /StructElem /S /P /P 8 0 R /K <>>> +endobj +11 0 obj +<< /Type /StructElem /S /Reference /P 8 0 R /K <>>> +endobj +12 0 obj +<< /Type /StructElem /S /TOCI /P 7 0 R /K [13 0 R 14 0 R]>> +endobj +13 0 obj +<< /Type /StructElem /S /P /P 12 0 R /K <>>> +endobj +14 0 obj +<< /Type /StructElem /S /Reference /P 12 0 R /K <>>> +endobj +15 0 obj +<< /Type /StructElem /S /TOCI /P 7 0 R /K [16 0 R 17 0 R 18 0 R]>> +endobj +16 0 obj +<< /Type /StructElem /S /Lbl /P 15 0 R /K <>>> +endobj +17 0 obj +<< /Type /StructElem /S /P /P 15 0 R /K <>>> +endobj +18 0 obj +<< /Type /StructElem /S /Reference /P 15 0 R /K <>>> +endobj +19 0 obj +<< /Type /StructElem /S /TOCI /P 7 0 R /K [20 0 R 21 0 R 22 0 R]>> +endobj +20 0 obj +<< /Type /StructElem /S /Lbl /P 19 0 R /K <>>> +endobj +21 0 obj +<< /Type /StructElem /S /P /P 19 0 R /K <>>> +endobj +22 0 obj +<< /Type /StructElem /S /Reference /P 19 0 R /K <>>> +endobj +31 0 obj +<< /Type /StructElem /S /H1 /P 4 0 R /K <>>> +endobj +38 0 obj +<< /Type /StructElem /S /H1 /P 4 0 R /K <>>> +endobj +40 0 obj +<< /Type /StructElem /S /H2 /P 4 0 R /K <>>> +endobj +41 0 obj +<< /Type /StructElem /S /H3 /P 4 0 R /K <>>> +endobj +42 0 obj +<< /Type /StructElem /S /H4 /P 4 0 R /K <>>> +endobj +43 0 obj +<< /Type /StructElem /S /P /P 4 0 R /K <>>> +endobj +1 0 obj +<< /Type /StructTreeRoot /K 4 0 R /ParentTree 2 0 R /RoleMap 3 0 R>> +endobj +50 0 obj +[565 489.6 565 502.5 336.6 550.8 565 259 289.6 534.4 259 871 565 550.8 565 565 374.3 422.3 397.8 565] +endobj +51 0 obj +[312.4 562.4 562.4 562.4 562.4 562.4 562.4 562.4 562.4 562.4 562.4 562.4 312.4 312.4 874.8 874.8 874.8 531.1 749.8 742.9 746.3 718.6 808.8 671.1 639.9 749.8 786.8 305.5 527.6 774.1 608.6 974.3 786.8 830.8 715.1 830.8 724.4 624.8 768.3 764.9 742.9 1055.3 742.9 742.9 687.3 339 562.4 339 687.3 874.8 312.4 539.2 578.6 499.9 578.6 510.9 343.7 562.4 578.6 266.1 297.4 547.3 266.1 891 578.6 562.4 578.6 578.6 383 431.1 406.1 578.6] +endobj +52 0 obj +[319.1 574.4 574.4 574.4 574.4 574.4 574.4 574.4 574.4 574.4 574.4 574.4 319.1 319.1 893.5 893.5 893.5 542.5 765.8 767.2 766.5 733.9 830.3 681.6 649.7 765.8 820.1 320.4 543.1 799.1 617.8 1011.6 820.1 840.5 734.6 840.5 740 638.2 776.7 793.6 767.2 1086.3 767.2 767.2 702 348.3 574.4 348.3 702 893.5 319.1 550.7 590.8 510.6 590.8 523.9 351 574.4 590.8 271.7 303.7 558.9 271.7 909.9 590.8 574.4 590.8 590.8 391.2 440.4 414.8] +endobj +53 0 obj +[276.4 497.2 497.2 497.2 497.2 497.2 497.2 497.2 497.2 497.2 497.2 497.2 276.4 276.4 773.2 773.2 773.2 469.6 773.2 745.3 704 718 759.2 676.4 648.8 780 745.3 358.9 510.8 772.9 621.2 910.9 745.3 773.2 676.4 773.2 731.6 552.4 718 745.3 745.3 1021.3 745.3 745.3 607.6 276.4 497.2 276.4 607.6 773.2 276.4 497.2 552.4 442 552.4 442 304 497.2 552.4 276.4 304 524.8 276.4 828.4 552.4 497.2 552.4 524.8 386.8 392.3 386.8 552.4 524.8 718 524.8] +endobj +54 0 obj +[584.9 584.9 584.9 584.9 584.9 584.9 584.9 584.9 584.9 325 325 909.9 909.9 909.9 552.4 779.9 781.2 780.6 747.4 845.5 706.8 674.3 779.9 822.5 326.3 553.1 813.7 641.8 1017.4 822.5 868.6 748.1 868.6 759.9 649.9 803.6 801.8 781.2 1106.2 781.2 781.2 714.9 343.9 584.9 343.9 714.9 909.9 325 562.8 605.7 519.9 605.7 522.6 357.5 584.9 605.7 280.8 313.3 573.2 280.8 930.7 605.7 584.9 605.7 605.7 400.3 448.4 422.4] +endobj +55 0 obj +<< +/Length1 721 +/Length2 14150 +/Length3 0 +/Length 14871 +>> +stream +%!FontType1-1.0: SFRM1095 0.3 +%%CreationDate: Wed Sep 12 2001 +% Copyright (c) 2001 Vladimir Volovich . +% See the file COPYING (GNU General Public License) for license conditions. +% Converted from METAFONT EC/TC and LH fonts: +% ecrm1095, tcrm1095, larm1095, lbrm1095, lcrm1095, rxrm1095. +11 dict begin +/FontInfo 6 dict dup begin +/version (0.3) def +/FullName (Computer Modern Roman) def +/FamilyName (Computer Modern) def +/ItalicAngle 0 def +/isFixedPitch false def +/Weight (Medium) def +end readonly def +/FontName /HHSFZO+SFRM1095 def +/Encoding StandardEncoding def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] def +/FontBBox{-188 -320 1445 942}readonly def +currentdict end +currentfile eexec +oc;j~EЪ+`U+1;[ihd_Tw ρb=I"ae ̌!]#g~Q^VmcNtقP*4Jq=G1`ސnG)]'Z e+hb? %_hpY5(9Թ-H$-:ynK" )cff,vrG+@)~ŨPȈgNe8ښ򜔚REc#]Q(n3Ǣpg2aJNl>B0ʣT_UK(6+B("F٤588.TK CLu޿ +`{/}*D @Vٴ:Ix`(]-.a1ŗ/O)@0p^'^[d# +oK^"]npY\NCE,pJ˪ڻWGBdSQis;叮՝dɷziR?X Ӥc\BbEi4| ESГ3[@Uf˪QVPW W-_DNO 8@w y~RRi~opHI+URS]Mt-4p| WqvK0-(NqT $~S4ٓK+R9GJK4>/'Ag8.:b!3i,2%A'tY bWv./oad v-~H5ڬ :bbGy[k)~6 +ʢضʸGoQM{S*x/mԳqy#F;ؼޚ¼p]r<0|kHtlKB%/z$Ӭ\ T )x$eFm_D%+\q6T^3k)"IK)Po; )]fy~P˝ buLـď䘆C5޻~IEՅm&^EZGl7 ]M ̳,ȱwOkf{UEpQ"B|~8>r3=LlF`6i#m)m@ke;L۶`hiC' YrΊ:H%_z'Cx cuzPlD?ubok\W7 ˄0MR 7 w4pFs Uۿ'kj6{7y=[\2Jęyp!$l+x2:~vY +Fo?apt#`J68%`orl?^ +1=31#QtP #Y?>Iѹ׵B@=TLX+ 2*" V&uNQXKfHt*Nx sH*J1Kl<OFxgt#Lڟl&!^cnԘ,ҷe4I>a C^B +׌R];{ܻb9|4A_cؤ1t-b0q+E0L f1XwcU׌?3B0 Y>҉m'D&G;GwV![ŘҭckdmuV~w^Wc Pesoph>5T&^WUۉ);7R"YK1cw8HӎXC?-=dCs:lBE' 84Uʹ;a2AIȿH9+)ZBUd2< }J;F`5+0`;؆J4;Z6b`"oH/^730BҔߘ&؋zX?;@j25Ny6z./STGTNhK]6@v_ÄghKB_g=-K [ߺ`5BXz^w(S +ǗNhSHWd<]"}[w"L9 !0G7!l_gג.V͇b>*[NKOOe4I>N@i=kVZL uFBݿN<:׆EUsĚݠtfrl@T/u+?3,珎m} %T*e9wo_ャbsG"rvPPvV7dI(Vpc!tlI@F;7Zǝi]'Q = +V8hn^$w8"."~ bG!eIxJu[Q[HШQ&Kp5d %f> fWKShHz׃#6hws*հfCi&Fx+N>e 9eD0/%#{Ojْ3GL!749Y@1_c4oH]|2b%L;"< X #o ,0ۇ'T}iQfAb 1ui\G=_gfx| YAz&|yzT΂'҉m'eHUDџ6D{zr#}q]`ќd!ea"\9E9D*R1[6gw}ϰ@8we)lYGۤ/d 7A<#qW|n@! :pEwoTҲftv^"CP]viy؆

Kvn!߱th oG[H6s+iiG`T +e|r5|7* +}V!PFq:b?`29Ҿ . Ac BxwQz6䴊Y(Ub`ؓȇ·svJ[ +v~ +u@5/V_-/^^dHZZVXGBѢX +%z"QųoŹDEZYGqlP:! eVX~[l$3j Y XU}6y~^yOOy ,Io\o7WQ]f?:uEYRD|IMJ5wt(ڕL)HkԉqXI[0u8l@V62N$*,!94&LҾ!"7o$?i[Y>9iue!H (ds,3'1[͞L̈,3D`&5UpmzYLZ`YziҳU&7;pc Qۨxwp~&6C? յƓ7x.t\ZU͇l}d`RS67s}łrSx\oMt`+ +F?5gH3Qɼe'i7&9Y+BI'o,l686h?c)CTrH!7a=1awscpDHaKҏR6<}[/Uذ3qЀBJɌ2W"`6G1/CPuY<$W86%,H9qyH3pWz"#\tK6=k +?m? +EK=ie~hACVS'BZ",-C`{F) Ђ_I$Lb{apys̠\[447?TMd~$%, ogASi׾%GAn@ s y]pq!ldKnr? \":.Z t&uqxN*ZjRT*dr 5߆/F`꾢)-Iѯ;a7hE?bV~B4Uװg>6j3e 7a0Ud_q[q>YQ\Gk73D'`ߛ5igT { \ wz +ˁ1纷pN8Y!7_3)o^Z@]_?U' p̬{uA"o%\g7xZ3gVU?8"_a&w l (ؑiɍ$k":n2Xm*QՎI5W0Q/\# ҡu93ZD Qx$:F/nK |]b-j($jټϸ+<(T{ےEV&.&=?oEA{}Q2s;K'fE mK^ZF +aj Kr 6JcZ|{y7W >aDS36\A՘n ^5s`,BL(Kμ O%"`#&-nr+vC"RDz+ DuFZg=2ʊ ?ٮv/#S!5p ȳ"ྵV +X0}!3He 65+o +.+>ǗsP%gwe7|T rXL$b& +r>xz:\i:Va k zC~S~Sƾ~)گ]1Kֿw:i-M„ƞrrϘj"Nugw6!`[ppUجӹɛ8W ;t1sȼ0޷0@[Ô;k +dL`|VcH)>}z4Ssh c*b aŢF+r\7wV{8RlGёPw= K'Ǒw +إn;u˾#So Ҧd-. nLp%N"sd~_{I[ h\x(¢M=Z;Wfa.BxٴLZ$5; +wSZS;Ve J Jjgx}Z'6ZĜUu8n}NOi9"\ .^:z mQ'Ԃ144( 4Ǜy߉Q=$KW='Ǒtn PV!?*կg\;zBp3c["̃8L:+$J1+Y2f"l~ɰ+XV3Bx?Yh`1EC\Me{/*I~{)~=@ںּS7%8%ƠܹKbVےƢ⥓za!8\5UbBU?d-ޙS!>o1XSe\H;ξ'aRcK V>DT&*T8dTy DՁ;&&Y=~+=xpi7RD q]yN{YgA2 @>Mσa{\q~YXti9;O'> +bGI3OW rNAc,[@ҋN7Ф<,<}o@rW\fv=ҊA =bSk FCry.Gܭٌ`](x-NW2k!BhVW@?,[- ^`{p ۡ9PP,&I6`f㩹uKoǴ9Kyb_mô5+?sVVB;E|)oCR [`ч5g+g؇݋&0fi[v@V7avvuRnttLf[HP^%NُM9ZɃS!DcSYl1W]f@˖GWᰭD9/l2 4Yٖ,#/q=xB-xf?rӻ7A涞jOڑ!gHNVn$"?> ;0aD ou(}Iz-CETPNAiG:UW7["? zpxmM>U|mi}u$i4B~ۜ1N|@Ka5gTBw6ذl: ].{r9vn] eМn.Yu[wɟnCI$: c jR=QdI ʇ2-Ze"s=Z{hm(N4{;г&}g]}SOo;mF,g_!QqLEF}3Ftid$9癭)d` jzȘZTx=HTAQά\S7A⒈qQ3&UxGd+mmFr8! +$fe[+ֳ+j7'aКW@*a4027ҥf.>24ZD d@wXٝK>6淹VkYtŽ)Jwg\aHVjvML2FY]L ɸ8 # @.mGӵE1)p{9MĀ>pZ֢G4FP9: +g5g i"; Zuk=V~ӂ-+ qlhUMe$uqP須4 dC|u*X =WZL{ %flJ~rvH +(iGYhvO0Wcߨ|BM## L+G,bD=45 .UDq')[~&) `(5?ձJ:A `e dWcĖK@Uـ;lbd`+CI)B&"&1d1iKk݁5Nn<=dp~+أ +¶&"]qU!vj+MooTiu* +%NWTs96z ?(&Bt< $===pɏzSüF 2֜/ \8[݌CEFͿFfGPbvdL읽ex6dZh p"K {E{f詊TikIʵE9鮫}OJȊ*Q[0 x0d,#]9|(79n.< m`'c7;B$ JB7h C1VuR Vp`ITP{NvEdMOrPNx/V%Rޑep2=@sXDo݀:d؛k,$NIuڿ\tI$)qkz~7LVOo&Kq p_[QbFln8[aڤ[$8qY9  { EUV.ysGߑ3mCp0W xYdcTVEoez.nw$3 +8QVd'3`9HvJ7)o &a +t42MUO(} 3^Z*3sZ#l{i[yLn08/2qLȕԱ]EB[ɳkZo8 Rۊ +j=p^*^)*ڬmP:7SYc2g%'&%ޥ1?2@jE3tl!9 +U9>cLM?#{zf7|Iw諎C.V/~e%YOY# +׉:) Jrv5W(#эϋ] ;s"cm@Iˏ'+>*?nB29QγP(M|_Ib.NIVĻ?~$~L 0ll2}vWGj?ܮfxϻ~\N]tR)UQHD{Asl33l'`o7VvmD %~ނY4~݊7QΆ0'ܝ:,TyxWcS=qXNFu i3ˢqf8Htϛ6Ie03MtPZt\ cf/O+IA'TM:iņxbTz37,6LpR6}کmSZɟO,YmWeXU=YC7S0br_-GczgzԞٖ\V GS +8 +Yoe${S·$`gW~_99kuOW"i = l}yz}Q}xihʢBainXUAʐ\eNVЀ._ e/'#ي~"!=ReAc#mB$xVwsRKH&AO_ 8U喹B+/y(v(#dnæ˱Xzuj|`{1 2h,[uGq)Fٮ?3~D[!g{fd󕛽OQ) CQ`׮'uLAI\U1u=APjrTIQxmtHI1j#fU8;\wVd,h#}PxcF_0Xj*'&BG_ئä́A^7|7H)_s'vlu3}1M3F9NrHx{=8?V~JCLǝey%wOt/{,u 4`j݃;A <3ԃԕsOqUB -py "N28vfO$ĽF&p$t@$hށ/C>N'b "(D;ه3{USuAz궈 $n#5qa}Nq0R813MzzH@t+́hth1VB_ +!GQMy jzg&} eHa]Д":gDZ3.qw"wSF˷:THY 6"6}'>OK=O7YIGVE c'!FW%zERfʎ\)o:|>**S+g0 U͂Dž\O#pEs@x%Т\?[ߴ$ȣ'j6Em J kclzuN޵X۟)zuEoǜ%v{ 9-5;I疲^jtb.0J;FxR#a@j` +9J5~@Km* #ذ>.by*y #֦ `{yrbg(]@^Ҹ+wцr n\VZ\#>-gƹ@r7=TgiOq%*&.y wg"@G^ği;H}I##: +9 NQiF3ǝqdSgx~p#-xNS +ִ݈gVL )m&V-y[8G: %`wl*gZi2;XJ tZjkI3H +DpXاfZR l8s먴up{M+ Tky SB vRu3nI1,7HBK.Oq\hoDZo +endstream +endobj +56 0 obj +<< +/Type /FontDescriptor +/FontName /HHSFZO+SFRM1095 +/Flags 4 +/FontBBox [-188 -320 1445 942] +/Ascent 689 +/CapHeight 689 +/Descent -194 +/ItalicAngle 0 +/StemV 50 +/XHeight 430 +/CharSet (/a/b/c/e/five/g/h/i/n/o/one/p/period/r/s/t/three/u/x) +/FontFile 55 0 R +>> +endobj +57 0 obj +<< +/Length1 738 +/Length2 12419 +/Length3 0 +/Length 13157 +>> +stream +%!FontType1-1.0: SFSX1095 0.3 +%%CreationDate: Wed Sep 12 2001 +% Copyright (c) 2001 Vladimir Volovich . +% See the file COPYING (GNU General Public License) for license conditions. +% Converted from METAFONT EC/TC and LH fonts: +% ecsx1095, tcsx1095, lasx1095, lbsx1095, lcsx1095, rxsx1095. +11 dict begin +/FontInfo 6 dict dup begin +/version (0.3) def +/FullName (Computer Modern Sans Serif Bold Extended) def +/FamilyName (Computer Modern) def +/ItalicAngle 0 def +/isFixedPitch false def +/Weight (Bold) def +end readonly def +/FontName /FKLUEV+SFSX1095 def +/Encoding StandardEncoding def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] def +/FontBBox{-229 -332 1765 914}readonly def +currentdict end +currentfile eexec +oc;j~EЪ+`U+1;[ihd_Tw ρb=I"ae ̌!]#g~Q^VmcNtقP*4Jq=G1`ސnG)]'Z e+hb? %_hpY5(9>(&sـ1 7_lu~N 7cG2~VhwdO_Fh-J&(jrqQ< +V\@RxL +6}f *|s5ڢy߼05K'YY3ϲag6)z2 -Bv̆%`>x=C@ -Lm/((r<ʟ=J%>%0=JV+Tv䇴*eF7w|@$=$1ֶ@X(g0mV .LZT/ʆE ͳtDsgAgi+\6qqx{n!#1i2ۈX|5Q3΀CZZ*YW Ϙwsٽk'`L򪍻x4ɿ+^ +پQp~! ֘Iqyd!L"0L|8(;uԒb0oN9%|hRD#wG^RóA;ۏ0/nܝj8"}'8Fs2^m^,I2GIhqGFumexq +2%nS `sg|wvq+,Yʞ t\3}h cs*aV\% y9Hw EOdW&!677߫A/RFj߬i nM«L'{rUzo@eA>!7o7b!j'N&(_N~<-k!~;dqS]% :A871oGE||43l.O`[*KR,͈9r?axx]T)DQ܄xy9hXmM LXzՁ΁/BwrSG@)Cel"M-%;D ,9Rpqj=99|dS,nP?U[g3i1h ВQLh8l2t5FCok/h'g6V5M14ʺ~/w|lݛB^ ^;j]gHtWV! +JUcc'z`/j;p/4?=d9 +$rXu dưEsXc\sDUgM)/ˏ[9żCj m9_֜jqԅ|6i = t5`\hosg-э]S6KT]R]V/V]jwb9 rWf/ u/oD=8tgƓ L6Ք +{|`t}c72f,WFǦ$|`.2DsVRf[fg|jiCTjk}θn_{?Kp9ô0yzf9gC]OI[+̚Gѣ*$ 3W t]*Te$"N6 '/Ȯa((J!"m9B{ur1YHi?Pe0;("zD|]?d[wk$F*AШ^Z׉B..|>kMŠaG̚,k= /V;/ퟒp[Tn8_5^Lb*v$6'aPgDx/ Wg 96i2O۲]abcxH\?bzM"8GI؁dOkiȟPX3J'n:xhHV .ۍn}B2u+}M61tcsKh~dnbQv/ov~9'mŷ%TcÙkjTs8=."[劢/'{q!)y2;Wٞy$;!Z.=q|M]Uf~NsӃZ 'ۓUwМ]Um'J7c"6"ỐhݸSO?KH'p8)x.3,ab?3,޲K7g&X"CNyj?>na6;&FB3z,fZ-7*׌cIq6FW6S8~@3+iRM3+w˼83`o} ;rJ6wQύN0t6p{9ȑ]WeO]ln%VD1y  r^`es%]UTfrFr ʛ'|qvYCOIx1Z5!q~dg FX#h,_1bx J-Ȟo xn\AblR&Kp=/m{fIl'^B$/m}~RRi{)6rҾu*[=K|/ZhvNIkl~WHkGl$/_{YD P:H@^GTڇ]q3*Xy|~֮j25Ny6zHN"@ҽFްHAx/Yon#h̐ط R {.(>L3 j^KՊZq} +[ 1HsǞ#H-ѸEa" b(k"=oθ%s'g3>G}4g#gReL=>K-W"n` jzȘ֦\)CmLWY$VPodo{篛{'0 rwTz[cmJQY xV &\:,L*w ;B,Ġ•Q +6[uk\zs'Y`1 A=%ܾV9n`xl^!sbՍ2\$+6I%m;gj)|\h%Uϙ7xt W>U.b + pw;&1Pa9M.DUh M4#RHdzNo| 얾|zFpSVixD|a>WrMKEe?$iERhF<83l= jp hfZ;?uEB?M2` 3Q<7ru6 CbXDG#\%7U1Wf<'[h4x6UKe-Plw/Nz̫.1즓X{^a){5uPy|FЀ͞mS9N5SCCx5|`S<S1BXO(Ъy[>ThD!U] K)!!ʕ;qn] ߐ 254d{_&4@hƬ6%eLz%tt)~N"DI3x^l% (NHs#mKeS? kAvvȸc\x}D˱xJ8;TZΚ'irr 35D)-K* Ez/Q[͸[oL,C9<ϜЄxH))k5zC +==v N~dG{R iб a@cqCO~wa*969vN歹dLϯ\se"\8ǨzYpe,rI +3ykNOXpD*g Ȥ QFX'Xl7l%% LN#eH!{0G R=  {o 14!@םx4F,4| yZTYX%_ V +I؇X\Ѣ,{"PoX/`\3~K Z@W̢=O4mG3UǀQbyh$?:+YJ~0^,g?=G^36}3}cޱΑ܁xBKQ8RwqE\k!2ڗ+f/,݆[g9푢Ta: Tߴo%b227lFZ,9VK!Qb^@%f+6 +j 'd? v^a+YIZ_UxWWgYj#% >Z kBT5Dm&0^o#핂i9&"Ps4.l_Z'|/BRA릊/0K ɇghVIfN[fܸ_Tĭ^lZQ]j$a5FeǑ7Vn CXN۱%^R:wHyZ(WR Q7YAq=[Ļie*.n7!=[.pPyj8*k,Vd' #W[UQe380,R$[ˈEB_r{]] 28/u{2?}VZ'˩]A"w~)m0xQEh9'iٳ8V]V_= +uܶuP.,Gk캳T  @&F]g +P-qrKT#/~Az=/Le ~ޫ;Zl]u!b=V ߂-u/baRvj1gI$_\7Ot|#i)76eD?hC(M +7Ney{@R!h: Xr$ճw0x0k3nj4B^,ybl-JRk2yPzmQ~6V +OlY6_[V%FKD'i* +3mnCG'7@@崽X޿S~2V3_\ +sάͩ5nx39.ޝQK?t]6 Ϥ'c˵PE w6$=ܤU)yJh>/Sv3Nb;4AFpmu3ij:{aUpUmY6?,y=,U0\:5A%1BV0+ {sol<QAF}״ {%K7S5+sVx|g!ĘTpGcn_i&D;QIzkfj{UEFֆ]Yl7#SY^#1;wi.ij9xJE'ᭌr\i)[knRݖGlc|@PUdKjU6}mA"'.kjXg{C7qп;g +/Q֠56܉0 ܜWpC=HV֝n#"4_uy^ڬ |kGSn7V,Kiw]} 2 +͏h j`מ3feيx]_i?h)8ܨ{̮?@F+#e *{Eɤ'ͤi~RP+PJHƒ6~E*9:;zն?Onk%624*5"S;a\`[s+6͆Op  +xHnU&*>eEf;D/!W/lRlAWgo mGkIɖ.2RORI0T\/ϓ.r|\2ۮJy}(Of @iހ~4p>Яie5O<郁f$d\</͵A TBoe%O|<(.OHn!:ҢvxSD(T{^NgҖA`] U]81z;|iSP~q2y(d_ď7/]9hji#\ ,RuGQS{l4= 2.4\aZ}XiU3_b(ݽ P\eh]U1*iI,N6-3_O>&(2wPVˠj\;|=(P+2\?n2)D W2oq|YT?&7쳋]( +hI,JT Y$m+rfv6DF[錜SR!.XIpOX'D~ g{ /D 7#HZU,C tEs"^0(iGRQs䙿|2pq#5BI#OCU +8Ծ=Mm!>[h?ۘs`dž[ ow͗Z2t8ikcCm@~V7LỷE=_ZE^L;T>l3GŭUhg-i-b+M:.ÿp!HPe[`볉̀=OG6Q>ȋNR,GۃY;jYA&}Fu#M Qb0ݘAmEIiٗ`/v5- +TCG}P].K%NL3;M$7YSB/؇%2x$ 7PAA[%hE4%rBbTv&Z.s⡝ +va<':t́FRԸn/'-+n{*vxGJ&0F$yJV|9Yx85Pي#!UQ:yh"4m !ng36е*E0pׂʂb|@B-(Ql'c9f:-j$.Vs!ϨwYv#L9"bʞH֭e-͠SMAk薂2oa [s5Br竧Dd!Qh;0|ٽyϼr-##Kt۸jޞ~~r(ڙ1{kعJϢF[ynuB]\ ؀6;7Dpz{OnE +X{blɮhK +]BL\1d˲C~(V,A5$KW='ǑXGdj)6ܫ2&) |%J9l XWrmq3ˎhl$ttt?sӢVے8ԌO4H4U_&seYI&+g"[emm10fd%y8F԰ga0W>g f.xaAp"kyon+*h$F*AR)rU/=T(]7m {;էڃEKP lҬ8!NVi+W4+>|R;7P=2f&sjh{byN[ Ȳi#H7u/+wlGboaz{#*#x3I% Kgxi󔲋"Eh1s^eљSr|Af3sy@&:^Zx%1H3ɯ.]kVeE`TC);pAqL12]7䝅 VXzD]<&43!MZ f-ևҷ]z&J%e6q*,á"eLyfe +nOvՃeM~Y +|gA8LmIr<*,? e'5Rsk2:yn'k- pOOX/p9,3ljsst mxri6'rq,\R C[$iJ+fV qI%w2b-ז?1҆U{m^YZ{%.Lw jJUUpu+a^D;G, ajh_j#J8Vqct]8 a'БO['yCux*1KnBAQ厅Ea34gvK%g~fː4o3gIaV(7̶>@A#Xɱ*wNq +rcݮ4K#XCulIӨj%12륽~)$H58!"+HUgOLw&Ѧ >kscAIO/{FRDozےa)FWlcV0q>~>rCirܹJ"ih|R (t=SJk N"!>ZCe݁eM6rzAn?.T$r kbiC/,){$_V*͒@Qr.Y/ξ ! լ3.NKB y^hr&:h/Ng8 Lmyމ>)=0, AWK)%9 ?) w-r$ y*-S,߲~7e0e(-F\N> +endobj +59 0 obj +<< +/Length1 738 +/Length2 12694 +/Length3 0 +/Length 13432 +>> +stream +%!FontType1-1.0: SFSX1200 0.3 +%%CreationDate: Wed Sep 12 2001 +% Copyright (c) 2001 Vladimir Volovich . +% See the file COPYING (GNU General Public License) for license conditions. +% Converted from METAFONT EC/TC and LH fonts: +% ecsx1200, tcsx1200, lasx1200, lbsx1200, lcsx1200, rxsx1200. +11 dict begin +/FontInfo 6 dict dup begin +/version (0.3) def +/FullName (Computer Modern Sans Serif Bold Extended) def +/FamilyName (Computer Modern) def +/ItalicAngle 0 def +/isFixedPitch false def +/Weight (Bold) def +end readonly def +/FontName /KKGAAD+SFSX1200 def +/Encoding StandardEncoding def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] def +/FontBBox{-232 -329 1767 915}readonly def +currentdict end +currentfile eexec +oc;j~EЪ+`U+1;[ihd_Tw ρb=I"ae ̌!]#g~Q^VmcNtقP*4Jq=G1`ސnG)]'Z e+hb? %_hpY5(97B2]C2Oazݐ*u]QDnX*vZXBĴ,B/4`b8}׈&PdJؑ!Ics\yFjA2)z-L11@[ݝfq+Obˣ%eMr~hARe&hs]2;&ck,ep,T 0I"29E3~oG2RBfie1A9輑ҦES^[ ǂdD,h{sb"C8X>jXʬsxu'|ޒx3&/Q2ɨ+;$fNzV>.hen#uq*S~B݋!m3,W(,O /?:;AtĔL~sYTIׯidx5q?"CaᲤ.Yh{\tZe ‹ +3,ab<ΌzmTbScMk}X#1dNuH(iKyvdpxˌoj }z4SshMLmMls5;%a.HE2^fq)G~Z, +FyhA6BJ b[R`͆cO]p3cJg>P/!)|pw5IZEh]BU>[X8-64qכ>(FuJzQ.;аE\]2ޞY4]7Yw! *q&H; tAve4|?hK <ș_<쥱A/fĜ'HQFiȭ~OAr1Z{~+ZQqt`fN*[6W[Qt%g3nx*#+\b&נS<ԙBۓ} vg|5ee0*=0fծXx9ᔝ{ +Y:{MW沨ڙG^P]FJpύA{~#MJ kʕm0 m |N,3* ?(O>؏+` ~Iud]AOy0{4XWK-Ʃ|>8Q "Rhf +o۰;-O1b#60mݴ +u_w ̀dLMKL7%]>z~ 9N<\|]x19]E}5 ɫ*D-;:\v|.ѝ7,>j1?#"J|/8]ҹה,!Z-T2*[(~#=چ<i:9a!syV +띯tnDy8{1.Q@6:N\+P%%[n;%k_ X2 +^ϱp?wofӧ8ʜh/d﬍,DIR n}Jd6To1;fw$zr#}q]`џU:fћ,ل1Ƣ]-@4e@dy͆ +(>T0$'>},OmX'.,$/1NYYrһN!1^{U'XDUrp}8*&_zwhJЩʔ>R#Bu6@G|Hk‹@ݨ(V?Lz`L0Rш|tʟ]~,T{5fe93Q"}l!7`/*2)}[A2c>4 rTim{:(-0yD% U&fTtnoM3%YI3OǸ&Ð-Q0G?rly[Ϟx99!|8RG֙z_vkgFN>pp:``]X6+Z7-:-llֿLvD_`1ÎqS tI:޼Y\y:\Quݰm#XX}sj>nT<*o!98ܕ"ݫQ7dxI[9 ̽8{0M;M:εGJKJ3)L*a իGf9FcC+OoA&VEke}'9Ӡ:fcaؓ-{}[U,pN7rO,86~@Pc)6\`<9%f+5V0ui3$;бpL[ ZkDжj~]XҟP1wvOrFRwy-)kҒ9ZEh}yx$<y4^V0qeӅt;i促˙/!?,'|qvYCOIxĒkˣ+Osܠ5l;͹w{yl(In;ϼn"vb m_Yl'] eL>Q3o["K[+ +_{m_kL~čCG%M͋?rMczrm`|՘* D;WY`i{?~:jȟ)PS;due|xR%zNMŞp?Fvu5w{WJsEp[pw/HYk׺{+1^JC[as_5C\QQZwBWttlƀx@dwFxf +V4-0 kYH?,K_d;7U0J0 E>Jk)'uc3E*FQtbދuIѩܐDiHc^qWh !MxI͐];Ƌ`Qg)ACT\"pikpk"X`yii L:9å؄54n! nd*4"Nx0'o9ɇD +92J~ +1e -op +FsICe./L[N3`]4WaNwE1׸ع +֣rg̚WO񔚺=N"Bi;&o7ŵ^' ?yHp؍vKߒm!Q͕VI{HXj<'5)eO^7ĮRz1`2Av"b +JM[Omg1P̩e_d#'ܞ\хn#5?*|.$XC5Y]4nuA&H"()閬 2 6Q]ȖDStr&^1kl-b?a,}h8(\yr S!ٮ`[Zr+mX# $SHx\|ce"jԜ:)C#m%D/X ]+.iK܁]w.%Q 'ѧ]I01)m"*䯞*' 7#{:½`)ZUy _y;O6n. UmyÐ,Q 3<8Wր42L)z2FbB^}1eA7[D "mwdjؔb aPkݙ4 θ#ʊRAXzmPsu' YPef{ &v\{XJ"Ķ!` sqhC{ LE=ݴ Y=54@6h#9\^.EIG77\7)&> +~mS_zWs妾WtkZ]֠ 2Llv+8p(;Xŷܲ:_%e%K8=@G'?UM][m w,[n:?8k`@>x_}U#ͨ*)s3=n9I:5ijr{QWJaNi3)ItlKuO @OmiöqK!1۾xJCHǨYn^;[* }AQ5|%->O<kbb\Bn͔8j*8Xnˉ +E*4!DbᔃUJ|3]y-oew^."]O:2@(|޼?!^fT8 +oiAvu&bEҘ pztYI@kzgfZpelɦ+J4<#]^| +x:AiCp({yV:)l/'x>^q=Q@ C+ KE ٥@Énadc\i[VhʋrΊ:H..XZԽ"In +QNpa|I.2Q%V%)ْFk;\2M8ՀXrvBi/m6E9]6\HEx[_U1]ưYSAFՑ ?XghSpip\Y=yٖ?CxEH&DRgu+n`+sJ,6cS]:yOKS?r>!ă'Ei{<!^ErfJ>\@NWa x$%aQf텣; \ :4C1iK,_ 5d01B) })Lgz Ԉ :~Mnt=.-<2f&~赍Wuޔ| rT_ңB;6~<8'V`?S+-һN \lRy\8W{}&KJ|FQ3%sϙtKC +Zs b<OAoiͲ%?A PpB2Zm}|n;2,mOA"6%@k9{;г&}ez_ aQM^O1Xl?g1V,} dtXX1ffFI=Ne﨓pmVIhk5|<Ԃ9kbIƗZ3IjuKq_7fO@Nԏ,/qpKݫAѷszcAXOэk}ĥ;]NM2D7}k-Q6wT"FLc)4})<vp"w{9s٭MQ2}fѓc(S@-9ϕHBF= q\ ϬmUF.YzF",.o/oXߘAܿ=IPVZtr8cfmb1 u7Q񣚕IǑġn腜Ɉ\#̼$i9_;? ed\gB";YAㄶi88&3qZ\Ax|" Q;z6Ceŋ|9%4Ÿc{sNfdQvRFEan0zduhrJ!Bу-`ȓO|U(&}^?²r3N=%[|י#Nȑ;1.>APZf\ڐ\I7'.H{sn9SI'dšxT$gp5P\چX{el'iҝU u`;͟b-<i"Bq-Xo] +? UI6C5l,_DjglE?Y ~z%9^9̫*B$C:Z0`P#vu<¬c =ĵ&_grr@> (\fp P;;+m̙V]$CQL)Ln#~3:niWQt:fٗ\{~I=o`E\($A9YEF %x_Md?|.GAK:v~!vD_L׃Ժ &<+)v;!%sj@^8:CeW. i+l&YĈ I߆Rʣl3_ 7(oW#V +90-3r%iޏ!2Ĝ5 '37\>lKt iͺg_B3OD'*15v\2S&`bV½VІ?5ZFZw +:/!V l͊=vzv H 0ptxU(H߱X氡S~dfCBW$YOk34ګ]Yˆz ?q/Zm6RVgSkBi6ҧ nD[U)&qY`-)o:UhrJ3ET0F, 1JCt~`xqK`Rl Gq$oe&lxG][rȡnIiSt+zRrZTE/2i2g0ojN^ !%IpҖebZ;F4&>ЌXyRr \"{N8ymhJNT +l1" $_ί R-N.6A) uKJl,j!4 1>'J涋˓&m`+6 Kbɉ]Okj;(VM1GBQF^>у k^Jt|dn"@јNeՃQQdk^~OVjqO |8u*˟55p]!v}TH$vS(5P,$ 0NBB^)LcqF3ܞy +IR4o X[|#,?;.ҠR `ղn *Є角R +n\XM +`x.&'RQa:[ZDTνR\\p9UcX#4_ޛ{CFv-e2u`usO9 '@qC1`zaWOO:sz%7|seпora#n?rmWMk"9j{R tW+=]gJ )#T@ oGu;x6a3 Ԟr`\nπ iO&s)ŅF%j눞X̯a"xuM~?Ei!Dž.eRz\^8%rN-CkQ 1bRNz{, bŨESז}gk ]uAHߤ) =^>^J!$P8UHL! }؍X/OkOs\Իuդ.ڒjaM02(6>jTV/.M؋n\oɍ_s-B}mܑ^Y`%歩q%D-)zm |elUrUGspUU[d#2#Ӯ_Y a|XEY+5VѨ/% {t{Qar>шlz`]%R*0Bd/0~UbS^Ѳ9!4pHH\طF ʇ%JVUB_W(p灜q\;(x閗+4 +. 1K[?wα_bKt{JO WwN b ~ +0'AxH`i_ts@b࿡ h*i*Uڿs9',HA R🱸08a9\/f +ګɗ0?1` * θ1W%*‚+6%'gԐAzb ŤU?}&Cpu=_+gEjy +endstream +endobj +60 0 obj +<< +/Type /FontDescriptor +/FontName /KKGAAD+SFSX1200 +/Flags 4 +/FontBBox [-232 -329 1767 915] +/Ascent 729 +/CapHeight 694 +/Descent -194 +/ItalicAngle 0 +/StemV 50 +/XHeight 458 +/CharSet (/b/c/e/i/n/o/one/period/s/t/u) +/FontFile 59 0 R +>> +endobj +61 0 obj +<< +/Length1 738 +/Length2 11968 +/Length3 0 +/Length 12706 +>> +stream +%!FontType1-1.0: SFSX1440 0.3 +%%CreationDate: Wed Sep 12 2001 +% Copyright (c) 2001 Vladimir Volovich . +% See the file COPYING (GNU General Public License) for license conditions. +% Converted from METAFONT EC/TC and LH fonts: +% ecsx1440, tcsx1440, lasx1440, lbsx1440, lcsx1440, rxsx1440. +11 dict begin +/FontInfo 6 dict dup begin +/version (0.3) def +/FullName (Computer Modern Sans Serif Bold Extended) def +/FamilyName (Computer Modern) def +/ItalicAngle 0 def +/isFixedPitch false def +/Weight (Bold) def +end readonly def +/FontName /RQIEES+SFSX1440 def +/Encoding StandardEncoding def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] def +/FontBBox{-238 -326 1844 909}readonly def +currentdict end +currentfile eexec +oc;j~EЪ+`U+1;[ihd_Tw ρb=I"ae ̌!]#g~Q^VmcNtقP*4Jq=G1`ސnG)]'Z e+hb? %_hpZePEY}κH=-g0Q LyfYԙ >#N >iyMզxbt,rEk](1ۄ84C+jj苑JXrI oce3f lf% /5lZlKK˥O:emphM|_Zm+Fԫjkb);;S&wxgtsHVT}q3Ja_7rGjm +J[H]~xuAE2t|.5_0pŘ󑅷F>}GC@ZSҟWN >Z0[ Aec](44!aUJ#Zl^q=Q@ C+ KE[:P5x0HP}c3'0fx!58K ) 0KXyE"TC!9fPsR''Vƌ;ֽ wC/$zwBoW沦_.aqlY_(M x֪#"ږ+I3-0)Hke;UY+8w|U o Tąԕ|Q4dJ"JW-{!724[{svirǾ,el[$jh?dQt5oȅ=%1җcF}a6Q4SY*dz~9w:)6@yiX_Wby +yFnxyהMQ[̍$!}lsR':{n=B1=;EeE6e.[rLcp :c$cwmI}HհyVp!p {6By"{Jy$dݦa\p$ lD&Gݡ:(2#f +@U)RLU + @90!2 +#b@P5\Bk6Z_yr2p,#^:'{B0{'|V0햹3Cy>%덁ipOBȶ$⃆J!p)e^m-37JxT|"Pu^,O1m ]@O+eq'-Hr=q{'ns41y*bd0'X+{Tًx{ӜXQ^pv/󢰼<[?M f~I9Ӛ+M-YD Ԡ{N]&(_,T[rqyŇL9H6ޢ‡B"\YÖx\!i> bGG$IPs źFgG`,S\v^<~#0'D(<\Lؔ0RpPU!1_ +p}LC!&B'EguΰORHC3|D}N RUQx̰1N>1rEI3TJ IhSߟp"Y-hYV,gHb%;Z J 1rPvwŒi3ј 2\oI@M6aaQn'm9NNvq" ۪N'`k9Γ.P*ɣ+6*WNv%ɪ*qcU$ǰqIrH1BYQt8_TBg,C!"+uCȵH7l#VK`jXW?_2j}4I9 L6ʡ+>D~ڄI/I['NfsU ݴûR.Ъ<%qt!e5naXb"#y7K_ʓx> HzU-Eyj`W@RDs8 w?c5Bkj'/v"`SɃ<27dHF`c yO> $W;‹1/^ҏLJs0;G*TP{gY1 ;gD%B]Pm\MEsXaX*l<۩gDN\yR'a+l J>i0oP-_dcϮDf {FZSw%h'n/s|iAxIQew: +wsߧ+ ]B6i_qOҟj&P03zvedRl ;ڥ81xv9rL>Cw;kw-a{-QKUy $S샦q\t2cO\a3Gy`@V* / hKt ߧ~Y}5ZrUh< 0;Vn{X坽Uy{ybր- 1@W߶A6t=5F-K Ѓfwq۔x_}*O3\hE(pW eR0 z{^@QRPqSɬ1,wwEUSz6 S6 ӔE~ܩ*~+ɐ(%<[;Ȏ ~T +bUY0w{\) b*4{a1 6 X)E>ҍ$4مs3m_I|+E .1*}Md6}F/{ GQ.J]9o/J' )/U9xU$ԉ桟u n*:%G@˭` q?}1d<m x?wc̏ʗvq] T)"x))fƣje.4}l~|6FEWGX$5JWLnWXEHJu{:mY8/j,X~ +0mgLO0jT zxz<iu skʧސ۵%F}!eՉ=D*#r 'VhTT)ZY~ѥ1wE&>1zL-uJt)6ΝY!fаZj$\\C(+9;1KlW$,-ZCld< +lNh:GYfX"s0x%!1F GD?͸l*`ӢE1.# n>z\>W27qKo;mRQ*D"09O<&|r`ǰ_*>ySK44—,#zi|gyHG{3z; `Hu8XO!::游_1l[܈A,Rq cл8Ev:oI?9gwXftxpXNHO4Mq190 *~Bl{4 A*{L)$ Iό;HE($_TNq9Q5F H .Pͪ`{W ,bUE9f$  w? -. lޭp7P6:w[ O؝cm_Fg$IާрV ȐV<((67^8Yj{;erD;' m*4lí| TA@QY=eFbĝlnc^V)98D AH]B{i=s2 O%x{5[@^7gjK5N,Pr $n+Wc9~4w'4w]&6O!J;I 4YJtLb23$?딒"JraЃ%[2lPK/~Ґ_QPCNvBL}-Iy Zz*4%K>7Nh?MTNqi04"qӕLNcߔ:#?벑Sfi!{GC}3&9`wuf"i8٪IQtOVѺۿd7Icl ⊫:f D,Er( +z*9Z 3mEW#mpe0ʜ,uQA h 9ɑxԮ؇zĪ9NZv>/ʐeD6[[#SU-]j Gilu~ә*9m}MDF?)&+&侅-PS˄mK#,aAנٌ!ko+2SWʮtG~kP=-~MTɘ?+4$H,K{avrDܦe-?E[  rM{Bs +% ,@۞BLvDdlUq=:&$c,׆!FL;&N7C[*,4|/G~p/3%[\rڝXeCQ-rS3BʗW< )xw0*N)MpPLV]3ڸ鱃v[qq|e8r BmrPV gYj#8wUG8j+xJgjK._,`.(QU:DpIqmmaxs\w*[{zmH(doFK~ Ҽ"O0ܒuAm7RQULZXf 3QHc|>x@:^"`BY@i(X'A$ڰQa!<g|%u`x[/#4E) kVnt8Ġ,mWo 䦍AMS`k+ G2ue[a ȧ`-d} Y-"Dp1ɋa*2!sKhÌG̖) 'i$TDzQ]vsjjlvY}UgmMĸE nf¤Q.}U.捓zCu Cyx'ûaZD}g|cc>RH$^,~F(X@D-*lEMU\se"\8ǯg̢2KCXA51U9k^6< Lθ +h#y/}]96_D3HIz&:7{ns"c 4m;0f^O;P3lV*_9wF>Xigo%q:~)4Ƽص&J*U q?jPOWJP>_3H%dȁB\͆U8D; +r6C\]:Z>EPo t4'jЃ>3-i iaf,9cNfɶuy,2vH nJJtZ2R?;)r:Z0F@ex*%63@Cw+w6>oI??Uŧbs@)(&S_ga"$rg!6% S5)Nbu86K*y=>( ı~)098ls `_m^7W5=RR8k$u~V ,hJ.XɗJv4Ek!9C[ Ȳi#H6)؝JqCRGqr`e$ Y:?oBFNUE%~(ը~믐fBaG )SԊpt-'] mI/fR4]B6 ߡfL^!Ě=<4>HҪ.mLғ5CMw@fSBw u؃:ȫQV;@LjvWML>2]:yך(N-9#ZXzVKB)a(s`'-vE0?(@U7Z*lW5e14H`7hAV@uKS S4%L H6z>/3sJslTD)K +M`8#E7JLuhw[N .h#7޵MV^jr؟] |h+SPx7JJ=!&#_Z#+ܳ"KJz\!zfz7¨M-,vn DN Wئ ЍY%\"#pLA1t.BBƺp ĝz^n!0 k$X\LI_L+0Oaatj&q Q - 5:\}V-PNyŃqpCt1l+uy &U*1?Ivݮ8|Jmc&9ICycjMȍ +?pʐczw +ԞN*'1cXd"}c8AH:4?80RLgī5 +Mz +t[s&p*ձ$7!Bjg%Eie$Kzԫzuls[Pzsu_ȭ`5?\1?d^yE_q1~=mچ`Qi +i[ R0X?H*Ѯ•aZ޻WH&M*993Ysh a>ߜԣJ`Lq~$jiU"nU?hrd6G@:}{|C׳.ymW׏Srhޖ!!j+>Y}%iؽΣyq9awR$ADdlA0-j8saGLS"{`eDTO'13Bc }{c<v@xNFNEFuUі">' Z@l )ftkxFqeFVxXxVwD6{ + 3_3.#&mk 5;/5qsƚL/:qlV2薿&P)4- | y=SrbQm?_zRc]srܦ*>eX#dB)iɧNX!RePϓf֩dLu <'9S}Cvex@wGT卖%B#0#011+{ 'Rrx\[mmtoz.*l +uoCpMcQ؋6lԁa:@k L5̚ \\C< +endstream +endobj +62 0 obj +<< +/Type /FontDescriptor +/FontName /RQIEES+SFSX1440 +/Flags 4 +/FontBBox [-238 -326 1844 909] +/Ascent 709 +/CapHeight 686 +/Descent -194 +/ItalicAngle 0 +/StemV 50 +/XHeight 451 +/CharSet (/c/e/i/n/o/one/period/s/t) +/FontFile 61 0 R +>> +endobj +63 0 obj +<< +/Length1 738 +/Length2 8972 +/Length3 0 +/Length 9710 +>> +stream +%!FontType1-1.0: SFSX2074 0.3 +%%CreationDate: Wed Sep 12 2001 +% Copyright (c) 2001 Vladimir Volovich . +% See the file COPYING (GNU General Public License) for license conditions. +% Converted from METAFONT EC/TC and LH fonts: +% ecsx2074, tcsx2074, lasx2074, lbsx2074, lcsx2074, rxsx2074. +11 dict begin +/FontInfo 6 dict dup begin +/version (0.3) def +/FullName (Computer Modern Sans Serif Bold Extended) def +/FamilyName (Computer Modern) def +/ItalicAngle 0 def +/isFixedPitch false def +/Weight (Bold) def +end readonly def +/FontName /FEKEGK+SFSX2074 def +/Encoding StandardEncoding def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] def +/FontBBox{-234 -319 1740 892}readonly def +currentdict end +currentfile eexec +oc;j~EЪ+`U+1;[ihd_Tw ρb=I"ae ̌!]#g~Q^VmcNtقP*4Jq=G1`ސnG)]'Z e+hb? %_hpZr =Ш6(Y AĪvr%lݐrh-`=J2`pzJPJ&G, xYMcɩ1Dj1ET}g&38|{iӐFZv EГTN}:6OY=^au@A_ظ (gɍO*N0݆0ݵ6dmBY'qp0 |D8PG9 &ߣUl٦'>[d"( (.,(B٦-C]>ƥeJ$w-30ts`!&9" !LNl7FiPZ6ݜm>$-2beƀN8oH񢧫+3]; {YLc()i@y =4-A4n;ء9n!Hڠe ZM,ֽCmkC$CF##hZwv^B|ɱ!ɭ_0E)Y-$XL)vtr =+n@9O1]mq=V`9~",R g@oM/!bIn\j;)=aX_9W_xEf*~*u"zdB1v߿=Wǿ#Y ^t`fN*!~6PBd]0x]͕q'; +a4cq84n.j!}f_]X0OM=o,^em}+]qQL0햯zu?8V&v 28S?Ggާ# IO++kѷ❢/V-s!Tk'V}iD=_h4l rayq)XԿKDH5A6krwfW4Zi*K.?ڌO!u'u +:䁩n3tv2< Yy FxZ >vKHI J_>\:|(%s7srD\|q,ؽn(ݣ"h + YG)uxNDOy|oMKz>س frV]++e:":!JD,3x9 z/ZP.4kD1+EgQ>OQ+q!Z}9G+,ֱIiӣYDhbٿ$a*:%{o*Zggm;JOkueM@n5vNmHziҳU&7;} PsZ )CL147pu?&1JoYq/_ +c3l/KD|n>B#^4:KO(,q.L*֣a&UЫe2!qu6Ϛmn }f)D#40-͟uå=^<آˏٹJ4jDk"BD,k]2,¨, Ϻb)R&?O Pr;}XAlf˦G?k%X :c$/w!]8 :KK1Hm_/hŒ"z-ЛY^(gUJ6^Αjyզ2#r[JsJp|>(̶6?EniFp%VR9*P2}8:PdX67=/we}gcjiyk̑ di(6S tQ47͡7q +_D<&F_?'%;%.2Y=hc&`n|[_͵j}wr+P>?R v8 4;^M|+={mO!n!/+{;on!T6Ix2l=8Yõϼfw]2?kaφq"wl|OSƻ:=$:Z22b&NVn$":t[zʶ 6") :OPn_v#L9"bם'yݧh*óoۖfR"K<"Ī(="(0iQ_ñ3ÓrBb_njyHSi ^<l˖FJ/\<2a7?TMd~'OE~6+8xX?V8o"0<1"<#7o7b!j$?&mU$?@H +b3{/cWO|>v{zŊVS0\5 bm֨b9y+_[r׬'-#}:e|}w\7'3K_[(Rӿ~AyGףasOi1y3V2ԣv&yqzֶX],D[؃l}P~%i+@eC&o< 2=˘:]( B'ֶi@ݣPb!a ؞PoT.RGc#NRDztPYB样N=b*f+:{-@p:jȪ]U>g4T Z|<|{s(R@6\W~h]v)6)/zb^i`'8/ +1;deUӎHX(22U msPL6ɀרQ7+!ă"$]+<`GLyiTݦ,Ta 5 ~-S: 7IȮY "<:iFȞ!<[5rM=/^NU;!W"9ەc3aa̩\dU{EpY!#WSPJy-?ßAl&dNL"^3rũWu~?v|-{›Gkoؠyi)V/k\@X$-fIe ?9h-Dzx!PNsʵȰ +>rz1Eq$S8{*9hQSt#NHcoϱ r,(^4a4OHAKL\ G^,$<[-Z)J-:̗ٛv ONm zoh4)! lx|z + ;!^B"!Qrɣ\7]O+p#W(GCfLL9V&PHP|,n@wpMdz,uշ,|YtxKMIa[0"E5;*nP ,K_y+.51t퇍vPSvc@=OjH9^9"]^Jv6#Uz@R;|"" "o0/}*]QELybԵ4$ Nas\]Q7V.Ɗ=d"M?̛9Tccvt]kƜ}!6YD~K,Qrp_|!Rkbʆ _D‚A4.^%WR )=S8r$0IWBz=83UIɝw'!fDqq"3~Ƴ3`zGS 7뫤RP'~D +1Y \sOst3Ah]hl&X $$GHCkNFL;;~ y*a -EÏtcqZg KjMqPi.v4\wf M&GZnld7ɵG!QGyl3ο%XVq3bגa6=_@2$֠&vgo5+zLOFuaEųd fܙ=/gaӔ>:7hqrһDFJf -]ʱQSvc@=Ol,_ I0HZp)E{іA˵=S;3z̟i^f֧P/uy+~9!b) Kne:C8ns9Pa{+Y{bXa8Bi 诜N9t_mѧ ZR(wl!W D4YZ8@Q"&zZHtQLLWzǶV\せa"Vw| On_%X(\5] CGwpT Sr8}, qRFFH`$Φ|`cXogxkڳ0Rj \p8-sz) +r=̩ۺaW,Y(m#Ukڋ, fw ~ `TGL*'cTObx Kc(AEk mw$;*6CNxu๏ܿ>ull`n>^l+/>FNRstt +Q2'wL ,#%rk`=ڠk-%DFlzSyES^[ ǂdDS'' +=ѷfŁV+eoVwArTS$R[ Ժ O'xJ6՜IuD>6G4BfѦOhxZc): mx)k#?pq[} w/n0!=u@E ,<T>MSMr|$ڵ" ejz:TJ̦)NV*m'Qx#B)kPGm:ڧ羘B]mtp-9ǰ7>"/Bg|RIKZw83y&58;t !rױ( [ڔIqvP܄ct1,ZX;N/ c{? /AB2p|lrD߻#lYWHH bo& ҦH@+VH5*>CD-WCɛɅuBUԁl@A@Z<.8K[Kϙ!sXF`޾8bXp)`6-k -mOz(6:_w>򉕷a^ɔ22OG'\R4SdxRلzn9}9捶-wPNٵȭ~]NCQE +NA:\0q`~ނ,"@w,z5,۵8ÊJ1 }ऄ" vmDԙy%>{OX-^)LՄ4ЭX^',-I%ᱜod+"#wsb$y!F|rݑ z\F؞ &~4XVi% ڬ Ov*g9un0P"ү`"BA}فb#)~)DBD&¤?.lS$6i+$QRxτx2P?R, ǯB6ͽPJ_őq-PqSɬvET^ic.A,9B*NN!D˳<18xAI߲Y :@ǀ̗E2iؓj媓A1 /6Z:iF%3~bfjmŞtxQh @#6q˷O~ԃ$IL%(HoOm7Weٰ}Ciȍ34Le 0dƝSqÆڈngK +l,Wr)}}jJ{W81:tu`1IqUC(GgPLbMJgPq*6nU0'^ +VIb"U{ސ?FzmT mIRSMW+dz5Jy+m0ɠu.\(_j 6$W3t(E)U`֜‚B̦HJ#[rX1~}P9۰u?͍c +tu7J#n긂)7WTxEgskfu|h\7Y*}ai> qH^Yoa S!JrO8 l?Y!q gp,xQ`ت"cIW5s/S1]GK:VJNh}kt=>J$Rҗ}V{cbm b4m&}KeL6vX6Ҍ_s ~h2X@ਸUDb?ciդ|l ٰ^W ZJ0^dXO'N#d@;>jXqb Wy(AQQ]1lkOu ;2<($x!aXbM) GmE# S1hHRU`B8 |[w=CkoR}vonlN xY)@ +hxrQ\ ]n:D;y*kXb6yH:]!@m̆U A>GϼZMެ[^z /|iRcr;z QbvIp'dpyylέw({8dTa)\Vf9lt-1EV%zg4DJQ#\'T`MhR[#$Eb5OI]PuS;OJ"Xyk_v6`s)&ŬN@?PbSS׶':g_+'fˬ#/ pE?ɻ&'R5jCqĺ}:ElՐ}a"3dQ2%J$Uu[es~~Q&ppD|}k@۬-#-DB +㈬q9ًhPR!uBI"jl->4 =k-wѫoRYmOV# (Wg!Sfː]WJ Վ>aJ:2=tYfZx7kQ8B %fӲDkUнm=@I& (&w4/$s*s @$`cˏ(JT?b@]&c~D0c_b3ož+-ٻE{kqXbVXXod̾&IygG)4]eTXEv#n\ĭ%3W4?ϱ.Knaݽ`N +)bfZr؆L51N4H k +!u{l?G +ko2zQ${1F ~cEZ]CW`(D0ߦ*n _2 UiF;`ln*uɌe{z +vJ:h|VAhK0>pWGs>LpU$Y0.wmʌ،zDQ*Pt--LLGIȥ {LЩDK}ޤ6̟; *ǹn |N>tzvruTBxViRo +B4CZHh|8cxH?B3&>Otݹ[F[>)ΘԠ72K0qt8쮖A$sdReQ$0 +D%3[#_X*@7 +endstream +endobj +64 0 obj +<< +/Type /FontDescriptor +/FontName /FEKEGK+SFSX2074 +/Flags 4 +/FontBBox [-234 -319 1740 892] +/Ascent 712 +/CapHeight 686 +/Descent -192 +/ItalicAngle 0 +/StemV 50 +/XHeight 447 +/CharSet (/C/a/c/e/h/n/o/one/p/r/s/t) +/FontFile 63 0 R +>> +endobj +49 0 obj +<< +/Type /Encoding +/Differences [46/period 49/one 51/three 53/five 67/C 97/a/b/c 101/e 103/g/h/i 110/n/o/p 114/r/s/t/u 120/x] +>> +endobj +26 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /HHSFZO+SFRM1095 +/FontDescriptor 56 0 R +/FirstChar 46 +/LastChar 120 +/Widths 53 0 R +/Encoding 49 0 R +>> +endobj +48 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /FKLUEV+SFSX1095 +/FontDescriptor 58 0 R +/FirstChar 98 +/LastChar 117 +/Widths 50 0 R +/Encoding 49 0 R +>> +endobj +47 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /KKGAAD+SFSX1200 +/FontDescriptor 60 0 R +/FirstChar 46 +/LastChar 117 +/Widths 51 0 R +/Encoding 49 0 R +>> +endobj +46 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /RQIEES+SFSX1440 +/FontDescriptor 62 0 R +/FirstChar 46 +/LastChar 116 +/Widths 52 0 R +/Encoding 49 0 R +>> +endobj +25 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /FEKEGK+SFSX2074 +/FontDescriptor 64 0 R +/FirstChar 49 +/LastChar 116 +/Widths 54 0 R +/Encoding 49 0 R +>> +endobj +27 0 obj +<< +/Type /Pages +/Count 5 +/Kids [6 0 R 29 0 R 32 0 R 36 0 R 39 0 R] +>> +endobj +65 0 obj +<< +/Type /Catalog +/Pages 27 0 R +/Lang (en-US) +/MarkInfo <>/StructTreeRoot 1 0 R +>> +endobj +66 0 obj +<< +/Producer (pdfTeX-1.40.19) +/Creator (TeX) +/CreationDate (D:20180709211858+02'00') +/ModDate (D:20180709211858+02'00') +/Trapped /False +/PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/W32TeX) kpathsea version 6.3.0) +>> +endobj +xref +0 67 +0000000000 65535 f +0000009949 00000 n +0000007538 00000 n +0000007722 00000 n +0000007742 00000 n +0000007861 00000 n +0000005714 00000 n +0000007951 00000 n +0000008038 00000 n +0000008119 00000 n +0000008210 00000 n +0000008300 00000 n +0000008398 00000 n +0000008474 00000 n +0000008565 00000 n +0000008664 00000 n +0000008747 00000 n +0000008840 00000 n +0000008931 00000 n +0000009030 00000 n +0000009113 00000 n +0000009206 00000 n +0000009298 00000 n +0000005852 00000 n +0000000015 00000 n +0000078300 00000 n +0000077660 00000 n +0000078460 00000 n +0000006132 00000 n +0000005993 00000 n +0000005934 00000 n +0000009398 00000 n +0000006317 00000 n +0000006456 00000 n +0000006172 00000 n +0000006724 00000 n +0000006585 00000 n +0000006526 00000 n +0000009490 00000 n +0000007281 00000 n +0000009582 00000 n +0000009674 00000 n +0000009766 00000 n +0000009858 00000 n +0000007420 00000 n +0000006764 00000 n +0000078140 00000 n +0000077980 00000 n +0000077820 00000 n +0000077515 00000 n +0000010033 00000 n +0000010151 00000 n +0000010594 00000 n +0000011032 00000 n +0000011483 00000 n +0000011905 00000 n +0000026874 00000 n +0000027145 00000 n +0000040400 00000 n +0000040637 00000 n +0000054167 00000 n +0000054415 00000 n +0000067219 00000 n +0000067463 00000 n +0000077270 00000 n +0000078546 00000 n +0000078659 00000 n +trailer +<< /Size 67 +/Root 65 0 R +/Info 66 0 R +/ID [<81DC649643DA754F285C6A424525246A> <81DC649643DA754F285C6A424525246A>] >> +startxref +78926 +%%EOF diff --git a/Master/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma.tex b/Master/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma.tex new file mode 100644 index 00000000000..6fccf189d4a --- /dev/null +++ b/Master/texmf-dist/doc/latex/tagpdf/ex-patch-sectioning-koma.tex @@ -0,0 +1,168 @@ +% !Mode:: "TeX:DE:UTF-8:Main" + +%This example shows how one can patch sectioning command and toc entries +%to add tags. +%The patches are layout/option dependant +%With other document options (e.g. chapterprefix) or +%if the sectioning commands are redefined more/different patches are perhaps needed + +%no page break involved. So the example works in lua and generic mode + +\documentclass{scrbook} +\usepackage[english]{babel} + +%set language / can also be done with hyperref +\pdfcatalog{/Lang (en-US)} + +\usepackage{tagpdf} + +\tagpdfifpdftexT + { + \usepackage[T1]{fontenc} + } + +\tagpdfifluatexT + { + \usepackage{fontspec} + \usepackage{luacode} + } + + +\tagpdfsetup{tabsorder=structure, + activate-all, + uncompress + } + +\usepackage{lipsum}%\textheight3cm + +%%%%%%%%%%%%%%% +%Marking the toc entries +%around the whole entry so only structure: +\newcommand\tagscrtocentry[1]{\tagstructbegin{tag=TOCI}#1\tagstructend} + +%leaf so structure and mc: +\newcommand\tagscrtocpagenumber[1]{% + \tagstructbegin{tag=Reference}% + \tagmcbegin{tag=Reference}% + #1% + \tagmcend + \tagstructend} + +\DeclareTOCStyleEntry[ + entryformat=\tagscrtocentry, + pagenumberformat=\tagscrtocpagenumber]{tocline}{chapter} +\DeclareTOCStyleEntry[ + entryformat=\tagscrtocentry, + pagenumberformat=\tagscrtocpagenumber]{tocline}{section} +\DeclareTOCStyleEntry[ + entryformat=\tagscrtocentry, + pagenumberformat=\tagscrtocpagenumber]{tocline}{subsection} +\DeclareTOCStyleEntry[ + entryformat=\tagscrtocentry, + pagenumberformat=\tagscrtocpagenumber]{tocline}{subsubsection} +\DeclareTOCStyleEntry[ + entryformat=\tagscrtocentry, + pagenumberformat=\tagscrtocpagenumber]{tocline}{paragraph} + + + +\renewcommand{\addtocentrydefault}[3]{% + \ifstr{#3}{}{} + {%\ + \ifstr{#2}{} + {% + \addcontentsline{toc}{#1} + {% + \protect\nonumberline + \tagstructbegin{tag=P}% + \tagmcbegin{tag=P}% + #3% + \tagmcend + \tagstructend + }% + }% + {% + \addcontentsline{toc}{#1}{% + \tagstructbegin{tag=Lbl}% + \tagmcbegin{tag=Lbl}% + \protect\numberline{#2}% + \tagmcend\tagstructend + \tagstructbegin{tag=P}% + \tagmcbegin{tag=P}% + #3% + \tagmcend + \tagstructend + }% + }% + }}% + +% the dots must be marked too +\makeatletter +\renewcommand*{\TOCLineLeaderFill}[1][.]{% + \leaders\hbox{$\m@th + \mkern \@dotsep mu\hbox{\tagmcbegin{artifact}#1\tagmcend}\mkern \@dotsep + mu$}\hfill +} + +%%%%%%%%% +% Sectioning commands +%%%%%%%% + +\ExplSyntaxOn +\prop_new:N \g_tag_section_level_prop +\prop_put:Nnn \g_tag_section_level_prop {chapter}{H1} +\prop_put:Nnn \g_tag_section_level_prop {section}{H2} +\prop_put:Nnn \g_tag_section_level_prop {subsection}{H3} +\prop_put:Nnn \g_tag_section_level_prop {subsubsection}{H4} +\prop_put:Nnn \g_tag_section_level_prop {paragraph}{H5} + +\renewcommand{\chapterlinesformat}[3] + { + \@hangfrom + { + \tagstructbegin{tag=\prop_item:Nn\g_tag_section_level_prop{chapter}} + \tagmcbegin {tag=\prop_item:Nn\g_tag_section_level_prop{chapter}} + #2 + } + {#3\tagmcend\tagstructend}% + } + + +\renewcommand{\sectionlinesformat}[4] + { + \@hangfrom + {\hskip #2 + \tagstructbegin{tag=\prop_item:Nn\g_tag_section_level_prop{#1}} + \tagmcbegin {tag=\prop_item:Nn\g_tag_section_level_prop{#1}} + #3 + } + {#4\tagmcend\tagstructend}% + } + +\ExplSyntaxOff +\AfterTOCHead{\tagstructbegin{tag=TOC}} +\AfterStartingTOC{\tagstructend} %end TOC + + +\begin{document} +%I don't want to handle pagestyles, so set everything to empty: +\pagestyle{empty}\renewcommand\chapterpagestyle{empty} + +\tagstructbegin{tag=Document} + +\tableofcontents + +\chapter{chapter} +\addchap{chapter} +\section{section} +\subsection{subsection} +\subsubsection{subsubsection} + + \tagstructbegin{tag=P} + \tagmcbegin{tag=P} + a paragraph\par x + \tagmcend + \tagstructend + +\tagstructend %Document +\end{document} \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tagpdf/tagpdf.pdf b/Master/texmf-dist/doc/latex/tagpdf/tagpdf.pdf index a96c828e9e6..0d2d8b22388 100644 Binary files a/Master/texmf-dist/doc/latex/tagpdf/tagpdf.pdf and b/Master/texmf-dist/doc/latex/tagpdf/tagpdf.pdf differ diff --git a/Master/texmf-dist/doc/latex/tagpdf/tagpdf.tex b/Master/texmf-dist/doc/latex/tagpdf/tagpdf.tex index 83d386c4478..36c1cf852f5 100644 --- a/Master/texmf-dist/doc/latex/tagpdf/tagpdf.tex +++ b/Master/texmf-dist/doc/latex/tagpdf/tagpdf.tex @@ -1,7 +1,6 @@ % !Mode:: "TeX:DE:UTF-8:Main" -% $UFDate: 2017-12-03 18:32:01 +0100 -- Commit: 77304d9 (HEAD, tag: v1.4, master) -- master$ \makeatletter -\def\UlrikeFischer@package@version{0.1} +\def\UlrikeFischer@package@version{0.2} \makeatother \documentclass[DIV=12,parskip=half-,bibliography=totoc]{scrartcl} \usepackage[utf8]{inputenc} @@ -66,7 +65,7 @@ Issues, comments, suggestions should be added as issues to the github tracker: Since many year the creation of accessible pdf-files with \LaTeX\ which conform to the PDF/UA standard has been on the agenda of \TeX-meetings. Many people agree that this is important and Ross Moore has done quite some work on it. There is also a TUG-mailing list and a webpage \parencite{tugaccess} dedicated to this theme. -But in my opinion missing are means to \emph{experiment} with tagging and accessibility. Means to try out, how difficult it is to tag some structures, means to try out, how much tagging is really needed (standards and validators don't need to be right \ldots), means to test what else is needed so that a pdf works e.g. with a screen reader. Without such experiments it is imho quite difficult to get a feeling about what has to be done, which kernel changes are needed, how packages should be adapted. +But in my opinion missing are means to \emph{experiment} with tagging and accessibility. Means to try out, how difficult it is to tag some structures, means to try out, how much tagging is really needed (standards and validators don't need to be right \ldots), means to test what else is needed so that a pdf works e.g. with a screen reader. Without such experiments it is imho quite difficult to get a feeling about what has to be done, which kernel changes are needed, how packages should be adapted. This package tries to close this gap by offering \emph{core} commands to tag a pdf.\footnote{In case you don't know what this means: there will be some explanations later on.} @@ -76,9 +75,9 @@ The package does not patch commands from other packages. It is also not an aim o So this package deliberately concentrates on the basics -- and this already quite a lot, there are much more details involved as I expected when I started. -I'm sure that it has bugs. Bugs reports, suggestions and comments can be added to the issue tracker on github. \url{https://github.com/u-fischer/tagpdf}. +I'm sure that it has bugs. Bugs reports, suggestions and comments can be added to the issue tracker on github. \url{https://github.com/u-fischer/tagpdf}. -Please also check the github site for new examples and improvements. +Please also check the github site for new examples and improvements. \subsection{Tagging and accessibility} @@ -90,7 +89,7 @@ So the name of the package is a bit wrong. As excuse I can only say that it is s \subsection{Engines and modes} -The package works currently with pdflatex and lualatex. +The package works currently with pdflatex and lualatex. The package has two modes: the \emph{generic mode} which should work in theory with every engine and the \emph{lua mode} which works only with lualatex. @@ -112,14 +111,14 @@ In the meantime pdf 2.0. has been released. I know that it contains also for acc pdf's created with the commands of this package must be validated: \begin{itemize} -\item One must check that the pdf is \emph{syntactically} correct. It is rather easy to create broken pdf: e.g. if a chunk is opened on one page but closed on the next page. +\item One must check that the pdf is \emph{syntactically} correct. It is rather easy to create broken pdf: e.g. if a chunk is opened on one page but closed on the next page. \item One must check how good the requirements of the PDF/UA standard are followed \emph{formally}. \item One must check how good the accessibility is \emph{practically}. \end{itemize} Syntax validation and formal standard validation can be done with preflight of the (non-free) adobe acrobat. It can also be done also with the free PDF Accessibility Checker (PAC~3) \parencite{pac3}. -There is also the validator veraPDF \parencite{verapdf}. But I didn't try it yet and have no idea if it is useful here. +There is also the validator veraPDF \parencite{verapdf}. But I didn't try it yet and have no idea if it is useful here. Practical validation is naturally the more complicated part. It needs screen reader, users which actually knows how to handle them, can test documents and can report where a pdf has real accessibility problems. @@ -170,13 +169,13 @@ The key-val list understands the following keys: \item[\PrintKeyName{activate-tree}] Boolean, initially false. Activates the code related to trees. Should be used only if the two other keys has been used too. \item[\PrintKeyName{activate-all}] Boolean, initially false. Activates everything, that normally the sensible thing to do. \item[\PrintKeyName{add-new-tag}] See section \ref{sec:new-tag} for a description. -\item[\PrintKeyName{check-tags}] Boolean, initially true. Activates some safety checks. -\item[\PrintKeyName{compresslevel}] Value is an integer between 0 and 9. It sets both the pdfcompresslevel and the pdfobjcompresslevel. +\item[\PrintKeyName{check-tags}] Boolean, initially true. Activates some safety checks (but doesn't very much currently. It will perhaps be merged with the log-level key). +\item[\PrintKeyName{compresslevel}] Value is an integer between 0 and 9. It sets both the pdfcompresslevel and the pdfobjcompresslevel. \item[\PrintKeyName{log}] Choice key, possible values \PrintKeyName{none}, \PrintKeyName{v}, \PrintKeyName{vv}, \PrintKeyName{vvv}, \PrintKeyName{all}. Setups the log level. Changing the value affects currently mostly the luamode: \enquote{higher} values gives more messages in the log. The current levels and messages have been setup in a quite ad-hoc manner and will need improvement. \item[\PrintKeyName{tabsorder}] Choice key, possible values are \PrintKeyName{row}, \PrintKeyName{column}, \PrintKeyName{structure}, \PrintKeyName{none}. This decides if a \verb+/Tabs+ value is written to the dictionary of the page objects. Not really needed for tagging itself, but one of the things you probably need for accessibility checks. So I added it. Currently the tabsorder is the same for all pages. Perhaps this should be changed \ldots. \item[\PrintKeyName{tagunmarked}] Boolean,\marginnote{luamode} initially true. When this boolean is true, the lua code will try to mark everything that has not been marked yet as an artifact. The benefit is that one doesn't have to mark up every deco rule oneself. The danger is that it perhaps marks things that shouldn't be marked -- it hasn't been tested yet with complicated documents containing annotations etc. \item[\PrintKeyName{uncompress}] Equivalent to using \texttt{compresslevel=0}. - + \end{description} \section{Tagging} @@ -357,7 +356,7 @@ For strategies how to handle paragraphs that split over pages see subsection~\re \DescribeMacro\uftag_mc_begin:n{} \ExplSyntaxOff -These commands insert the begin of the marked content code in the pdf. They don't start a paragraph. The user command additionally issues an \verb+\ignorespaces+ to suppress spaces after itself. +These commands insert the begin of the marked content code in the pdf. They don't start a paragraph. \emph{They don't start a group}. The user command additionally issues an \verb+\ignorespaces+ to suppress spaces after itself. Such markers should not be nested. The command will warn you if this happens. The key-val list understands the following keys: @@ -383,7 +382,7 @@ The key-val list understands the following keys: \DescribeMacro\uftag_mc_end: \ExplSyntaxOff -These commands insert the end code of the marked content. The user command also issues at first an \verb+\unskip+. Both commands check if there has been a begin marker and issue a warning if not. +These commands insert the end code of the marked content. They don't end a group and it doesn't matter if they are in another group as the starting commands. The user command also issues at first an \verb+\unskip+. Both commands check if there has been a begin marker and issue a warning if not. \ExplSyntaxOn \DescribeMacro\tagmcuse{