summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/generic/calcfrac/README61
-rw-r--r--macros/generic/calcfrac/calcfrac.sty13
-rw-r--r--macros/generic/calcfrac/calcfrac.tex246
-rw-r--r--macros/latex/contrib/business-research/doc/sample.tex.bak828
-rw-r--r--macros/latex/contrib/statrep/doc/images/Thumbs.dbbin48127 -> 0 bytes
-rw-r--r--macros/latex/contrib/tagpdf/README.md4
-rw-r--r--macros/latex/contrib/tagpdf/ex-AF-file.pdf70
-rw-r--r--macros/latex/contrib/tagpdf/ex-alt-actualtext.pdfbin34221 -> 34295 bytes
-rw-r--r--macros/latex/contrib/tagpdf/ex-attribute.pdf62
-rw-r--r--macros/latex/contrib/tagpdf/ex-formula-problem.pdf48
-rw-r--r--macros/latex/contrib/tagpdf/ex-list.pdf14
-rw-r--r--macros/latex/contrib/tagpdf/ex-mc-manual-para-split-obsolete.pdf14
-rw-r--r--macros/latex/contrib/tagpdf/ex-softhyphen.pdf50
-rw-r--r--macros/latex/contrib/tagpdf/ex-spaceglyph-listings.pdf42
-rw-r--r--macros/latex/contrib/tagpdf/ex-structure-obsolete.pdf74
-rw-r--r--macros/latex/contrib/tagpdf/ex-tagpdf-template.pdf75
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf-backend.dtx8
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf-checks.dtx14
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf-code.pdfbin1571495 -> 1620816 bytes
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf-data.dtx18
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf-mc-generic.dtx22
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf-mc-luacode.dtx6
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf-mc-shared.dtx10
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf-roles.dtx4
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf-space.dtx4
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf-struct.dtx366
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf-tree.dtx16
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf-user.dtx4
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf.dtx258
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf.ins2
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf.pdfbin1082447 -> 1090501 bytes
-rw-r--r--macros/latex/contrib/tagpdf/tagpdf.tex4
-rw-r--r--macros/latex/contrib/tagpdf/tagpdfdocu-patches.sty2
-rw-r--r--macros/latex/contrib/titlesec/README.md5
-rw-r--r--macros/latex/contrib/titlesec/titleps.pdfbin143282 -> 143282 bytes
-rw-r--r--macros/latex/contrib/titlesec/titleps.sty2
-rw-r--r--macros/latex/contrib/titlesec/titleps.tex4
-rw-r--r--macros/latex/contrib/titlesec/titlesec.pdfbin523399 -> 523600 bytes
-rw-r--r--macros/latex/contrib/titlesec/titlesec.sty13
-rw-r--r--macros/latex/contrib/titlesec/titlesec.tex6
-rw-r--r--macros/latex/contrib/titlesec/titletoc.sty2
-rw-r--r--macros/latex/contrib/unamth-template/Latex/Classes/PhDthesisPSnPDF.cls.bak409
-rw-r--r--macros/latex/contrib/unamth-template/Latex/Macros/MacroFile1.tex.bak73
43 files changed, 979 insertions, 1874 deletions
diff --git a/macros/generic/calcfrac/README b/macros/generic/calcfrac/README
new file mode 100644
index 0000000000..9beec979d5
--- /dev/null
+++ b/macros/generic/calcfrac/README
@@ -0,0 +1,61 @@
+____________________________________
+
+ calcfrac
+ v0.1
+ 26/10/2023
+
+ TeX & LaTeX package
+____________________________________
+
+Author : TeXpérimental
+Email : texperimental@mailo.fr
+Licence : Released under the LaTeX Project Public License v1.3c or
+ later, see http://www.latex-project.org/lppl.txt
+Status : maintained
+
+************************ LISEZ-MOI FRANÇAIS ************************
+Ce package a des intentions pédagogiques. Les vidéos montrant la
+totalité de son écriture à partir de rien sont disponibles sur
+youtube à partir de l'épisode 24 :
+
+ https://youtu.be/6lF4P6B3msw
+
+C'est pourquoi il est livré sans aucune documentation autre que
+la brève description ci-dessous.
+
+ Ce package met à disposition la macro \calcfrac qui admet comme
+ argument obligatoire une expression numérique contenant des
+ fractions. Par exemple
+ \calcfrac{1/2-2/3+3/4-2}
+ \calcfrac{2/(1/2-1/3)-2/3}
+ \calcfrac{1-(2-(3-(4-2/3)))/5}
+
+ Elle renvoie 3 arguments qui sont le signe, le numérateur et
+ le dénominateur du résultat.
+ Ces 3 arguments sont passés à une macro publique \cfdisp que
+ l'utilisateur peut programmer à sa guise (une version générique
+ qui devrait convenir au plus grand nombre est fournie)
+
+
+************************** README ENGLISH **************************
+This package is intended for educational purposes. The videos
+showing its writing from scratch are available on youtube from
+episode 24:
+
+ https://youtu.be/6lF4P6B3msw
+
+This is why it is delivered without any documentation other than
+the brief description below.
+
+ This package provides the \calcfrac macro, which accepts one
+ mandatory argument being a numerical expression containing
+ fractions. For example
+ \calcfrac{1/2-2/3+3/4-2}
+ \calcfrac{2/(1/2-1/3)-2/3}
+ \calcfrac{1-(2-(3-(4-2/3)))/5}
+
+ It returns 3 arguments which are the sign, the numerator
+ and the denominator of the result.
+ These 3 arguments are passed to a public macro \cfdisp
+ which the users can program as they wish (a generic version
+ which should be suitable for most users is provided)
diff --git a/macros/generic/calcfrac/calcfrac.sty b/macros/generic/calcfrac/calcfrac.sty
new file mode 100644
index 0000000000..0951215197
--- /dev/null
+++ b/macros/generic/calcfrac/calcfrac.sty
@@ -0,0 +1,13 @@
+\input calcfrac.tex
+\ProvidesPackage{\calcfracname}[\calcfracver\space Calcul d'expressions avec fractions]
+\def\cfdisp#1#2#3{%
+ \ensuremath
+ {\ifnum#11=-1 -\fi
+ {\ifnum#3=1
+ #2%
+ \else
+ \frac{#2}{#3}%
+ \fi
+ }%
+ }%
+} \ No newline at end of file
diff --git a/macros/generic/calcfrac/calcfrac.tex b/macros/generic/calcfrac/calcfrac.tex
new file mode 100644
index 0000000000..7d46762f95
--- /dev/null
+++ b/macros/generic/calcfrac/calcfrac.tex
@@ -0,0 +1,246 @@
+% ____________________________________
+
+% calcfrac
+% v0.1
+% 26/10/2023
+
+% TeX & LaTeX package
+% ____________________________________
+
+% Author : TeXpérimental
+% Email : texperimental@mailo.fr
+% Licence : Released under the LaTeX Project Public License v1.3c or
+% later, see http://www.latex-project.org/lppl.txt
+% Status : maintained
+
+\csname calcfraconce\endcsname
+\let\calcfraconce\endinput
+\def\calcfracname{calcfrac}
+\def\calcfracver{0.1}
+\def\calcfracdate{2023/10/26}
+
+\catcode`\@11
+\def\cf@test@ifx#1{%
+ \ifx#1\expandafter\cf@execfirst\else\expandafter\cf@execsecond\fi
+}
+\def\cf@test@ifnum#1{%
+ \ifnum#1\expandafter\cf@execfirst\else\expandafter\cf@execsecond\fi
+}
+\def\cf@execfirst#1#2{#1}
+\def\cf@execsecond#1#2{#2}
+\def\cf@execarg#1{#1}
+\def\cf@matharg#1{$#1$}
+%###########################################
+%############# boucle \cf@for ##############
+%###########################################
+\def\cf@for#1=#2to#3#{%
+ \cf@for@a{#1}{#2}{#3}%
+}
+\def\cf@for@a#1#2#3#4{%
+ \edef#1{\number\numexpr#2}%
+ \edef\cf@maxint{\number\numexpr#3}%
+ \def\cf@for@b{%
+ \unless\ifnum#1>\cf@maxint\relax
+ #4%
+ \edef#1{\number\numexpr#1+1}%
+ \expandafter\cf@for@b
+ \fi
+ }%
+ \cf@for@b
+}
+%###########################################
+%###########################################
+%###########################################
+\newcount\cf@tmp@count
+\newcount\cf@frac@cnt
+\newif\if@inparen
+\def\calcfrac@err#1#2\relax{%
+ \errmessage{Illegal char "#1", "#2" ignored}%
+}
+\def\calcfrac{%
+ \begingroup
+ \catcode32=9 % espaces ignorés
+ \calcfrac@a
+}
+\def\calcfrac@a#1{%
+ \endgroup
+ \ifcat\relax\detokenize{#1}\relax
+ \else
+ \cf@frac@cnt=0
+ \@inparenfalse
+ \expandafter\cf@read@frac\detokenize{#1}\relax
+ \fi
+}
+\def\cf@read@frac{% [1 signe optionnel + ou-]<entier non signé>[1 signe / ou * suivi d'un entier non signé]*n
+ \advance\cf@frac@cnt1
+ \let\cf@current@sign\empty
+ \def\cf@current@numer{1}%
+ \def\cf@current@denom{1}%
+ \def\cf@current@op{*}%
+ \cf@read@sign
+}
+\def\cf@read@sign#1{%
+ \cf@test@ifnum{0\ifx+#11\fi\ifx-#11\fi=1 }
+ {%
+ \def\cf@current@sign{#1}%
+ \cf@read@int
+ }
+ {%
+ \cf@read@int#1%
+ }%
+}
+\def\cf@read@int#1{%
+ \cf@test@ifnum{0\ifnum`#1<`0 1\fi\ifnum`#1>`9 1\fi=0 }
+ {%
+ \afterassignment\cf@update@afterint
+ \cf@tmp@count#1%
+ }
+ {% TODO : si #1=parenthèse
+ \if(#1\expandafter\cf@execfirst\else\expandafter\cf@execsecond\fi
+ {%
+ \begingroup
+ \@inparentrue
+ \cf@frac@cnt=0
+ \cf@read@frac
+ }
+ {%
+ \calcfrac@err#1%
+ }%
+ }%
+}
+\def\cf@update@afterint{%
+ \if*\cf@current@op\expandafter\cf@execfirst\else\expandafter\cf@execsecond\fi
+ {%
+ \edef\cf@current@numer{\cf@current@numer*\the\cf@tmp@count}%
+ \cf@read@op
+ }
+ {%
+ \if/\cf@current@op\expandafter\cf@execfirst\else\expandafter\cf@execsecond\fi
+ {%
+ \edef\cf@current@denom{\cf@current@denom*\the\cf@tmp@count}%
+ \cf@read@op
+ }
+ {%
+ \errmessage{This error should not occur, \string\cf@current@op=\cf@current@op}%
+ }%
+ }%
+}
+\def\cf@read@op#1{%
+ \cf@test@ifnum{0\ifx*#11\fi\ifx/#11\fi=1 }
+ {%
+ \def\cf@current@op{#1}%
+ \cf@read@int
+ }
+ {%
+ \cf@compute@frac#1%
+ }%
+}
+\def\cf@compute@frac#1{%
+ \edef\cf@current@numer{\the\numexpr\cf@current@numer}%
+ \edef\cf@current@denom{\the\numexpr\cf@current@denom}%
+ \expandafter\cf@calc@gcd\expanded{{\cf@current@numer}{\cf@current@denom}}\cf@tem@gcd
+ \expandafter\edef\csname sign@\the\cf@frac@cnt\endcsname{\ifnum\cf@current@sign1=1+\else-\fi}%
+ \expandafter\edef\csname numer@\the\cf@frac@cnt\endcsname{\the\numexpr\cf@current@numer/\cf@tem@gcd}%
+ \expandafter\edef\csname denom@\the\cf@frac@cnt\endcsname{\the\numexpr\cf@current@denom/\cf@tem@gcd}%
+ \cf@test@ifnum{0\ifx\relax#111\fi\if@inparen1\fi\if)#11\fi=11 }% si <#1=\relax> OU <inparen=vrai ET #1=")">
+ {%
+ \cf@add@allfrac
+ }
+ {%
+ \cf@read@frac#1%
+ }%
+}
+\def\cf@calc@gcd#1#2{% #1, #2=entiers
+ \cf@test@ifnum{#1>#2\relax}
+ {%
+ \cf@calc@gcd@a{#2}{#1}%
+ }
+ {%
+ \cf@calc@gcd@a{#1}{#2}%
+ }%
+}
+\def\cf@calc@gcd@a#1#2{% #1=diviseur #2=dividende
+ \cf@test@ifnum{#1>0 }
+ {%
+ \cf@tmp@count=#2\relax
+ \divide\cf@tmp@count#1\relax
+ \expandafter\cf@calc@gcd@a\expandafter{\the\numexpr#2-\cf@tmp@count*#1}{#1}%
+ }
+ {%
+ \cf@calc@gcd@b{#2}%
+ }%
+}
+\def\cf@calc@gcd@b#1#2{% #1=PGCD #2=macro qui stocke le PGCD
+ \def#2{#1}%
+}
+\def\calc@lcm#1#2#3{% #1, #2=entiers #3=macro recevant le PPCM
+ \cf@calc@gcd{#1}{#2}\cf@tem@gcd%
+ \edef#3{\the\numexpr#1*#2/\cf@tem@gcd}%
+}
+\def\cf@add@allfrac{%
+ \cf@test@ifnum{\cf@frac@cnt>1 }
+ {%
+ \expandafter\let\expandafter\cf@result@denom\csname denom@1\endcsname
+ \cf@for\cf@temp@index=2 to \cf@frac@cnt{%
+ \expandafter\calc@lcm\expanded{{\cf@result@denom}{\csname denom@\cf@temp@index\endcsname}}\cf@result@denom
+ }%
+ \def\cf@result@numer{0}%
+ \cf@for\cf@temp@index=1 to \cf@frac@cnt{%
+ \edef\cf@result@numer{%
+ \the\numexpr
+ \cf@result@numer
+ \csname sign@\cf@temp@index\endcsname% <- + ou -
+ \csname numer@\cf@temp@index\endcsname*\cf@result@denom/\csname denom@\cf@temp@index\endcsname
+ }%
+ }%
+ \ifnum\cf@result@numer<0
+ \edef\cf@result@numer{\the\numexpr-\cf@result@numer}%
+ \def\cf@result@sign{-}%
+ \else
+ \def\cf@result@sign{+}%
+ \fi
+ \expandafter\cf@calc@gcd\expanded{{\cf@result@numer}{\cf@result@denom}}\cf@tem@gcd
+ \ifnum\cf@tem@gcd>1
+ \edef\cf@result@numer{\the\numexpr\cf@result@numer/\cf@tem@gcd}%
+ \edef\cf@result@denom{\the\numexpr\cf@result@denom/\cf@tem@gcd}%
+ \fi
+ }
+ {%
+ \expandafter\let\expandafter\cf@result@sign\csname sign@1\endcsname
+ \expandafter\let\expandafter\cf@result@numer\csname numer@1\endcsname
+ \expandafter\let\expandafter\cf@result@denom\csname denom@1\endcsname
+ }%
+ \if@inparen\expandafter\cf@execfirst\else\expandafter\cf@execsecond\fi
+ {%
+ \expandafter
+ \endgroup
+ \expanded{%
+ \def\noexpand\cf@paren@sign{\cf@result@sign}%
+ \def\noexpand\cf@paren@numer{\cf@result@numer}%
+ \def\noexpand\cf@paren@denom{\cf@result@denom}%
+ }%
+ \edef\cf@current@sign{\cf@current@sign\cf@paren@sign}%
+ \expandafter\cf@read@int\expanded{\cf@paren@numer\if*\cf@current@op/\else*\fi\cf@paren@denom}%
+ }
+ {%
+ \expandafter\cfdisp\expanded{{\cf@result@sign}{\cf@result@numer}{\cf@result@denom}}%
+ }%
+}
+\def\cfdisp#1#2#3{%
+ \ifmmode\expandafter\cf@execfirst\else\expandafter\cf@execsecond\fi
+ {\cf@execarg}
+ {\cf@matharg}
+ {\ifnum#11=-1 -\fi
+ {\ifnum#3=1
+ #2%
+ \else
+ #2\over#3%
+ \fi
+ }%
+ }%
+}
+\catcode`\@12
+\endinput
+
+VERSIONS :
+v0.1 : version initiale \ No newline at end of file
diff --git a/macros/latex/contrib/business-research/doc/sample.tex.bak b/macros/latex/contrib/business-research/doc/sample.tex.bak
deleted file mode 100644
index 822ff0e7e8..0000000000
--- a/macros/latex/contrib/business-research/doc/sample.tex.bak
+++ /dev/null
@@ -1,828 +0,0 @@
-\documentclass{article}
-\usepackage{bur,calc,graphicx,multicol,shortvrb}
-\usepackage[lowtilde]{url}
-\usepackage[colorlinks=true,linkcolor=black,urlcolor=black,citecolor=BuRblue,breaklinks=true]{hyperref}
-\usepackage[table]{xcolor}
-\usepackage{tikz,dcolumn}
-\urlstyle{rm}
-\MakeShortVerb{|}
-\Volume{1}
-\Issue{1}
-\Month{May}
-\Year{08}
-
-\newtheorem{definition}{Definition}
-\newtheorem{lemma}{Lemma}
-
-
-\begin{document}
-
-\title{Please Place your Title Here:\newline
- Insert Line Breaks to Make it Look Nice}
-
-
-
-
-\author{%
-Author Name, \inst{Institute}, E-mail:
-\and
-Further Author Name, \inst{Further institute}, Further E-mail:
-}
-
-\begin{abstract}
- Place a short summary of the contents of your contribution here.
-\end{abstract}
-
-\keywords{Please enter some keywords here.}
-
-\maketitle
-
-
- The text of your contribution starts here.
-
-\section{Headings}
-
-
- Three levels of headings are supported. Please use |\section|, |\subsection| and |\subsubsection|.
-
-\subsection{Heading level 2}
-
- This is an example of a |\subsection|.
-
-
-
-\subsubsection{Heading level 3} (|\subsubsection|) will look like this.
-
-
- References may be cited using the |\cite| command as described, e.g., in \cite{mittelbach2005}. For more information about the layout of citations see subsection~\ref{citations}.
-
-
-\section{Figures and Tables}
-
- Below you will find examples of tables. Please note and follow the special
- markup to achieve the desired BuR layout. Some dummy text demonstrates the
- usage of figures and tables.
-
-For tables use the |\tabularx| environment. Additionally available columntypes are described in Table~\ref{tab:1}.
-
-
-\begin{table}[htb!]
-\small
-\caption{Additional columntypes}\label{tab:1}
-\noindent\begin{tabularx}{\columnwidth}{lL}
-% use \normalsize and \textbf to highlight the table head
- \normalsize\textbf{Type}&
- \normalsize\textbf{Description}\\[0.5mm]\bhline
- \rowcolor[gray]{0.9}
- |C|
- &centered X column\\\hline
- |L|
- &raggedright X column\\\hline
- \rowcolor[gray]{0.9}
- |R|
- &raggedleft X column\\\hline
- |d|
- & allows vertical alignment of dots in numbers as shown in Table~\ref{tab:2}.
-\end{tabularx}
-\end{table}
-
-\newcommand{\mc}[1]{
- \multicolumn{1}{c}{\normalsize\textbf{#1}}}
-
-\begin{table}[htb!]
-\rowcolors{1}{}{gray!0.9}
-\small
-\caption{Insert your caption here}\label{tab:2}
-\noindent\begin{tabularx}{\columnwidth}{LCdX}
-% use \normalsize and \textbf to highlight the table head
- \normalsize\textbf{magnim}&
- \normalsize\textbf{elit}&
- \mc{volortie}&% \\[0.5mm]\bhline at the last line of the table head
-% is important to get the correct layout
- \normalsize\textbf{utat}\\[0.5mm]
-% use rowcolor[gray]{0.9} to achieve alternating background colour of the table rows
- \rowcolor[gray]{0.9}
- tem &lor &-48.345 &$\hphantom{0}12$\\\hline
- ullut &sim &-98.12 &$\hphantom{0}43$\\\hline
- \rowcolor[gray]{0.9}
- lortin &corper &-265.124 &$\hphantom{0}29$\\\hline
- del &dolorpe &-50.0 &$122$\\\hline
- \rowcolor[gray]{0.9}
- tem &\multicolumn{3}{>{\columncolor[gray]{0.9}}c}{some text some text}\\\hline
- lortin &corper &-265.0 &$\hphantom{0}29$\\\hline
- \rowcolor[gray]{0.9}
- lortin &corper &-265.0 &$\hphantom{0}29$\\\hline
- del &dolorpe &50.12 &$122$
-\end{tabularx}
-\legend{Add further comments to the table here\hfill\break
- Source: or a source line}
-\end{table}
-
-
-
-The background of table rows appears in white and gray by turns. To merge columns with gray background use
-
-\small
-\begin{verbatim}
-\multicolumn{3}{%
- >{\columncolor[gray]{0.9}}columntype}
- {some text}
-\end{verbatim}
-\normalsize
-
-as shown in row 5 in Table~\ref{tab:2}.
-
-Wide tables are set in a |\table*| environment which is shown in Table~\ref{tab:3}.
-
-
-
-
-
-% sample of two-column table
-\begin{table*}[t!]
-% you can use this definition inside tables to align numbers
-\def~{\hphantom{0}}
-\caption{Please insert your caption here}\label{tab:3} \small
-% please use tabularx to gain tabulars that extend over column or text width, respectively
-% note the X columns of tabularx
-\noindent\begin{tabularx}{\textwidth}{XXXXXXXXX}
-% use \normalsize and \textbf to highlight the table head
-\normalsize\textbf{magnim}
- &\normalsize\textbf{elit}
- &\normalsize\textbf{volortie}
- &\normalsize\textbf{utat}
- &\normalsize\textbf{magnim}
- &\normalsize\textbf{elit}
- &\normalsize\textbf{volortie}
- &\normalsize\textbf{utat}
- &\normalsize\textbf{eppet}\\[0.5mm]\bhline
-% use rowcolor[gray]{0.9} to achieve alternating background colour of the table rows
- \rowcolor[gray]{0.9}
- tem &lor &$~{-}48$ &$~12$ &tem &lor &$~{-}48$ &$~12$ &$~12$\\\hline
- ullut &sim &$~{-}98$ &$~43$ &ullut &sim &$~{-}98$ &$~43$ &$~43$\\\hline
- \rowcolor[gray]{0.9}
- lortin &corper & $-265$ &$~29$ &lortin &corper &$ -265$ &$~29$ &$~29$\\\hline
- del &dolorpe&$~{-}50$ &$122$ &del &dolorpe &$~{-}50$ &$122$ &$122$\\\hline
- \rowcolor[gray]{0.9}
- tem &lor &$~{-}48$ &$~12$ &tem &lor &$~{-}48$ &$~12$ &$~12$\\\hline
- ullut &sim &$~{-}98$ &$~43$ &ullut &sim &$~{-}98$ &$~43$ &$~43$\\\hline
- \rowcolor[gray]{0.9}
- lortin &corper & $-265$ &$~29$ &lortin &corper &$~{-}265$ &$~29$ &$~29$\\\hline
- del &dolorpe&$~{-}50$ &$122$ &del &dolorpe &$~{-}50$ &$122$ &$122$
-\end{tabularx}
-\legend{Add additional text corresponding to your table here.}
-\end{table*}
-
-
-Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
- eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
- voluptua.
-\cite{loeffler1996a}
-Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
- eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
- voluptua.
-
-Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
- eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
- voluptua.
-
-\begin{figure}[b!]
-\caption{Place your caption here}
-\begin{tikzpicture}[scale=2.5,domain=0.0:1,font=\rm]
- %\draw[very thin,color=gray] (-0.1,-1.1) grid (3.9,3.9);
-
-\foreach \x/\xtext in {0.2, 0.4, 0.6, 0.8, 1.0}
- \draw[xscale=2,shift={(\x,0)}] (0pt,1pt) -- (0pt,-1pt) node[below] {$\xtext$};
-
- \foreach \y/\ytext in {-0.5/-5,0.5/5,1/10}
- \draw[yscale=1, shift={(0,\y)}] (1pt,0pt) -- (-1pt,0pt) node[left] {$\ytext$};
-
-
- \draw[->] (-0.2,0) -- (2.2,0) node[right] {$\tau$};
- \draw[->,yscale=1] (0,-0.6) -- (0,1.1) node[above] {$NPV / NPV^\tau$};
- \draw[color=black,xscale=2, yscale=1] plot[id=taxparadox3,smooth,samples=100] function{-300+(105)/1.1+(115)/(1.1)**2+145/(1.1)**3} node[right] {$NPV$};
- \draw[color=black,xscale=2, yscale=1] plot[id=taxparadox4,smooth,samples=100] function{-300+(105-x*(105-100))/(1+0.1*(1-x))+(115-x*(115-100))/(1+0.1*(1-x))**2+(145-x*(145-100))/(1+0.1*(1-x))**3} node[above] {$NPV^\tau$};
-\end{tikzpicture}
-\legend{Add additional text corresponding to your figure here.}
-\end{figure}
-
-
-
-Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
- eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
- voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
- eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
- voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
- eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
- voluptua.
-\begin{figure}
- \heading{Video 1: Presentation of my First BuR Contribution}
-\begin{tabularx}{\columnwidth}{|@{}C@{}|}
-\hline
-\includegraphics[width=\columnwidth-2pt]{Video-Sample.pdf} \\
-\hline
-\end{tabularx}
- \legend{Figure environments may be misused to place other objects with heading and/or caption}
-\end{figure}
-
-
-Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
- eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
- voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
- eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
- voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
- eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
- voluptua.
-
-\begin{table}[b]
-\small
-\caption{For some tables alternating line colours are not appropriate}
-% please use tabularx to gain tabulars that extend over column or text width, respectively
-% note the X columns of tabularx
-\noindent\begin{tabularx}{\columnwidth}{XcXXX}
-% use \normalsize and \textbf to highlight the table head
- \normalsize\textbf{magnim}&&
- \normalsize\textbf{elit}&
- \normalsize\textbf{volortie}&% \\[0.5mm]\bhline at the last line of the table head
-% is important to get the correct layout
- \normalsize\textbf{utat}\\[0.5mm]\bhline
- tem &&lor &$\hphantom{0}{-}48$ &$\hphantom{0}12$\\\hline
- &&sim &$\hphantom{0}{-}98$ &$\hphantom{0}43$\\
- lortin &$\smash{\left\{\vrule width0pt height6.5mm depth3.5mm\right.}$
- &corper &$-265$ &$\hphantom{0}29$\\
- &&dolorpe &$\hphantom{0}{-}50$ &$122$\\\hline
- tem &&lor &$\hphantom{0}{-}48$ &$\hphantom{0}12$\\\hline
- ullut &&sim &$\hphantom{0}{-}98$ &$\hphantom{0}43$\\
- lortin &\smash{\raise2mm\hbox{$\left\{\vrule width0pt height4mm depth2mm\right.$}}
- &corper &$-265$ &$\hphantom{0}29$\\\hline
- del &&dolorpe &$\hphantom{0}{-}50$ &$122$
-\end{tabularx}
-\legend{Add further comments to the table here\hfill\break
- Source: or a source line}
-\end{table}
-
-Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
- eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
- voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
- eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
- voluptua.
-
-\section{Math}
-
-Business Research appears in twocolumn mode. This fact might sometimes lead to a challenging task when typesetting formulas. To provide a little more space for your formulas you might adjust the horizontal space between the formula label and the formula itself. Use in your preamble e.g.
-
-\begin{equation}
-E = m \times c^2
-\end{equation}
-
-
-
-\bigskip
-\verb+\setlength{\mathindent}{3pt}+
-\bigskip
-\setlength{\mathindent}{3pt}
-
-for that adjustment.
-
-\begin{equation}
-E = m \times c^2
-\end{equation}
-
-
-
-
-
-
-\section{Theorems}
-
-Use the \texttt{theorem} environment for definitions, lemmas, hypothesis etc. To create individual desired theorems e.g. ``Definition'' use
-
-\bigskip
-\verb+\newtheorem{definition}{Definition}+
-\bigskip
-
-in your preamble. The theoremstyle \texttt{bur} then leads to the following result
-
-
-\begin{definition}[Lorem ipsum dolor sit amet]
-Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
- eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
- voluptua.
-\end{definition}
-
-\bigskip
-\begin{verbatim}
-\begin{definition}[Lorem ipsum ...]
-Lorem ipsum dolor sit ...
-\end{definition}
-\end{verbatim}
-\bigskip
-
-Theorems are labeled and have an optional item in round brackets. The content of the theorem appears in italics.
-
-
-\section{Citation style and bibliography style (with BiB\TeX)}
-
-The following specifications have to be used for citations or the bibliography, respectively. In case of the citation layout, the examples are followed by the BiB\TeX\xspace syntax for BiB\TeX\xspace users. The bibliography entries are described in appendix~\ref{bib}.
-
-
-
-The \texttt{bur.bst} file as the style file for the biblio\-graphy works fine. No adjustments of the \texttt{.bbl}-file are necessary. If you don't use BiB\TeX\xspace please be sure to provide your contribution with the specified layout. Note that because of the usage of the \texttt{natbib}-package the commands \verb+\cite+ and \verb+\citet+ lead to the same result.
-
-
-\subsection{Citation style}\label{citations}
-
-References have to be cited by the author-year system. All hints and comments are embedded in the continuous text. Please do not use footnotes for citations. The following examples illustrate the desired style for citations:
-
-\begin{enumerate}
-\item If citations are enclosed in round brackets, the corresponding year is not enclosed by round brackets additionally; page reference is located after the year followed by a colon:
-
-Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam (\citealp[349]{schanz2011}).
-
- Syntax: \verb+(\citealp[349]{schanz2011})+
-
-
-\item In case of more than one source, the sources are separated by a semicolon:
-
-Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam (\citealp{bottazzi1998}; \citealp{fehr2003}).
-
-Syntax:
-
-\verb+(\citealp{bottazzi1998};+
-
-\verb+\citealp{fehr2003})+
-
-
-
-
-\item A little more work is caused by more than one source plus page references:
-
-Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam (\citealp*[201-203]{bottazzi1998}; \citealp*[309 et seq.]{fehr2003}).
-
-Syntax:
-
-\verb+(\citealp*[201-203]{bottazzi1998};+
-\verb+\citealp*[309 et seq.]{fehr2003}) +
-
-
-
-\item If the source is embedded in the continuous text and not displayed in round brackets at the end of sentence use the following style
-
-Lorem ipsum \citet{abdulkader2006} dolor sit amet, consetetur sadipscing elitr, sed diam.
-
-Syntax: \verb+\citet{abdulkader2006}+
-
-or
-
-Lorem ipsum \citet[1701]{abdulkader2006} dolor sit amet, consetetur sadipscing elitr, sed diam.
-
-Syntax: \verb+\citet[1701]{abdulkader2006}+
-
-when page references are applied.
-
-\item References with the same author but different years are cited as follows:
-
-Lorem ipsum \citet{albers1996,albers2000} dolor sit amet, consetetur sadipscing elitr, sed diam.
-
-Syntax: \verb+\citet{albers1996,albers2000}+
-
-Lorem ipsum \citeauthor{albers1996} \citeblue{(}\citeyear{albers1996}, \citeyear{albers2000}, and \citeyear{albers2009}\citeblue{)} dolor sit amet, consetetur sadipscing elitr, sed diam.
-
-Syntax:
-
-\begin{verbatim}
-\citeauthor{albers1996}
-\citeblue{(}\citeyear{albers1996},
-\citeyear{albers2000}, and
-\citeyear{albers2009}\citeblue{)}
-\end{verbatim}
-
-
-\end{enumerate}
-
-
-\subsection{Bibliography style}
-
-The reference list should ideally be sorted in alphabetical order. References are provided without any indentation. The following description includes the most common types of references. Journal names are not abbreviated.
-
-All words of a title have a leading capital letter except for articles (a, an, the), conjunctions and prepositions of up to four letters
-(e.g. on, of, at, to, by, and, or, but, from, with).
-
-The references are sorted by the last names of the authors whereas e.g. ``von'' is not considered as a part of the last name, ''von Krogh'' comes before ``Sureth''. The articles as for example ``van'' ``della'' are part of the last name. That means that ``Sureth'' comes before ``Van Gogh''. To get the right sorting order please use \verb+author={Van Gogh, Vincent}+ or \verb+author={Vincent {Van Gogh}+ in your \verb+.bib+-Database.
-
-
-
-\begin{enumerate}
-
-\item \textbf{Monographs}
-
-%(first edition is not mentioned, there is a comma followed by ``and'' before the last author if there are more than two authors)
-
-\cite{kruschwitz2007}
-
-Kruschwitz, Lutz (2007): \textit{Investitions\-rechnung}, 11th ed., Oldenbourg Verlag: München.
-
-
-\cite{schanz2011}
-
-Schanz, Deborah and Sebastian Schanz (2011): \textit{Business Taxation and Financial Decisions}, Springer: Heidelberg.
-
-
-\cite{mittelbach2004}
-
-Mittelbach, Frank, Michel Goossens, Johannes Braams, David Carlisle, and Chris Rowley (2004): \textit{The LaTeX Companion. Addison-Wesley Series on Tools and Techniques for Computer T}, 2nd ed., Addison-Wesley Professional: München.
-
-
-\cite{cowley2008}
-
-Cowley, Nick, Carlos Gutiérrez, Juhani Kesti and Mei-June Soo (eds.) (2008): \textit{Global Corporate Tax Handbook 2008}, International Bureau of Fiscal Documentation: Amsterdam.
-
-
-
-
-
-
-
-
-\item \textbf{Journals}
-
-\cite{loeffler1996b}
-
-Andreas Löffler (1996b): Variance Aversion Implies $\mu$-$\sigma^2$-Criterion, \textit{Journal of Economic Theory}, 69 (3): 532-539.
-
-
-\cite{niemann2005}
-
-Niemann, Rainer and Caren Sureth (2005): Capital Budgeting with Taxes under Uncertainty and Irreversibility, \textit{Journal of Economics and Statistics}, 225: 77-95.
-
-
-
-
-
-\cite{krogh1996}
-
-Krogh, Georg von and Johan Roos (1996): A Tale of the Unfinished, \textit{Strategie Management Journal}, 19 (9): 729-737.
-
-
-
-\cite{arnold2011}
-
-Arnold, Markus C. and Robert M. Gillenkirch (2001): Centralization Versus Delgation in an Experimental Capital Budgeting Setting, \textit{Business Research}, 4 (1): 10-30, \url{http://www.business-research.org/2011/1/accounting/2975/arnold-gillenkirch-centralization.pdf} (Access date: 2011-11-08).
-
-
-
-
-\item \textbf{Incollections} (notice, name and surname of the first editor are not reversed)
-
-\cite{fehr2003}
-
-Fehr, Hans and Wolfgang Wiegard (2003): ACE for Germany? Fighting for a Better Tax System, in: Michael Ahlheim, Heinz-Dieter Wenzel, and Wolfgang Wiegard (eds.): \textit{Steuerpolitik \endash\xspace Von der Theorie zur Praxis: Festschrift für Manfred Rose}, Springer Verlag: Berlin et al., 297-324.
-
-\cite{offermanns2006}
-
-Offermanns, René (2006): Belgium, in: Juhani Kesti (ed.), \textit{European Tax Handbook 2006}, International Bureau of Fiscal Documentation: Amsterdam, 63-82.
-
-
-
-\item \textbf{Inproceedings}
-
-\cite{matta2005}
-
-Matta, Andrea and Robert Chefson (2005): Formal Properties of Closed Flow Lines with Limited Buffer Capacities and Random Processing Times, in: J. Manuel Felix-Teixera and A. E. Carvalho Brito (eds.): \textit{The 2005 European Simulation and Modelling Conference}, Porto, 190-198.
-
-
-
-
-
-
-\item \textbf{Unpublished} (e.g. working paper, unpublished master thesis or internet resources)
-
-\cite{hundsdoerfer2011}
-
-Hundsdoerfer, Jochen, Christian Sielaff, Kay Blaufus,
-Dirk Kiesewetter, and Joachim Weimann (2011): The Influence of Tax Labeling and Tax Earmarking on the Willingness to Contribute \endash\xspace A Conjoint Analysis, Working Paper, arqus, \url{http://www.arqus.info/mobile/paper/arqus_121.pdf} (Access date: 2011-09-28).
-
-
-\cite{brown2000}
-
-Brown, Lawrence D. (2000): I/B/E/S Research Bibliography, 6th ed., http:// www2.gsu.edu/\url{~}wwwaceFaculty/lbrown/Bibli ography.pdf (Access date: 2011-02-15).
-
-
-
-\cite{overesch2006}
-
-Overesch, Michael and Georg Wamser (2006): German Inbound Investment, Corporate Tax Planning, and Thin Capitalization Rules \endash\xspace a Difference-in-Difference Approach, Working Paper, Zentrum für Europäische Wirtschaftsforschung, \url{http://papers.ssrn.com/sol3/papers.cfm?abstract_id=945327} (Access date: 2011-11-18).
-
-
-\cite{mintz2005}
-
-Mintz, Jack and Alfons J. Weichenrieder (2005): Taxation and the Financial Structure of German Outbound FDI, Working Paper, CESifo, \url{http://papers.ssrn.com/sol3/papers.cfm?abstract_id=875306##} (Access date: 2011-11-18).
-
-
-\cite{arnold2009}
-
-Arnold, Markus C. and Dominik Schreiber (2009): Audits, Reputation,
-and Repeated Interaction in a Capital Budgeting Setting, Working Paper, SSRN, \url{http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1935469} (Access date: 2011-11-18).
-
-
-
-
-
-\end{enumerate}
-
-\section{Technical hints for the bibliography}
-
-If you apply BiB\TeX\xspace the reference section is produced by
-
-\begin{verbatim}
-\bibliographystyle{bur}
-\bibliography{bur}
-\end{verbatim}
-
-To run BiB\TeX\xspace properly, you have to provide a database that includes the cited references. Here the name of the bib-file has to be \texttt{bur.bib}.
-
-When not using BiB\TeX\xspace use the following syntax for the reference section
-
-\begin{verbatim}
-\begin{thebibliography}{}
-\item{Reference 1}
-\item{Reference 2}
-\end{thebibliography}
-\end{verbatim}
-
-In this case no separate database is needed. However, be sure that just the cited literature is included in the reference section.
-
-%\cite{loeffler1996b}
-
-%\citet*{bottazzi1998}
-
-%\citet*{abdulkader2006}
-
-%\citet*{beatty1986}
-
-%\citet*{belsley1980}
-
-%\citet*{botosan1997}
-
-%\citet*{bradshaw2003}
-
-%\citet*{brennan1970}
-
-%\citet*{brown2000}
-
-%\citet*{helber1999}
-
-%\citet*{hopp2000}
-
-%\citet*{matta2005}
-
-%\citet*{smith1999}
-
-
-%\citet*{fehr2003}
-
-%\cite{mittelbach2005}
-
-
-% Use the bibliography style for BuR
-\bibliographystyle{bur}
-% Use the bur.bib database to extract the references
-\bibliography{bur}
-
-
-\section*{Biographies}
-
-\textbf{Alexandra Ma\ss baum} is doctoral student and research assistant at the Chair of
-Business Administration, esp. Business Taxation at the University of Paderborn. She received her diploma degree in Business Administration with specialization in accounting, taxation, auditing, and management accounting, as well as corporate and tax law from the University of Osnabrück.
-
-
-\medskip
-\textbf{Caren Sureth} is Professor and Chair of Business Administration, esp. Business Taxation since 2004 and also Head of the Center for Tax Research at the Unversity of Paderborn. She received her doctorate from the University of Bielefeld, where she also reached her habilitation. She studied Business Administration, English, French, and Chinese and received her Diploma Degree at the University of Passau. Her main fields of research are the impact of taxation on entrepreneurial decisions, tax planning and taxation under uncertainty.
-
-
-
-
-\onecolumn
-
-\appendix
-
-\section{BiB\TeX\xspace entries}\label{bib}
-
-\begin{enumerate}
-\item \textbf{Monographs}
-
-\begin{verbatim}
-@BOOK{kruschwitz2007,
- author = {Lutz Kruschwitz},
- title = {Investitionsrechnung},
- publisher = {Oldenbourg Verlag},
- address = {München},
- edition = {11},
- year = {2007}
-}
-\end{verbatim}
-
-\begin{verbatim}
-@book{brown2000,
- author = {Brown, Lawrence D.},
- title = {I/B/E/S Research Bibliography},
- edition = {6th},
- year = {2000},
- note = {\url{http://www2.gsu.edu/~wwwaceFaculty/lbrown/Bibliography.pdf}
- (Access date: 2011-02-15)}
-}
-\end{verbatim}
-
-\begin{verbatim}
-@book{schanz2011,
- author = {Schanz, Deborah and Sebastian Schanz},
- title = {Business Taxation and Financial Decisions},
- publisher = {Springer Verlag},
- address = {Heidelberg},
- edition = {},
- year = {2011}
-}
-\end{verbatim}
-
-\begin{verbatim}
-@book{mittelbach2004,
- author = {Mittelbach, Frank and Michel Goossens and Johannes Braams
- and David Carlisle and Chris Rowley},
- title = {The LaTeX Companion. Addison-Wesley Series on Tools
- and Techniques for Computer T},
- publisher = {Addison-Wesley Professional},
- address = {München},
- edition = {2},
- year = {2004}
-}
-\end{verbatim}
-
-\begin{verbatim}
-@book{cowley2008,
- editor={Cowley, Nick and Carlos Gutiérrez and Juhani Kesti and Mei-June Soo},
- title={Global Corporate Tax Handbook 2008},
- publisher={International Bureau of Fiscal Documentation},
- address = {Amsterdam},
- edition={},
- year={2008}
-}
-\end{verbatim}
-
-\item \textbf{Journals}
-
-
-\begin{verbatim}
-@article{loeffler1996b,
- author = {Löffler, Andreas},
- title = {Variance Aversion Implies $\mu$-$\sigma^2$-Criterion},
- journal = {Journal of Economic Theory},
- volume = {69},
- number = {3},
- year = {1996},
- pages = {532-539}
-}
-\end{verbatim}
-
-\begin{verbatim}
-@article{niemann2005,
- author={Niemann, Rainer and Caren Sureth},
- title={Capital Budgeting with Taxes under Uncertainty and Irreversibility},
- journal={Journal of Economics and Statistics},
- volume={225},
- number = {},
- year={2005},
- pages={77-95}
-}
-\end{verbatim}
-
-
-\begin{verbatim}
-@article{krogh1996,
- author = {Krogh, Georg von and Johan Roos},
- title = {A Tale of the Unfinished},
- journal = {Strategie Management Journal},
- volume = {19},
- number = {9},
- year = {1996},
- pages = {729-737}
-}
-\end{verbatim}
-
-\begin{verbatim}
-@Article{arnold2011,
- author = {Arnold, Markus C. and Robert M. Gillenkirch},
- title = {Centralization Versus Delgation in an Experimental Capital Budgeting Setting},
- pages = {10-30},
- year = {2011},
- journal = {Business Research},
- volume = {4},
- number = {1},
- note = {\url{http://www.business-research.org/2011/1/accounting/2975/
- arnold-gillenkirch-centralization.pdf} (Access date: 2011-11-08)}
-}
-
-\end{verbatim}
-
-
-
-
-\item \textbf{Incollections}
-
-\begin{verbatim}
-@incollection{fehr2003,
- author = {Hans Fehr and Wolfgang Wiegard},
- title = {ACE for Germany? Fighting for a Better Tax System},
- year = {2003},
- pages = {297-324},
- editor = {Michael Ahlheim and Heinz-Dieter Wenzel and Wolfgang Wiegard},
- booktitle = {Steuerpolitik \endash\xspace Von der Theorie zur Praxis:
- Festschrift für Manfred Rose},
- publisher = {Springer},
- address = {Berlin et al.}
-}
-\end{verbatim}
-
-\begin{verbatim}
-@incollection{offermanns2006,
- author = {René Offermanns},
- title = {Belgium},
- year = {2006},
- pages = {63-82},
- editor = {Juhani Kesti},
- booktitle = {European Tax Handbook 2006},
- publisher = {International Bureau of Fiscal Documentation},
- address = {Amsterdam}
-}
-\end{verbatim}
-
-\item \textbf{Inproceedings}
-
-\begin{verbatim}
-@inproceedings{matta2005,
- author = {Matta, Andrea and Robert Chefson},
- title = {Formal Properties of Closed Flow Lines with Limited Buffer
- Capacities and Random Processing Times},
- year = {2005},
- pages = {190-198},
- editor = {Felix-Teixera, J. Manuel and A. E. Carvalho Brito},
- booktitle = {The 2005 European Simulation and Modelling Conference},
- address = {Porto}
-}
-\end{verbatim}
-
-
-\item \textbf{Unpublished}
-
-\begin{verbatim}
-@unpublished{hundsdoerfer2011,
- author = {Hundsdoerfer, Jochen and Christian Sielaff and Kay Blaufus
- and Dirk Kiesewetter and Joachim Weimann},
- title = {The Influence of Tax Labeling and Tax Earmarking on the
- Willingness to Contribute \endash\xspace A Conjoint Analysis},
- note = {Working Paper, arqus, \url{http://www.arqus.info/mobile/
- paper/arqus_121.pdf} (Access date: 2011-09-28)},
- year = {2011}
-}
-\end{verbatim}
-
-\begin{verbatim}
-@unpublished{overesch2006,
- author = {Overesch, Michael and Georg Wamser},
- title = {German Inbound Investment, Corporate Tax Planning, and Thin
- Capitalization Rules \endash\xspace a Difference-in-Difference
- Approach},
- note = {Working Paper, Zentrum für Europäische Wirtschaftsforschung,
- \url{http://papers.ssrn.com/sol3/papers.cfm?abstract_id=945327}
- (Access date: 2011-11-18)},
- year = {2011}
-}
-\end{verbatim}
-
-\begin{verbatim}
-@unpublished{mintz2005,
- author = {Mintz, Jack and Alfons J. Weichenrieder},
- title = {Taxation and the Financial Structure of German Outbound FDI},
- note = {Working Paper, CESifo, \url{http://papers.ssrn.com/sol3/
- papers.cfm?abstract_id=875306##} (Access date: 2011-11-18)},
- year = {2011}
-}
-\end{verbatim}
-
-
-\begin{verbatim}
-@unpublished{arnold2005,
- author = {Arnold, Markus C. and Dominik Schreiber},
- title = {Audits, Reputation, and Repeated Interaction in a Capital
- Budgeting Setting},
- note = {Working Paper, SSRN, \url{http://papers.ssrn.com/sol3/
- papers.cfm?abstract_id=1935469} (Access date: 2011-11-18)},
- year = {2005}
-}
-\end{verbatim}
-
-
-
-\end{enumerate}
-
-
-\end{document}
diff --git a/macros/latex/contrib/statrep/doc/images/Thumbs.db b/macros/latex/contrib/statrep/doc/images/Thumbs.db
deleted file mode 100644
index feb1fb04eb..0000000000
--- a/macros/latex/contrib/statrep/doc/images/Thumbs.db
+++ /dev/null
Binary files differ
diff --git a/macros/latex/contrib/tagpdf/README.md b/macros/latex/contrib/tagpdf/README.md
index 961b6e2161..b5a8a983e0 100644
--- a/macros/latex/contrib/tagpdf/README.md
+++ b/macros/latex/contrib/tagpdf/README.md
@@ -1,6 +1,6 @@
#tagpdf — A package to create tagged pdf
-Packageversion: 0.98l
-Packagedate: 2023/08/30
+Packageversion: 0.98m
+Packagedate: 2023/10/27
Author: Ulrike Fischer
## License
diff --git a/macros/latex/contrib/tagpdf/ex-AF-file.pdf b/macros/latex/contrib/tagpdf/ex-AF-file.pdf
index 41e750a736..ad143617bb 100644
--- a/macros/latex/contrib/tagpdf/ex-AF-file.pdf
+++ b/macros/latex/contrib/tagpdf/ex-AF-file.pdf
@@ -1,11 +1,11 @@
%PDF-2.0
%ÌÕÁÔÅØÐÄÆ
23 0 obj
-<< /Subtype /application#2Fx-tex/Type /EmbeddedFile /Params<</ModDate (D:20230830231109+02'00') /Size 151 /CheckSum (BADAD63AAC8953B42877D379D71F03C9) >> /Length 151 >>
+<< /Subtype /application#2Fx-tex/Type /EmbeddedFile /Params<</ModDate (D:20231027154221+02'00') /Size 151 /CheckSum (ACA3C0F12F8F866B0433C4C044C411ED) >> /Length 151 >>
stream
%% LaTeX2e file `example-input-file.tex'
%% generated by the `filecontents' environment
-%% from source `ex-AF-file' on 2023/08/30.
+%% from source `ex-AF-file' on 2023/10/27.
%%
Additional info!
@@ -15,7 +15,7 @@ endobj
<< /Type /Filespec /AFRelationship /Unspecified /F <FEFF006500780061006D0070006C0065002D0069006E007000750074002D00660069006C0065002E007400650078> /UF <FEFF006500780061006D0070006C0065002D0069006E007000750074002D00660069006C0065002E007400650078> /EF<</F 23 0 R/UF 23 0 R>> >>
endobj
26 0 obj
-<< /Subtype /text#2Fplain/Type /EmbeddedFile /Params<</ModDate (D:20230830) >> /Length 19 >>
+<< /Subtype /text#2Fplain/Type /EmbeddedFile /Params<</ModDate (D:20231027) >> /Length 19 >>
stream
Bär with teh shirt
endstream
@@ -24,7 +24,7 @@ endobj
<< /Type /Filespec /AFRelationship /Supplement /F <FEFF007400610067002D0041004600660069006C00650031002E007400780074> /UF <FEFF007400610067002D0041004600660069006C00650031002E007400780074> /EF<</F 26 0 R/UF 26 0 R>> >>
endobj
29 0 obj
-<< /Subtype /text#2Fplain/Type /EmbeddedFile /Params<</ModDate (D:20230830) >> /Length 4 >>
+<< /Subtype /text#2Fplain/Type /EmbeddedFile /Params<</ModDate (D:20231027) >> /Length 4 >>
stream
Duck
endstream
@@ -242,17 +242,17 @@ stream
</dc:language>
<dc:date>
<rdf:Seq>
- <rdf:li>2023-08-30T23:11:25+02:00</rdf:li>
+ <rdf:li>2023-10-27T15:42:44+02:00</rdf:li>
</rdf:Seq>
</dc:date>
<dc:format>application/pdf</dc:format>
<dc:source>ex-AF-file.tex</dc:source>
<xmp:CreatorTool>LaTeX</xmp:CreatorTool>
- <xmp:CreateDate>2023-08-30T23:11:25+02:00</xmp:CreateDate>
- <xmp:ModifyDate>2023-08-30T23:11:25+02:00</xmp:ModifyDate>
- <xmp:MetadataDate>2023-08-30T23:11:25+02:00</xmp:MetadataDate>
+ <xmp:CreateDate>2023-10-27T15:42:44+02:00</xmp:CreateDate>
+ <xmp:ModifyDate>2023-10-27T15:42:44+02:00</xmp:ModifyDate>
+ <xmp:MetadataDate>2023-10-27T15:42:44+02:00</xmp:MetadataDate>
<xmpMM:DocumentID>uuid:38d5a844-2217-4081-87cc-b2129dc357a6</xmpMM:DocumentID>
- <xmpMM:InstanceID>uuid:4d6334e8-8cfa-44b2-8ddf-e31f3ddae4d9</xmpMM:InstanceID>
+ <xmpMM:InstanceID>uuid:396e9fee-5777-4b30-8277-a876d4a46909</xmpMM:InstanceID>
<prism:complianceProfile>three</prism:complianceProfile>
<prism:pageCount>1</prism:pageCount>
</rdf:Description>
@@ -332,7 +332,7 @@ endobj
<< /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >>
endobj
15 0 obj
-<< /title [/Title 10 0 R] /part [/Title 10 0 R] /section [/H1 10 0 R] /subsection [/H2 10 0 R] /subsubsection [/H3 10 0 R] /paragraph [/H4 10 0 R] /subparagraph [/H5 10 0 R] /list [/L 10 0 R] /itemize [/L 10 0 R] /enumerate [/L 10 0 R] /description [/L 10 0 R] /quote [/BlockQuote 8 0 R] /quotation [/BlockQuote 8 0 R] /verbatim [/Div 10 0 R] /item [/LI 10 0 R] /itemlabel [/Lbl 10 0 R] /itembody [/LBody 10 0 R] /footnote [/FENote 10 0 R] /footnotemark [/Lbl 10 0 R] /footnotelabel [/Lbl 10 0 R] /text-unit [/Part 10 0 R] /text [/P 10 0 R] >>
+<< /title [/Title 10 0 R] /part [/Title 10 0 R] /section [/H1 10 0 R] /subsection [/H2 10 0 R] /subsubsection [/H3 10 0 R] /paragraph [/H4 10 0 R] /subparagraph [/H5 10 0 R] /list [/L 10 0 R] /itemize [/L 10 0 R] /enumerate [/L 10 0 R] /description [/L 10 0 R] /quote [/BlockQuote 8 0 R] /quotation [/BlockQuote 8 0 R] /verbatim [/P 10 0 R] /item [/LI 10 0 R] /itemlabel [/Lbl 10 0 R] /itembody [/LBody 10 0 R] /footnote [/FENote 10 0 R] /footnotemark [/Lbl 10 0 R] /footnotelabel [/Lbl 10 0 R] /text-unit [/Part 10 0 R] /text [/P 10 0 R] /theorem-like [/Sect 10 0 R] /codeline [/Sub 10 0 R] /float [/Aside 10 0 R] /figures [/Sect 10 0 R] /tables [/Sect 10 0 R] >>
endobj
14 0 obj
<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 15 0 R >>
@@ -350,7 +350,7 @@ endobj
<< /Type /Namespace /NS (https://www.latex-project.org/ns/inline/2022) /RoleMapNS 19 0 R >>
endobj
20 0 obj
-<< /Type /Namespace /NS (data:,CEF0968F-94E5-866F-7E1D-6C99EF80C88B) >>
+<< /Type /Namespace /NS (data:,EB2B3286-C2B1-7025-F961-1B8FEB3177B1) >>
endobj
7 0 obj
[ 8 0 R 10 0 R 12 0 R 14 0 R 16 0 R 18 0 R 20 0 R ]
@@ -452,7 +452,7 @@ endobj
<< /Type /Catalog /Pages 37 0 R /MarkInfo 38 0 R/Lang (de-DE)/Metadata 32 0 R/StructTreeRoot 5 0 R >>
endobj
47 0 obj
-<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20230830231125+02'00')/ModDate (D:20230830231125+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
+<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20231027154244+02'00')/ModDate (D:20231027154244+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
endobj
xref
0 48
@@ -461,51 +461,51 @@ xref
0000000003 00000 f
0000000004 00000 f
0000000009 00000 f
-0000016147 00000 n
+0000016268 00000 n
0000013795 00000 n
-0000015570 00000 n
+0000015691 00000 n
0000014006 00000 n
0000000011 00000 f
0000014074 00000 n
0000000013 00000 f
0000014144 00000 n
0000000021 00000 f
-0000014786 00000 n
+0000014907 00000 n
0000014225 00000 n
-0000015064 00000 n
-0000014893 00000 n
-0000015372 00000 n
-0000015171 00000 n
-0000015481 00000 n
+0000015185 00000 n
+0000015014 00000 n
+0000015493 00000 n
+0000015292 00000 n
+0000015602 00000 n
0000000000 00000 f
-0000015638 00000 n
+0000015759 00000 n
0000000020 00000 n
0000000382 00000 n
-0000015751 00000 n
+0000015872 00000 n
0000000673 00000 n
0000000828 00000 n
-0000015883 00000 n
+0000016004 00000 n
0000001062 00000 n
0000001202 00000 n
-0000016015 00000 n
+0000016136 00000 n
0000001436 00000 n
0000013649 00000 n
0000013514 00000 n
0000012908 00000 n
-0000019885 00000 n
-0000020239 00000 n
+0000020006 00000 n
+0000020360 00000 n
0000013759 00000 n
0000013852 00000 n
0000013969 00000 n
-0000016252 00000 n
-0000018701 00000 n
-0000016438 00000 n
-0000018922 00000 n
-0000020039 00000 n
-0000020301 00000 n
-0000020419 00000 n
+0000016373 00000 n
+0000018822 00000 n
+0000016559 00000 n
+0000019043 00000 n
+0000020160 00000 n
+0000020422 00000 n
+0000020540 00000 n
trailer
-<< /Size 48 /Root 46 0 R /Info 47 0 R /ID [ <89DE760DC5086CB2FFEDEFAA6BD2DA9B> <89DE760DC5086CB2FFEDEFAA6BD2DA9B> ] >>
+<< /Size 48 /Root 46 0 R /Info 47 0 R /ID [ <C14030CFEF82565EB5A7E1E51941FD64> <C14030CFEF82565EB5A7E1E51941FD64> ] >>
startxref
-20642
+20763
%%EOF
diff --git a/macros/latex/contrib/tagpdf/ex-alt-actualtext.pdf b/macros/latex/contrib/tagpdf/ex-alt-actualtext.pdf
index 2ff37d0b04..99066ad2a9 100644
--- a/macros/latex/contrib/tagpdf/ex-alt-actualtext.pdf
+++ b/macros/latex/contrib/tagpdf/ex-alt-actualtext.pdf
Binary files differ
diff --git a/macros/latex/contrib/tagpdf/ex-attribute.pdf b/macros/latex/contrib/tagpdf/ex-attribute.pdf
index 31963fef52..67a1a336a9 100644
--- a/macros/latex/contrib/tagpdf/ex-attribute.pdf
+++ b/macros/latex/contrib/tagpdf/ex-attribute.pdf
@@ -216,17 +216,17 @@ stream
</dc:language>
<dc:date>
<rdf:Seq>
- <rdf:li>2023-08-30T23:12:08+02:00</rdf:li>
+ <rdf:li>2023-10-27T15:43:46+02:00</rdf:li>
</rdf:Seq>
</dc:date>
<dc:format>application/pdf</dc:format>
<dc:source>ex-attribute.tex</dc:source>
<xmp:CreatorTool>LaTeX</xmp:CreatorTool>
- <xmp:CreateDate>2023-08-30T23:12:08+02:00</xmp:CreateDate>
- <xmp:ModifyDate>2023-08-30T23:12:08+02:00</xmp:ModifyDate>
- <xmp:MetadataDate>2023-08-30T23:12:08+02:00</xmp:MetadataDate>
+ <xmp:CreateDate>2023-10-27T15:43:46+02:00</xmp:CreateDate>
+ <xmp:ModifyDate>2023-10-27T15:43:46+02:00</xmp:ModifyDate>
+ <xmp:MetadataDate>2023-10-27T15:43:46+02:00</xmp:MetadataDate>
<xmpMM:DocumentID>uuid:7a9cf910-1c19-429a-8f24-339c62d8a57f</xmpMM:DocumentID>
- <xmpMM:InstanceID>uuid:d01ecca6-7bad-4daf-84dc-c57583be006a</xmpMM:InstanceID>
+ <xmpMM:InstanceID>uuid:2224d4af-56f8-40bb-8b90-ea889de2fd42</xmpMM:InstanceID>
<prism:complianceProfile>three</prism:complianceProfile>
<prism:pageCount>1</prism:pageCount>
</rdf:Description>
@@ -337,7 +337,7 @@ endobj
<< /Kids [28 0 R] >>
endobj
7 0 obj
-<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Div /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P >>
+<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >>
endobj
30 0 obj
<< /Lay-borderdotted << <</O /Layout /Borderstyle /Dotted >> >>
@@ -449,7 +449,7 @@ endobj
<< /Type /Catalog /Pages 26 0 R /MarkInfo 27 0 R/Lang (de_DE)/Metadata 21 0 R/StructTreeRoot 5 0 R >>
endobj
38 0 obj
-<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/Title (Title)/CreationDate (D:20230830231208+02'00')/ModDate (D:20230830231208+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
+<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/Title (Title)/CreationDate (D:20231027154346+02'00')/ModDate (D:20231027154346+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
endobj
xref
0 39
@@ -458,42 +458,42 @@ xref
0000000003 00000 f
0000000004 00000 f
0000000008 00000 f
-0000014888 00000 n
+0000014964 00000 n
0000012928 00000 n
0000013247 00000 n
0000000000 00000 f
-0000013876 00000 n
-0000013961 00000 n
-0000014053 00000 n
-0000014137 00000 n
-0000014227 00000 n
+0000013952 00000 n
+0000014037 00000 n
+0000014129 00000 n
+0000014213 00000 n
+0000014303 00000 n
0000000020 00000 n
0000000071 00000 n
-0000014356 00000 n
-0000014496 00000 n
-0000014580 00000 n
-0000014670 00000 n
-0000014779 00000 n
+0000014432 00000 n
+0000014572 00000 n
+0000014656 00000 n
+0000014746 00000 n
+0000014855 00000 n
0000000132 00000 n
0000012758 00000 n
0000012616 00000 n
0000011606 00000 n
-0000017228 00000 n
-0000017582 00000 n
+0000017304 00000 n
+0000017658 00000 n
0000012892 00000 n
0000012992 00000 n
0000013210 00000 n
-0000013750 00000 n
-0000015006 00000 n
-0000016184 00000 n
-0000015083 00000 n
-0000015157 00000 n
-0000016420 00000 n
-0000017382 00000 n
-0000017644 00000 n
-0000017762 00000 n
+0000013826 00000 n
+0000015082 00000 n
+0000016260 00000 n
+0000015159 00000 n
+0000015233 00000 n
+0000016496 00000 n
+0000017458 00000 n
+0000017720 00000 n
+0000017838 00000 n
trailer
-<< /Size 39 /Root 37 0 R /Info 38 0 R /ID [ <C0D9194F0F8325FEE262A9FEBD89B665> <C0D9194F0F8325FEE262A9FEBD89B665> ] >>
+<< /Size 39 /Root 37 0 R /Info 38 0 R /ID [ <D3968930357FEE397E019F4A160C2AE3> <D3968930357FEE397E019F4A160C2AE3> ] >>
startxref
-17999
+18075
%%EOF
diff --git a/macros/latex/contrib/tagpdf/ex-formula-problem.pdf b/macros/latex/contrib/tagpdf/ex-formula-problem.pdf
index 229ae70db3..cc1671d7f8 100644
--- a/macros/latex/contrib/tagpdf/ex-formula-problem.pdf
+++ b/macros/latex/contrib/tagpdf/ex-formula-problem.pdf
@@ -239,17 +239,17 @@ stream
</dc:language>
<dc:date>
<rdf:Seq>
- <rdf:li>2023-08-30T23:12:29+02:00</rdf:li>
+ <rdf:li>2023-10-27T15:44:17+02:00</rdf:li>
</rdf:Seq>
</dc:date>
<dc:format>application/pdf</dc:format>
<dc:source>ex-formula-problem.tex</dc:source>
<xmp:CreatorTool>LaTeX</xmp:CreatorTool>
- <xmp:CreateDate>2023-08-30T23:12:29+02:00</xmp:CreateDate>
- <xmp:ModifyDate>2023-08-30T23:12:29+02:00</xmp:ModifyDate>
- <xmp:MetadataDate>2023-08-30T23:12:29+02:00</xmp:MetadataDate>
+ <xmp:CreateDate>2023-10-27T15:44:17+02:00</xmp:CreateDate>
+ <xmp:ModifyDate>2023-10-27T15:44:17+02:00</xmp:ModifyDate>
+ <xmp:MetadataDate>2023-10-27T15:44:17+02:00</xmp:MetadataDate>
<xmpMM:DocumentID>uuid:8eb2ce1d-b2ec-440a-8bc2-73733eb3eeb0</xmpMM:DocumentID>
- <xmpMM:InstanceID>uuid:edd036c8-c70f-4410-8f43-8f745826598f</xmpMM:InstanceID>
+ <xmpMM:InstanceID>uuid:a3fd31b5-cd7b-4075-8f6d-1e64dd2b713b</xmpMM:InstanceID>
<prism:complianceProfile>three</prism:complianceProfile>
<prism:pageCount>2</prism:pageCount>
</rdf:Description>
@@ -315,7 +315,7 @@ endobj
<< /Kids [24 0 R] >>
endobj
7 0 obj
-<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Div /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P >>
+<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >>
endobj
9 0 obj
<< /Type /StructElem /S /Document /P 5 0 R /K [10 0 R 11 0 R 17 0 R 18 0 R] /ID (ID.01) >>
@@ -425,7 +425,7 @@ endobj
<< /Type /Catalog /Pages 16 0 R /MarkInfo 23 0 R/Lang (de-DE)/Metadata 19 0 R/StructTreeRoot 5 0 R >>
endobj
33 0 obj
-<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20230830231229+02'00')/ModDate (D:20230830231229+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
+<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20231027154417+02'00')/ModDate (D:20231027154417+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
endobj
xref
0 34
@@ -434,20 +434,20 @@ xref
0000000003 00000 f
0000000004 00000 f
0000000008 00000 f
-0000014303 00000 n
+0000014379 00000 n
0000012899 00000 n
0000013137 00000 n
0000000000 00000 f
-0000013640 00000 n
-0000013747 00000 n
-0000013853 00000 n
+0000013716 00000 n
+0000013823 00000 n
+0000013929 00000 n
0000000637 00000 n
0000000502 00000 n
0000000020 00000 n
-0000018387 00000 n
-0000018741 00000 n
-0000013965 00000 n
-0000014071 00000 n
+0000018463 00000 n
+0000018817 00000 n
+0000014041 00000 n
+0000014147 00000 n
0000000724 00000 n
0000012729 00000 n
0000012594 00000 n
@@ -455,16 +455,16 @@ xref
0000012863 00000 n
0000012969 00000 n
0000013100 00000 n
-0000014404 00000 n
-0000017160 00000 n
-0000014605 00000 n
+0000014480 00000 n
+0000017236 00000 n
0000014681 00000 n
-0000017396 00000 n
-0000018541 00000 n
-0000018810 00000 n
-0000018928 00000 n
+0000014757 00000 n
+0000017472 00000 n
+0000018617 00000 n
+0000018886 00000 n
+0000019004 00000 n
trailer
-<< /Size 34 /Root 32 0 R /Info 33 0 R /ID [ <C438D9F37967D5A1217C11DDDBD5EC00> <C438D9F37967D5A1217C11DDDBD5EC00> ] >>
+<< /Size 34 /Root 32 0 R /Info 33 0 R /ID [ <18CBACCFD23D931A034DDF17EC30B3A2> <18CBACCFD23D931A034DDF17EC30B3A2> ] >>
startxref
-19151
+19227
%%EOF
diff --git a/macros/latex/contrib/tagpdf/ex-list.pdf b/macros/latex/contrib/tagpdf/ex-list.pdf
index d5885d53b7..8b8c52809e 100644
--- a/macros/latex/contrib/tagpdf/ex-list.pdf
+++ b/macros/latex/contrib/tagpdf/ex-list.pdf
@@ -210,17 +210,17 @@ stream
</dc:language>
<dc:date>
<rdf:Seq>
- <rdf:li>2023-08-30T23:12:52+02:00</rdf:li>
+ <rdf:li>2023-10-27T15:44:48+02:00</rdf:li>
</rdf:Seq>
</dc:date>
<dc:format>application/pdf</dc:format>
<dc:source>ex-list.tex</dc:source>
<xmp:CreatorTool>LaTeX</xmp:CreatorTool>
- <xmp:CreateDate>2023-08-30T23:12:52+02:00</xmp:CreateDate>
- <xmp:ModifyDate>2023-08-30T23:12:52+02:00</xmp:ModifyDate>
- <xmp:MetadataDate>2023-08-30T23:12:52+02:00</xmp:MetadataDate>
+ <xmp:CreateDate>2023-10-27T15:44:48+02:00</xmp:CreateDate>
+ <xmp:ModifyDate>2023-10-27T15:44:48+02:00</xmp:ModifyDate>
+ <xmp:MetadataDate>2023-10-27T15:44:48+02:00</xmp:MetadataDate>
<xmpMM:DocumentID>uuid:4c749825-1de7-414c-879f-29e4d0bef66e</xmpMM:DocumentID>
- <xmpMM:InstanceID>uuid:4f234d81-ca31-480c-8267-5daf94e5542c</xmpMM:InstanceID>
+ <xmpMM:InstanceID>uuid:6465c816-cbd0-49f0-8f11-d7d38ccf3873</xmpMM:InstanceID>
<prism:complianceProfile>three</prism:complianceProfile>
<prism:pageCount>1</prism:pageCount>
</rdf:Description>
@@ -653,7 +653,7 @@ endobj
<< /Type /Catalog /Pages 54 0 R /MarkInfo 55 0 R/Lang (en-US)/Metadata 48 0 R/StructTreeRoot 5 0 R >>
endobj
72 0 obj
-<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20230830231252+02'00')/ModDate (D:20230830231252+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
+<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20231027154448+02'00')/ModDate (D:20231027154448+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
endobj
xref
0 73
@@ -731,7 +731,7 @@ xref
0000029592 00000 n
0000029710 00000 n
trailer
-<< /Size 73 /Root 71 0 R /Info 72 0 R /ID [ <019D2B53AF4CC011A02E911AD5A1AC04> <019D2B53AF4CC011A02E911AD5A1AC04> ] >>
+<< /Size 73 /Root 71 0 R /Info 72 0 R /ID [ <B2A7793657FCC57463973470FB017435> <B2A7793657FCC57463973470FB017435> ] >>
startxref
29933
%%EOF
diff --git a/macros/latex/contrib/tagpdf/ex-mc-manual-para-split-obsolete.pdf b/macros/latex/contrib/tagpdf/ex-mc-manual-para-split-obsolete.pdf
index f7777952e4..03d9baa245 100644
--- a/macros/latex/contrib/tagpdf/ex-mc-manual-para-split-obsolete.pdf
+++ b/macros/latex/contrib/tagpdf/ex-mc-manual-para-split-obsolete.pdf
@@ -243,17 +243,17 @@ stream
</dc:language>
<dc:date>
<rdf:Seq>
- <rdf:li>2023-08-30T23:13:12+02:00</rdf:li>
+ <rdf:li>2023-10-27T15:45:16+02:00</rdf:li>
</rdf:Seq>
</dc:date>
<dc:format>application/pdf</dc:format>
<dc:source>ex-mc-manual-para-split-obsolete.tex</dc:source>
<xmp:CreatorTool>LaTeX</xmp:CreatorTool>
- <xmp:CreateDate>2023-08-30T23:13:12+02:00</xmp:CreateDate>
- <xmp:ModifyDate>2023-08-30T23:13:12+02:00</xmp:ModifyDate>
- <xmp:MetadataDate>2023-08-30T23:13:12+02:00</xmp:MetadataDate>
+ <xmp:CreateDate>2023-10-27T15:45:16+02:00</xmp:CreateDate>
+ <xmp:ModifyDate>2023-10-27T15:45:16+02:00</xmp:ModifyDate>
+ <xmp:MetadataDate>2023-10-27T15:45:16+02:00</xmp:MetadataDate>
<xmpMM:DocumentID>uuid:c33d64b4-96ec-4e48-8f27-0b3edc831547</xmpMM:DocumentID>
- <xmpMM:InstanceID>uuid:2887128f-21c5-4c52-8669-a58e88f41682</xmpMM:InstanceID>
+ <xmpMM:InstanceID>uuid:19465596-e014-4208-8ea6-cde9c10efd13</xmpMM:InstanceID>
<prism:complianceProfile>three</prism:complianceProfile>
<prism:pageCount>2</prism:pageCount>
</rdf:Description>
@@ -413,7 +413,7 @@ endobj
<< /Type /Catalog /Pages 14 0 R /Lang (en-US)/Metadata 15 0 R >>
endobj
25 0 obj
-<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20230830231312+02'00')/ModDate (D:20230830231312+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
+<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20231027154516+02'00')/ModDate (D:20231027154516+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
endobj
xref
0 26
@@ -444,7 +444,7 @@ xref
0000023897 00000 n
0000023978 00000 n
trailer
-<< /Size 26 /Root 24 0 R /Info 25 0 R /ID [ <470CC785A1D0B3B694D43EBE24661D19> <470CC785A1D0B3B694D43EBE24661D19> ] >>
+<< /Size 26 /Root 24 0 R /Info 25 0 R /ID [ <E81B8D7D57ACDFDA45EA41C58123AB8C> <E81B8D7D57ACDFDA45EA41C58123AB8C> ] >>
startxref
24201
%%EOF
diff --git a/macros/latex/contrib/tagpdf/ex-softhyphen.pdf b/macros/latex/contrib/tagpdf/ex-softhyphen.pdf
index 7287b6e5f2..75ac71bbba 100644
--- a/macros/latex/contrib/tagpdf/ex-softhyphen.pdf
+++ b/macros/latex/contrib/tagpdf/ex-softhyphen.pdf
@@ -210,17 +210,17 @@ stream
</dc:language>
<dc:date>
<rdf:Seq>
- <rdf:li>2023-08-30T23:13:31+02:00</rdf:li>
+ <rdf:li>2023-10-27T15:45:42+02:00</rdf:li>
</rdf:Seq>
</dc:date>
<dc:format>application/pdf</dc:format>
<dc:source>ex-softhyphen.tex</dc:source>
<xmp:CreatorTool>LaTeX</xmp:CreatorTool>
- <xmp:CreateDate>2023-08-30T23:13:31+02:00</xmp:CreateDate>
- <xmp:ModifyDate>2023-08-30T23:13:31+02:00</xmp:ModifyDate>
- <xmp:MetadataDate>2023-08-30T23:13:31+02:00</xmp:MetadataDate>
+ <xmp:CreateDate>2023-10-27T15:45:42+02:00</xmp:CreateDate>
+ <xmp:ModifyDate>2023-10-27T15:45:42+02:00</xmp:ModifyDate>
+ <xmp:MetadataDate>2023-10-27T15:45:42+02:00</xmp:MetadataDate>
<xmpMM:DocumentID>uuid:aa82e685-4098-469d-861c-3c45dfc700c7</xmpMM:DocumentID>
- <xmpMM:InstanceID>uuid:e1838625-8288-439b-850f-8396de55e668</xmpMM:InstanceID>
+ <xmpMM:InstanceID>uuid:0f48bcfe-bbe2-43ab-8377-9cfd9adb7d23</xmpMM:InstanceID>
<prism:complianceProfile>three</prism:complianceProfile>
<prism:pageCount>1</prism:pageCount>
</rdf:Description>
@@ -290,7 +290,7 @@ endobj
<< /Kids [21 0 R] >>
endobj
7 0 obj
-<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Div /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /chapter /H1 >>
+<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >>
endobj
9 0 obj
<< /Type /StructElem /S /Document /P 5 0 R /K [10 0 R 12 0 R] /ID (ID.01) >>
@@ -393,7 +393,7 @@ endobj
<< /Type /Catalog /Pages 19 0 R /MarkInfo 20 0 R/Lang (en-US)/Metadata 14 0 R/StructTreeRoot 5 0 R >>
endobj
30 0 obj
-<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20230830231331+02'00')/ModDate (D:20230830231331+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
+<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20231027154542+02'00')/ModDate (D:20231027154542+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
endobj
xref
0 31
@@ -402,34 +402,34 @@ xref
0000000003 00000 f
0000000004 00000 f
0000000008 00000 f
-0000013665 00000 n
+0000013741 00000 n
0000012446 00000 n
0000012664 00000 n
0000000000 00000 f
-0000013180 00000 n
-0000013273 00000 n
-0000013359 00000 n
-0000013469 00000 n
-0000013555 00000 n
+0000013256 00000 n
+0000013349 00000 n
+0000013435 00000 n
+0000013545 00000 n
+0000013631 00000 n
0000000020 00000 n
0000012276 00000 n
0000012141 00000 n
0000011495 00000 n
-0000017614 00000 n
-0000017978 00000 n
+0000017690 00000 n
+0000018054 00000 n
0000012410 00000 n
0000012496 00000 n
0000012627 00000 n
-0000013766 00000 n
-0000016414 00000 n
-0000013920 00000 n
-0000014094 00000 n
-0000016654 00000 n
-0000017773 00000 n
-0000018040 00000 n
-0000018158 00000 n
+0000013842 00000 n
+0000016490 00000 n
+0000013996 00000 n
+0000014170 00000 n
+0000016730 00000 n
+0000017849 00000 n
+0000018116 00000 n
+0000018234 00000 n
trailer
-<< /Size 31 /Root 29 0 R /Info 30 0 R /ID [ <6B288E973F57BDFEC84F230DEBCFA2E8> <6B288E973F57BDFEC84F230DEBCFA2E8> ] >>
+<< /Size 31 /Root 29 0 R /Info 30 0 R /ID [ <55E3FDBDB8E688D88AE3ECB360B2CD8D> <55E3FDBDB8E688D88AE3ECB360B2CD8D> ] >>
startxref
-18381
+18457
%%EOF
diff --git a/macros/latex/contrib/tagpdf/ex-spaceglyph-listings.pdf b/macros/latex/contrib/tagpdf/ex-spaceglyph-listings.pdf
index 7ae6db6779..54163da4f7 100644
--- a/macros/latex/contrib/tagpdf/ex-spaceglyph-listings.pdf
+++ b/macros/latex/contrib/tagpdf/ex-spaceglyph-listings.pdf
@@ -210,17 +210,17 @@ stream
</dc:language>
<dc:date>
<rdf:Seq>
- <rdf:li>2023-08-30T23:13:48+02:00</rdf:li>
+ <rdf:li>2023-10-27T15:46:07+02:00</rdf:li>
</rdf:Seq>
</dc:date>
<dc:format>application/pdf</dc:format>
<dc:source>ex-spaceglyph-listings.tex</dc:source>
<xmp:CreatorTool>LaTeX</xmp:CreatorTool>
- <xmp:CreateDate>2023-08-30T23:13:48+02:00</xmp:CreateDate>
- <xmp:ModifyDate>2023-08-30T23:13:48+02:00</xmp:ModifyDate>
- <xmp:MetadataDate>2023-08-30T23:13:48+02:00</xmp:MetadataDate>
+ <xmp:CreateDate>2023-10-27T15:46:07+02:00</xmp:CreateDate>
+ <xmp:ModifyDate>2023-10-27T15:46:07+02:00</xmp:ModifyDate>
+ <xmp:MetadataDate>2023-10-27T15:46:07+02:00</xmp:MetadataDate>
<xmpMM:DocumentID>uuid:acdc2435-bf29-4e54-8d09-1c9b6dc32038</xmpMM:DocumentID>
- <xmpMM:InstanceID>uuid:6a509f48-5cd8-4bd2-864d-46b6f7a3e3af</xmpMM:InstanceID>
+ <xmpMM:InstanceID>uuid:bfe06476-5d48-4964-8826-50562f0f9875</xmpMM:InstanceID>
<prism:complianceProfile>three</prism:complianceProfile>
<prism:pageCount>1</prism:pageCount>
</rdf:Description>
@@ -275,7 +275,7 @@ endobj
<< /Kids [17 0 R] >>
endobj
7 0 obj
-<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Div /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P >>
+<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H1 /subsection /H2 /subsubsection /H3 /paragraph /H4 /subparagraph /H5 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect >>
endobj
9 0 obj
<< /Type /StructElem /S /Document /P 5 0 R /ID (ID.01) >>
@@ -354,7 +354,7 @@ endobj
<< /Type /Catalog /Pages 15 0 R /MarkInfo 16 0 R/Lang (en-US)/Metadata 10 0 R/StructTreeRoot 5 0 R >>
endobj
26 0 obj
-<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20230830231348+02'00')/ModDate (D:20230830231348+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
+<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20231027154607+02'00')/ModDate (D:20231027154607+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
endobj
xref
0 27
@@ -363,30 +363,30 @@ xref
0000000003 00000 f
0000000004 00000 f
0000000008 00000 f
-0000012809 00000 n
+0000012885 00000 n
0000012093 00000 n
0000012232 00000 n
0000000000 00000 f
-0000012735 00000 n
+0000012811 00000 n
0000000020 00000 n
0000011923 00000 n
0000011788 00000 n
0000011504 00000 n
-0000014992 00000 n
-0000015346 00000 n
+0000015068 00000 n
+0000015422 00000 n
0000012057 00000 n
0000012124 00000 n
0000012195 00000 n
-0000012910 00000 n
-0000013976 00000 n
-0000012965 00000 n
-0000013040 00000 n
-0000014212 00000 n
-0000015146 00000 n
-0000015408 00000 n
-0000015526 00000 n
+0000012986 00000 n
+0000014052 00000 n
+0000013041 00000 n
+0000013116 00000 n
+0000014288 00000 n
+0000015222 00000 n
+0000015484 00000 n
+0000015602 00000 n
trailer
-<< /Size 27 /Root 25 0 R /Info 26 0 R /ID [ <A1D7171338063BC081A09387B55B4DC2> <A1D7171338063BC081A09387B55B4DC2> ] >>
+<< /Size 27 /Root 25 0 R /Info 26 0 R /ID [ <FFAF6EF252682BD0179C52AEACF1EAD0> <FFAF6EF252682BD0179C52AEACF1EAD0> ] >>
startxref
-15749
+15825
%%EOF
diff --git a/macros/latex/contrib/tagpdf/ex-structure-obsolete.pdf b/macros/latex/contrib/tagpdf/ex-structure-obsolete.pdf
index 55337b9dce..dd921f6c6a 100644
--- a/macros/latex/contrib/tagpdf/ex-structure-obsolete.pdf
+++ b/macros/latex/contrib/tagpdf/ex-structure-obsolete.pdf
@@ -210,17 +210,17 @@ stream
</dc:language>
<dc:date>
<rdf:Seq>
- <rdf:li>2023-08-30T23:14:06+02:00</rdf:li>
+ <rdf:li>2023-10-27T15:46:33+02:00</rdf:li>
</rdf:Seq>
</dc:date>
<dc:format>application/pdf</dc:format>
<dc:source>ex-structure-obsolete.tex</dc:source>
<xmp:CreatorTool>LaTeX</xmp:CreatorTool>
- <xmp:CreateDate>2023-08-30T23:14:06+02:00</xmp:CreateDate>
- <xmp:ModifyDate>2023-08-30T23:14:06+02:00</xmp:ModifyDate>
- <xmp:MetadataDate>2023-08-30T23:14:06+02:00</xmp:MetadataDate>
+ <xmp:CreateDate>2023-10-27T15:46:33+02:00</xmp:CreateDate>
+ <xmp:ModifyDate>2023-10-27T15:46:33+02:00</xmp:ModifyDate>
+ <xmp:MetadataDate>2023-10-27T15:46:33+02:00</xmp:MetadataDate>
<xmpMM:DocumentID>uuid:bf5e4a2b-cfa9-4fc5-878c-8f9d2ee95445</xmpMM:DocumentID>
- <xmpMM:InstanceID>uuid:f6360433-4c88-4e51-80e3-5dcd1d2dd103</xmpMM:InstanceID>
+ <xmpMM:InstanceID>uuid:3faeed81-5075-4961-87b9-5303bf7b914e</xmpMM:InstanceID>
<prism:complianceProfile>three</prism:complianceProfile>
<prism:pageCount>1</prism:pageCount>
</rdf:Description>
@@ -322,7 +322,7 @@ endobj
<< /Kids [28 0 R] >>
endobj
7 0 obj
-<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /Div /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /chapter /H1 >>
+<< /Artifact /NonStruct /DocumentFragment /Art /Aside /Note /H7 /H6 /H8 /H6 /H9 /H6 /H10 /H6 /Title /P /FENote /Note /Sub /Span /Em /Span /Strong /Span /title /P /part /P /section /H2 /subsection /H3 /subsubsection /H4 /paragraph /H5 /subparagraph /H6 /list /L /itemize /L /enumerate /L /description /L /quote /BlockQuote /quotation /BlockQuote /verbatim /P /item /LI /itemlabel /Lbl /itembody /LBody /footnote /Note /footnotemark /Lbl /footnotelabel /Lbl /text-unit /Part /text /P /theorem-like /Sect /codeline /Span /float /Note /figures /Sect /tables /Sect /chapter /H1 >>
endobj
9 0 obj
<< /Type /StructElem /S /Document /P 5 0 R /K 10 0 R /ID (ID.001) >>
@@ -526,7 +526,7 @@ endobj
<< /Type /Catalog /Pages 26 0 R /MarkInfo 27 0 R/Lang (en-US)/Metadata 20 0 R/StructTreeRoot 5 0 R >>
endobj
43 0 obj
-<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20230830231406+02'00')/ModDate (D:20230830231406+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
+<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20231027154633+02'00')/ModDate (D:20231027154633+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
endobj
xref
0 44
@@ -535,47 +535,47 @@ xref
0000000003 00000 f
0000000004 00000 f
0000000008 00000 f
-0000014857 00000 n
+0000014933 00000 n
0000012880 00000 n
0000013229 00000 n
0000000000 00000 f
-0000013745 00000 n
-0000013830 00000 n
-0000013928 00000 n
-0000014036 00000 n
-0000014144 00000 n
-0000014233 00000 n
-0000014323 00000 n
-0000014433 00000 n
-0000014545 00000 n
-0000014635 00000 n
-0000014745 00000 n
+0000013821 00000 n
+0000013906 00000 n
+0000014004 00000 n
+0000014112 00000 n
+0000014220 00000 n
+0000014309 00000 n
+0000014399 00000 n
+0000014509 00000 n
+0000014621 00000 n
+0000014711 00000 n
+0000014821 00000 n
0000000020 00000 n
0000012698 00000 n
0000012563 00000 n
0000011503 00000 n
-0000022940 00000 n
-0000019706 00000 n
-0000023288 00000 n
+0000023016 00000 n
+0000019782 00000 n
+0000023364 00000 n
0000012844 00000 n
0000012958 00000 n
0000013192 00000 n
-0000014958 00000 n
-0000018437 00000 n
-0000015207 00000 n
-0000015282 00000 n
-0000018673 00000 n
-0000019860 00000 n
-0000020060 00000 n
-0000021828 00000 n
-0000020197 00000 n
+0000015034 00000 n
+0000018513 00000 n
+0000015283 00000 n
+0000015358 00000 n
+0000018749 00000 n
+0000019936 00000 n
+0000020136 00000 n
+0000021904 00000 n
0000020273 00000 n
-0000022062 00000 n
-0000023091 00000 n
-0000023350 00000 n
-0000023468 00000 n
+0000020349 00000 n
+0000022138 00000 n
+0000023167 00000 n
+0000023426 00000 n
+0000023544 00000 n
trailer
-<< /Size 44 /Root 42 0 R /Info 43 0 R /ID [ <E81A69FEE9B9E50F0C56DE6BBF434A40> <E81A69FEE9B9E50F0C56DE6BBF434A40> ] >>
+<< /Size 44 /Root 42 0 R /Info 43 0 R /ID [ <9BB580D33960C81880B4ED0F31B8B5B6> <9BB580D33960C81880B4ED0F31B8B5B6> ] >>
startxref
-23691
+23767
%%EOF
diff --git a/macros/latex/contrib/tagpdf/ex-tagpdf-template.pdf b/macros/latex/contrib/tagpdf/ex-tagpdf-template.pdf
index 952a516e8f..2a6e5ac789 100644
--- a/macros/latex/contrib/tagpdf/ex-tagpdf-template.pdf
+++ b/macros/latex/contrib/tagpdf/ex-tagpdf-template.pdf
@@ -210,17 +210,17 @@ stream
</dc:language>
<dc:date>
<rdf:Seq>
- <rdf:li>2023-08-30T23:14:26+02:00</rdf:li>
+ <rdf:li>2023-10-27T15:47:00+02:00</rdf:li>
</rdf:Seq>
</dc:date>
<dc:format>application/pdf</dc:format>
<dc:source>ex-tagpdf-template.tex</dc:source>
<xmp:CreatorTool>LaTeX</xmp:CreatorTool>
- <xmp:CreateDate>2023-08-30T23:14:26+02:00</xmp:CreateDate>
- <xmp:ModifyDate>2023-08-30T23:14:26+02:00</xmp:ModifyDate>
- <xmp:MetadataDate>2023-08-30T23:14:26+02:00</xmp:MetadataDate>
+ <xmp:CreateDate>2023-10-27T15:47:00+02:00</xmp:CreateDate>
+ <xmp:ModifyDate>2023-10-27T15:47:00+02:00</xmp:ModifyDate>
+ <xmp:MetadataDate>2023-10-27T15:47:00+02:00</xmp:MetadataDate>
<xmpMM:DocumentID>uuid:f320abfc-f6ab-4d12-8719-d176f4d947cf</xmpMM:DocumentID>
- <xmpMM:InstanceID>uuid:28e776ee-8e5e-4001-8145-84b430ec9045</xmpMM:InstanceID>
+ <xmpMM:InstanceID>uuid:18202c14-899a-4cda-8daf-fcc14e5f853c</xmpMM:InstanceID>
<prism:complianceProfile>three</prism:complianceProfile>
<prism:pageCount>1</prism:pageCount>
</rdf:Description>
@@ -291,7 +291,7 @@ endobj
<< /Type /Namespace /NS (http://www.w3.org/1998/Math/MathML) >>
endobj
15 0 obj
-<< /title [/Title 10 0 R] /part [/Title 10 0 R] /section [/H1 10 0 R] /subsection [/H2 10 0 R] /subsubsection [/H3 10 0 R] /paragraph [/H4 10 0 R] /subparagraph [/H5 10 0 R] /list [/L 10 0 R] /itemize [/L 10 0 R] /enumerate [/L 10 0 R] /description [/L 10 0 R] /quote [/BlockQuote 8 0 R] /quotation [/BlockQuote 8 0 R] /verbatim [/Div 10 0 R] /item [/LI 10 0 R] /itemlabel [/Lbl 10 0 R] /itembody [/LBody 10 0 R] /footnote [/FENote 10 0 R] /footnotemark [/Lbl 10 0 R] /footnotelabel [/Lbl 10 0 R] /text-unit [/Part 10 0 R] /text [/P 10 0 R] >>
+<< /title [/Title 10 0 R] /part [/Title 10 0 R] /section [/H1 10 0 R] /subsection [/H2 10 0 R] /subsubsection [/H3 10 0 R] /paragraph [/H4 10 0 R] /subparagraph [/H5 10 0 R] /list [/L 10 0 R] /itemize [/L 10 0 R] /enumerate [/L 10 0 R] /description [/L 10 0 R] /quote [/BlockQuote 8 0 R] /quotation [/BlockQuote 8 0 R] /verbatim [/P 10 0 R] /item [/LI 10 0 R] /itemlabel [/Lbl 10 0 R] /itembody [/LBody 10 0 R] /footnote [/FENote 10 0 R] /footnotemark [/Lbl 10 0 R] /footnotelabel [/Lbl 10 0 R] /text-unit [/Part 10 0 R] /text [/P 10 0 R] /theorem-like [/Sect 10 0 R] /codeline [/Sub 10 0 R] /float [/Aside 10 0 R] /figures [/Sect 10 0 R] /tables [/Sect 10 0 R] >>
endobj
14 0 obj
<< /Type /Namespace /NS (https://www.latex-project.org/ns/dflt/2022) /RoleMapNS 15 0 R >>
@@ -308,11 +308,8 @@ endobj
18 0 obj
<< /Type /Namespace /NS (https://www.latex-project.org/ns/inline/2022) /RoleMapNS 19 0 R >>
endobj
-21 0 obj
-<< /list [/L 10 0 R] /quote [/BlockQuote 8 0 R] /quotation [/BlockQuote 8 0 R] /theorem-like [/Sect 10 0 R] /verbatim [/P 10 0 R] /codeline [/Sub 10 0 R] /float [/Aside 10 0 R] /figures [/Sect 10 0 R] /tables [/Sect 10 0 R] >>
-endobj
20 0 obj
-<< /Type /Namespace /NS (data:,E037878-4DB6-BAD6-9BC4-368CC7DA7072) /RoleMapNS 21 0 R >>
+<< /Type /Namespace /NS (data:,C7EF4D21-F6E9-945B-6CFB-89718A316EF8) >>
endobj
7 0 obj
[ 8 0 R 10 0 R 12 0 R 14 0 R 16 0 R 18 0 R 20 0 R ]
@@ -321,10 +318,10 @@ endobj
<< /Type /StructElem /S /Document /P 5 0 R /K 25 0 R /NS 10 0 R /ID (ID.01) >>
endobj
23 0 obj
-<< /Type /StructElem /S /Artifact /P 5 0 R /NS 20 0 R /ID (ID.02) >>
+<< /Type /StructElem /S /Artifact /P 5 0 R /NS 14 0 R /ID (ID.02) >>
endobj
24 0 obj
-<< /Type /StructElem /S /Artifact /P 5 0 R /NS 20 0 R /ID (ID.03) >>
+<< /Type /StructElem /S /Artifact /P 5 0 R /NS 14 0 R /ID (ID.03) >>
endobj
25 0 obj
<< /Type /StructElem /S /text-unit /P 22 0 R /K 26 0 R /NS 14 0 R /ID (ID.04) >>
@@ -404,7 +401,7 @@ endobj
<< /Type /Catalog /Pages 32 0 R /MarkInfo 33 0 R/Lang (en-US)/Metadata 27 0 R/StructTreeRoot 5 0 R >>
endobj
43 0 obj
-<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20230830231426+02'00')/ModDate (D:20230830231426+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
+<< /Producer (luahbtex-1.17.0)/Creator (LaTeX)/CreationDate (D:20231027154700+02'00')/ModDate (D:20231027154700+02'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.17.0 (TeX Live 2023)) >>
endobj
xref
0 44
@@ -413,47 +410,47 @@ xref
0000000003 00000 f
0000000004 00000 f
0000000009 00000 f
-0000014685 00000 n
+0000014545 00000 n
0000012015 00000 n
-0000014113 00000 n
+0000013973 00000 n
0000012288 00000 n
0000000011 00000 f
0000012356 00000 n
0000000013 00000 f
0000012426 00000 n
-0000000000 00000 f
-0000013068 00000 n
+0000000021 00000 f
+0000013189 00000 n
0000012507 00000 n
-0000013346 00000 n
-0000013175 00000 n
-0000013654 00000 n
-0000013453 00000 n
-0000014007 00000 n
-0000013763 00000 n
-0000014181 00000 n
-0000014278 00000 n
-0000014365 00000 n
-0000014452 00000 n
-0000014551 00000 n
+0000013467 00000 n
+0000013296 00000 n
+0000013775 00000 n
+0000013574 00000 n
+0000013884 00000 n
+0000000000 00000 f
+0000014041 00000 n
+0000014138 00000 n
+0000014225 00000 n
+0000014312 00000 n
+0000014411 00000 n
0000000020 00000 n
0000011869 00000 n
0000011734 00000 n
0000011500 00000 n
-0000017291 00000 n
-0000017645 00000 n
+0000017151 00000 n
+0000017505 00000 n
0000011979 00000 n
0000012056 00000 n
0000012188 00000 n
0000012225 00000 n
-0000014807 00000 n
-0000016248 00000 n
-0000014894 00000 n
-0000016469 00000 n
-0000017445 00000 n
-0000017707 00000 n
-0000017825 00000 n
+0000014667 00000 n
+0000016108 00000 n
+0000014754 00000 n
+0000016329 00000 n
+0000017305 00000 n
+0000017567 00000 n
+0000017685 00000 n
trailer
-<< /Size 44 /Root 42 0 R /Info 43 0 R /ID [ <176888C5B80D0D7B066E1A19F543932C> <176888C5B80D0D7B066E1A19F543932C> ] >>
+<< /Size 44 /Root 42 0 R /Info 43 0 R /ID [ <9D99A86289CEA95B3479F9506648B285> <9D99A86289CEA95B3479F9506648B285> ] >>
startxref
-18048
+17908
%%EOF
diff --git a/macros/latex/contrib/tagpdf/tagpdf-backend.dtx b/macros/latex/contrib/tagpdf/tagpdf-backend.dtx
index fd13c8fd7e..d6fcd70ff0 100644
--- a/macros/latex/contrib/tagpdf/tagpdf-backend.dtx
+++ b/macros/latex/contrib/tagpdf/tagpdf-backend.dtx
@@ -47,13 +47,13 @@
% }^^A
% }
%
-% \date{Version 0.98l, released 2023-08-30}
+% \date{Version 0.98m, released 2023-10-27}
% \maketitle
% \begin{implementation}
% \begin{macrocode}
%<@@=tag>
%<*luatex>
-\ProvidesExplFile {tagpdf-luatex.def} {2023-08-30} {0.98l}
+\ProvidesExplFile {tagpdf-luatex.def} {2023-10-27} {0.98m}
{tagpdf~driver~for~luatex}
% \end{macrocode}
% \section{Loading the lua}
@@ -158,8 +158,8 @@
local ProvidesLuaModule = {
name = "tagpdf",
- version = "0.98l", --TAGVERSION
- date = "2023-08-30", --TAGDATE
+ version = "0.98m", --TAGVERSION
+ date = "2023-10-27", --TAGDATE
description = "tagpdf lua code",
license = "The LATEX Project Public License 1.3c"
}
diff --git a/macros/latex/contrib/tagpdf/tagpdf-checks.dtx b/macros/latex/contrib/tagpdf/tagpdf-checks.dtx
index 68123ff86c..dc1456ea30 100644
--- a/macros/latex/contrib/tagpdf/tagpdf-checks.dtx
+++ b/macros/latex/contrib/tagpdf/tagpdf-checks.dtx
@@ -48,7 +48,7 @@
% }^^A
% }
%
-% \date{Version 0.98l, released 2023-08-30}
+% \date{Version 0.98m, released 2023-10-27}
% \maketitle
% \begin{documentation}
% \section{Commands}
@@ -313,7 +313,7 @@
% \begin{macrocode}
%<@@=tag>
%<*header>
-\ProvidesExplPackage {tagpdf-checks-code} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf-checks-code} {2023-10-27} {0.98m}
{part of tagpdf - code related to checks, conditionals, debugging and messages}
%</header>
% \end{macrocode}
@@ -717,7 +717,7 @@
\cs_new_protected:Npn \@@_check_struct_used:n #1 %#1 label
{
\prop_get:cnNT
- {g_@@_struct_\@@_ref_value:enn{tagpdfstruct-#1}{tagstruct}{unknown}_prop}
+ {g_@@_struct_\@@_property_ref:enn{tagpdfstruct-#1}{tagstruct}{unknown}_prop}
{P}
\l_@@_tmpa_tl
{
@@ -884,7 +884,7 @@
{
\tl_set:Nx \l_@@_tmpa_tl
{
- \@@_ref_value_lastpage:nn
+ \@@_property_ref_lastpage:nn
{abspage}
{-1}
}
@@ -898,14 +898,14 @@
{1}
{1}
{
- \@@_ref_value_lastpage:nn
+ \@@_property_ref_lastpage:nn
{tagmcabs}
{-1}
}
{
\int_compare:nT
{
- \@@_ref_value:enn
+ \@@_property_ref:enn
{mcid-####1}
{tagabspage}
{-1}
@@ -916,7 +916,7 @@
\seq_gput_right:Nx \l_tmpa_seq
{
Page##1-####1-
- \@@_ref_value:enn
+ \@@_property_ref:enn
{mcid-####1}
{tagmcid}
{-1}
diff --git a/macros/latex/contrib/tagpdf/tagpdf-code.pdf b/macros/latex/contrib/tagpdf/tagpdf-code.pdf
index 9c50835360..f39263a055 100644
--- a/macros/latex/contrib/tagpdf/tagpdf-code.pdf
+++ b/macros/latex/contrib/tagpdf/tagpdf-code.pdf
Binary files differ
diff --git a/macros/latex/contrib/tagpdf/tagpdf-data.dtx b/macros/latex/contrib/tagpdf/tagpdf-data.dtx
index f5e3ca8c73..7ad2a3f327 100644
--- a/macros/latex/contrib/tagpdf/tagpdf-data.dtx
+++ b/macros/latex/contrib/tagpdf/tagpdf-data.dtx
@@ -47,7 +47,7 @@
% }^^A
% }
%
-% \date{Version 0.98l, released 2023-08-30}
+% \date{Version 0.98m, released 2023-10-27}
% \maketitle
% \begin{documentation}
% This files contains a various data files which are read in
@@ -60,7 +60,7 @@
% It lists the new tag, the rolemap and the namespace of the rolemap.
% \begin{macrocode}
%<*ns-latex>
-%% \ProvidesExplFile {tagpdf-ns-latex.def} {2023-08-30} {0.98l}
+%% \ProvidesExplFile {tagpdf-ns-latex.def} {2023-10-27} {0.98m}
%% {latex} {https://www.latex-project.org/ns/dflt/2022}{}
title, Title, pdf2,
part, Title, pdf2,
@@ -92,7 +92,7 @@ text, P, pdf2,
% It is bound to change
% \begin{macrocode}
%<*ns-latex-book>
-%% \ProvidesExplFile {tagpdf-ns-latex-book.def} {2023-08-30} {0.98l}
+%% \ProvidesExplFile {tagpdf-ns-latex-book.def} {2023-10-27} {0.98m}
%% {latex-book} {https://www.latex-project.org/ns/book/2022}{}
chapter, H1,pdf2,
section, H2,pdf2,
@@ -108,7 +108,7 @@ subparagraph, H6,pdf2,
% loaded.
% \begin{macrocode}
%<*ns-latex-inline>
-%% \ProvidesExplFile {tagpdf-ns-latex-inline.def} {2023-08-30} {0.98l}
+%% \ProvidesExplFile {tagpdf-ns-latex-inline.def} {2023-10-27} {0.98m}
%% {latex-inline} {https://www.latex-project.org/ns/inline/2022}{}
chapter, Span, pdf2,
section, Span, pdf2,
@@ -122,7 +122,7 @@ P, Span, pdf2,
% \section{The pdf namespace data}
% \begin{macrocode}
%<*ns-pdf>
-%% \ProvidesExplFile {tagpdf-ns-pdf.def} {2023-08-30} {0.98l}
+%% \ProvidesExplFile {tagpdf-ns-pdf.def} {2023-10-27} {0.98m}
%% {pdf} {http://iso.org/pdf/ssn}{}
StructTreeRoot,StructTreeRoot,pdf,D,
Document,Document,pdf,D,
@@ -190,7 +190,7 @@ Strong,Span,pdf,I,
% \section{The pdf 2.0 namespace data}
% \begin{macrocode}
%<*ns-pdf2>
-%% \ProvidesExplFile {tagpdf-ns-pdf2.def} {2023-08-30} {0.98l}
+%% \ProvidesExplFile {tagpdf-ns-pdf2.def} {2023-10-27} {0.98m}
%% {pdf2} {http://iso.org/pdf2/ssn}{}
Document,Document,pdf2,D,
Part,Part,pdf2,G,
@@ -246,7 +246,7 @@ Strong,Strong,pdf2,I,
% \section{The mathml namespace data}
% \begin{macrocode}
%<*ns-mathml>
-%% \ProvidesExplFile {tagpdf-ns-mathml.def} {2023-08-30} {0.98l}
+%% \ProvidesExplFile {tagpdf-ns-mathml.def} {2023-10-27} {0.98m}
% {mathml}{http://www.w3.org/1998/Math/MathML}{}
abs,abs,mathml,
and,and,mathml,
@@ -481,7 +481,7 @@ xor,xor,mathml,
% This will perhaps change in future.
% \begin{macrocode}
%<*parent-child>
-%% \ProvidesExplFile {tagpdf-parent-child.csv} {2023-08-30} {0.98l}
+%% \ProvidesExplFile {tagpdf-parent-child.csv} {2023-10-27} {0.98m}
,,,StructTreeRoot,Document,Art,Part,Div,Sect,BlockQuote,NonStruct,TOC,TOCI,Index,Private,Quote,Note,Reference,BibEntry,P,Hn,H,Lbl,Code,Span,Link,Annot,Form,Ruby,RB,RT,RP,Warichu,WT,WP,L,LI,LBody,Table,TR,TH,TD,THead,TBody,TFoot,Caption,Figure,Formula,MC
Document,both,document level,1,0..n,∅,‡,‡,∅,0..n,‡,∅,∅,∅,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅
Art,1.7,grouping,∅,0..n,∅,‡,‡,0..n,0..n,‡,∅,∅,∅,0..n,∅,0..n,∅,∅,∅,0..1,0..1,∅,∅,∅,0..n,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,0..n,∅,∅,0..n,0..n,∅,∅,∅,0..n,0..n,∅,∅
@@ -536,7 +536,7 @@ MC,both,---,∅,∅,∅,∅,∅,∅,0..n,‡,∅,∅,∅,0..n,0..n,0..n,0..n,0..
% This will perhaps change in future.
% \begin{macrocode}
%<*parent-child-2>
-%% \ProvidesExplFile {tagpdf-parent-child-2.csv} {2023-08-30} {0.98l}
+%% \ProvidesExplFile {tagpdf-parent-child-2.csv} {2023-10-27} {0.98m}
,,,StructTreeRoot,Document,DocumentFragment,Art,Part,Div,Sect,Aside,BlockQuote,NonStruct,TOC,TOCI,Index,Private,Title,Sub,Quote,Note,Reference,BibEntry,P,Hn,H,Lbl,Code,Em,Strong,Span,Link,Annot,Form,Ruby,RB,RT,RP,Warichu,WT,WP,FENote,L,LI,LBody,Table,TR,TH,TD,THead,TBody,TFoot,Caption,Figure,Formula,math,mathml,Artifact,MC
Document,both,document level,1,0..n,0..n,∅,‡,‡,∅,0..n,0..n,‡,∅,∅,∅,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,0..n,∅
DocumentFragment,2.0,document level,∅,0..n,0..n,0..n,‡,‡,0..n,0..n,0..n,‡,∅,∅,∅,0..n,∅,∅,∅,∅*,∅,∅,∅,∅,∅,∅,∅*,∅,∅,∅,∅*,∅*,∅,∅,∅,∅,∅,∅,∅,∅,∅*,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅*,∅,∅,∅,∅,0..n,∅
diff --git a/macros/latex/contrib/tagpdf/tagpdf-mc-generic.dtx b/macros/latex/contrib/tagpdf/tagpdf-mc-generic.dtx
index 13551c9a5c..d1f6441a56 100644
--- a/macros/latex/contrib/tagpdf/tagpdf-mc-generic.dtx
+++ b/macros/latex/contrib/tagpdf/tagpdf-mc-generic.dtx
@@ -46,7 +46,7 @@
% }^^A
% }
%
-% \date{Version 0.98l, released 2023-08-30}
+% \date{Version 0.98m, released 2023-10-27}
% \maketitle
% \begin{documentation}
% \end{documentation}
@@ -55,11 +55,11 @@
% \begin{macrocode}
%<@@=tag>
%<*generic>
-\ProvidesExplPackage {tagpdf-mc-code-generic} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf-mc-code-generic} {2023-10-27} {0.98m}
{part of tagpdf - code related to marking chunks - generic mode}
%</generic>
%<*debug>
-\ProvidesExplPackage {tagpdf-debug-generic} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf-debug-generic} {2023-10-27} {0.98m}
{part of tagpdf - debugging code related to marking chunks - generic mode}
%</debug>
% \end{macrocode}
@@ -542,11 +542,11 @@
\cs_set_protected:Npn \@@_mc_bdc_mcid:nn #1 #2
{
\int_gincr:N \c@g_@@_MCID_abs_int
- \@@_ref_label:en
+ \@@_property_record:eV
{
mcid-\int_use:N \c@g_@@_MCID_abs_int
}
- {mc}
+ \c_@@_property_mc_clist
\@@_mc_bdc_shipout:ee
{#1}
{
@@ -561,7 +561,7 @@
{
\msg_new:nnn { tagpdf } { old-engine }
{
- The~engine~or~the~PDF management~is~too~old or\\
+ The~engine~or~the~PDF management~is~too~old~or\\
delayed~shipout~has~been~disabled.\\
Fast~numbering~of~MC-chunks~not~available.\\
More~compilations~will~be~needed~in~generic~mode.
@@ -573,14 +573,14 @@
% \end{macrocode}
% revert the attribute:
% \begin{macrocode}
- \ref_attribute_gset:nnnn {tagmcid } {0} { now }
- { \int_use:N \g_@@_MCID_tmp_bypage_int }
+ \@@_property_gset:nnnn {tagmcid } { now }
+ {0} { \int_use:N \g_@@_MCID_tmp_bypage_int }
\cs_new_protected:Npn \@@_mc_bdc_mcid:nn #1 #2
{
\int_gincr:N \c@g_@@_MCID_abs_int
\tl_set:Nx \l_@@_mc_ref_abspage_tl
{
- \@@_ref_value:enn %3 args
+ \@@_property_ref:enn %3 args
{
mcid-\int_use:N \c@g_@@_MCID_abs_int
}
@@ -609,11 +609,11 @@
{ \l_@@_mc_ref_abspage_tl }
{1}
}
- \@@_ref_label:en
+ \@@_property_record:eV
{
mcid-\int_use:N \c@g_@@_MCID_abs_int
}
- { mc }
+ \c_@@_property_mc_clist
\@@_mc_bdc:nx
{#1}
{ /MCID~\int_eval:n { \g_@@_MCID_tmp_bypage_int }~ \exp_not:n { #2 } }
diff --git a/macros/latex/contrib/tagpdf/tagpdf-mc-luacode.dtx b/macros/latex/contrib/tagpdf/tagpdf-mc-luacode.dtx
index 066badb9c4..7066237b76 100644
--- a/macros/latex/contrib/tagpdf/tagpdf-mc-luacode.dtx
+++ b/macros/latex/contrib/tagpdf/tagpdf-mc-luacode.dtx
@@ -46,7 +46,7 @@
% }^^A
% }
%
-% \date{Version 0.98l, released 2023-08-30}
+% \date{Version 0.98m, released 2023-10-27}
% \maketitle
% \begin{implementation}
% The code is splitted into three parts: code shared by all engines,
@@ -86,11 +86,11 @@
% \begin{macrocode}
%<@@=tag>
%<*luamode>
-\ProvidesExplPackage {tagpdf-mc-code-lua} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf-mc-code-lua} {2023-10-27} {0.98m}
{tagpdf - mc code only for the luamode }
%</luamode>
%<*debug>
-\ProvidesExplPackage {tagpdf-debug-lua} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf-debug-lua} {2023-10-27} {0.98m}
{part of tagpdf - debugging code related to marking chunks - lua mode}
%</debug>
% \end{macrocode}
diff --git a/macros/latex/contrib/tagpdf/tagpdf-mc-shared.dtx b/macros/latex/contrib/tagpdf/tagpdf-mc-shared.dtx
index 1fd9ebc559..e18f7bd1b0 100644
--- a/macros/latex/contrib/tagpdf/tagpdf-mc-shared.dtx
+++ b/macros/latex/contrib/tagpdf/tagpdf-mc-shared.dtx
@@ -46,7 +46,7 @@
% }^^A
% }
%
-% \date{Version 0.98l, released 2023-08-30}
+% \date{Version 0.98m, released 2023-10-27}
% \maketitle
% \begin{documentation}
% \section{Public Commands}
@@ -113,7 +113,7 @@
% \begin{function}[ EXP,added=2023-06-11]{\tag_mc_reset_box:N}
% \begin{syntax}
-% \cs{tag_mc_reset:N} \Arg{box}
+% \cs{tag_mc_reset_box:N} \Arg{box}
% \end{syntax}
% This resets in lua mode the mc attributes to the one currently in use.
% It does nothing in generic mode.
@@ -181,7 +181,7 @@
% \begin{macrocode}
%<@@=tag>
%<*header>
-\ProvidesExplPackage {tagpdf-mc-code-shared} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf-mc-code-shared} {2023-10-27} {0.98m}
{part of tagpdf - code related to marking chunks -
code shared by generic and luamode }
%</header>
@@ -297,7 +297,7 @@
% \begin{macrocode}
\cs_new:Npn \@@_mc_handle_mc_label:e #1
{
- \ref_label:en{tagpdf-#1}{tagabspage,tagmcabs}
+ \@@_property_record:en{tagpdf-#1}{tagabspage,tagmcabs}
}
% \end{macrocode}
% \end{macro}
@@ -328,7 +328,7 @@
{
\@@_check_if_active_struct:T
{
- \tl_set:Nx \l_@@_tmpa_tl { \@@_ref_value:nnn{tagpdf-#1}{tagmcabs}{} }
+ \tl_set:Nx \l_@@_tmpa_tl { \@@_property_ref:nnn{tagpdf-#1}{tagmcabs}{} }
\tl_if_empty:NTF\l_@@_tmpa_tl
{
\msg_warning:nnn {tag} {mc-label-unknown} {#1}
diff --git a/macros/latex/contrib/tagpdf/tagpdf-roles.dtx b/macros/latex/contrib/tagpdf/tagpdf-roles.dtx
index 0e33e7d1af..36b4639476 100644
--- a/macros/latex/contrib/tagpdf/tagpdf-roles.dtx
+++ b/macros/latex/contrib/tagpdf/tagpdf-roles.dtx
@@ -46,7 +46,7 @@
% }^^A
% }
%
-% \date{Version 0.98l, released 2023-08-30}
+% \date{Version 0.98m, released 2023-10-27}
% \maketitle
% \begin{documentation}
% \begin{function}
@@ -98,7 +98,7 @@
% \begin{macrocode}
%<@@=tag>
%<*header>
-\ProvidesExplPackage {tagpdf-roles-code} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf-roles-code} {2023-10-27} {0.98m}
{part of tagpdf - code related to roles and structure names}
%</header>
% \end{macrocode}
diff --git a/macros/latex/contrib/tagpdf/tagpdf-space.dtx b/macros/latex/contrib/tagpdf/tagpdf-space.dtx
index 249460dc72..191a645b12 100644
--- a/macros/latex/contrib/tagpdf/tagpdf-space.dtx
+++ b/macros/latex/contrib/tagpdf/tagpdf-space.dtx
@@ -46,7 +46,7 @@
% }^^A
% }
%
-% \date{Version 0.98l, released 2023-08-30}
+% \date{Version 0.98m, released 2023-10-27}
% \maketitle
% \begin{documentation}
% \begin{function}{interwordspace (setup-key)}
@@ -64,7 +64,7 @@
% \begin{macrocode}
%<@@=tag>
%<*header>
-\ProvidesExplPackage {tagpdf-space-code} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf-space-code} {2023-10-27} {0.98m}
{part of tagpdf - code related to real space chars}
%</header>
% \end{macrocode}
diff --git a/macros/latex/contrib/tagpdf/tagpdf-struct.dtx b/macros/latex/contrib/tagpdf/tagpdf-struct.dtx
index 9e5fbe7fa6..263ae03cfa 100644
--- a/macros/latex/contrib/tagpdf/tagpdf-struct.dtx
+++ b/macros/latex/contrib/tagpdf/tagpdf-struct.dtx
@@ -46,7 +46,7 @@
% }^^A
% }
%
-% \date{Version 0.98l, released 2023-08-30}
+% \date{Version 0.98m, released 2023-10-27}
% \maketitle
% \begin{documentation}
% \section{Public Commands}
@@ -140,7 +140,7 @@
% must refer to an already existing, previously created structure. Such a structure
% number can for example be have been stored with \cs{tag_get:n}, but one can also use
% a label on the parent structure and then use
-% \cs{ref_value:nn}|{tagpdfstruct-label}{tagstruct}| to retrieve it.
+% \cs{property_ref:nn}|{tagpdfstruct-label}{tagstruct}| to retrieve it.
% \end{function}
% \begin{function}{title (struct-key),title-o (struct-key)}
% This keys allows to set the dictionary entry
@@ -247,7 +247,7 @@
% \begin{macrocode}
%<@@=tag>
%<*header>
-\ProvidesExplPackage {tagpdf-struct-code} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf-struct-code} {2023-10-27} {0.98m}
{part of tagpdf - code related to storing structure}
%</header>
% \end{macrocode}
@@ -463,9 +463,27 @@
\@@_struct_output_prop_aux:nn {#1}{##1}
}
}
+%</package>
% \end{macrocode}
% \end{macro}
%
+% \begin{macro}{\@@_struct_prop_gput:nnn}
+% The structure props must be filled in various places.
+% For this we use a common command which also takes care of the debug package:
+% \begin{macrocode}
+%<*package|debug>
+%<package>\cs_new_protected:Npn \@@_struct_prop_gput:nnn #1 #2 #3
+%<debug>\cs_set_protected:Npn \@@_struct_prop_gput:nnn #1 #2 #3
+ {
+ \@@_prop_gput:cnn
+ { g_@@_struct_#1_prop }{#2}{#3}
+%<debug>\prop_gput:cnn { g_@@_struct_debug_#1_prop } {#2} {#3}
+ }
+\cs_generate_variant:Nn \@@_struct_prop_gput:nnn {nne,nee,nno}
+%</package|debug>
+% \end{macrocode}
+% \end{macro}
+
% \subsection{Initialization of the StructTreeRoot}
% The first structure element, the StructTreeRoot is special, so
% created manually. The underlying object is |@@/struct/0| which is currently
@@ -475,60 +493,62 @@
% code. This avoid timing issues.
%
% \begin{macrocode}
+%<*package>
\tl_gset:Nn \g_@@_struct_stack_current_tl {0}
% \end{macrocode}
% \begin{macro}{\@@_pdf_name_e:n}
% \begin{macrocode}
\cs_new:Npn \@@_pdf_name_e:n #1{\pdf_name_from_unicode_e:n{#1}}
+%</package>
% \end{macrocode}
% \end{macro}
%
% \begin{variable}{g_@@_struct_0_prop,g_@@_struct_kids_0_seq}
% \begin{macrocode}
+%<*package>
\@@_prop_new:c { g_@@_struct_0_prop }
\@@_new_output_prop_handler:n {0}
\@@_seq_new:c { g_@@_struct_kids_0_seq }
-\@@_prop_gput:cnx
- { g_@@_struct_0_prop }
+\@@_struct_prop_gput:nne
+ { 0 }
{ Type }
{ \pdf_name_from_unicode_e:n {StructTreeRoot} }
-\@@_prop_gput:cnx
- { g_@@_struct_0_prop }
+\@@_struct_prop_gput:nne
+ { 0 }
{ S }
{ \pdf_name_from_unicode_e:n {StructTreeRoot} }
-\@@_prop_gput:cnx
- { g_@@_struct_0_prop }
+\@@_struct_prop_gput:nne
+ { 0 }
{ rolemap }
{ {StructTreeRoot}{pdf} }
-\@@_prop_gput:cnx
- { g_@@_struct_0_prop }
+\@@_struct_prop_gput:nne
+ { 0 }
{ parentrole }
{ {StructTreeRoot}{pdf} }
-%</package>
-%<*debug>
-\prop_new:c { g_@@_struct_debug_0_prop }
-\prop_gset_eq:cc
- { g_@@_struct_debug_0_prop }
- { g_@@_struct_0_prop }
-\prop_gremove:cn { g_@@_struct_debug_0_prop }{Namespaces}
-\seq_new:c { g_@@_struct_debug_kids_0_seq }
-%</debug>
-%<*package>
+
% \end{macrocode}
% Namespaces are pdf 2.0.
% If the code moves into the kernel, the setting must be probably delayed.
% \begin{macrocode}
\pdf_version_compare:NnF < {2.0}
{
- \@@_prop_gput:cnx
- { g_@@_struct_0_prop }
+ \@@_struct_prop_gput:nne
+ { 0 }
{ Namespaces }
{ \pdf_object_ref:n { @@/tree/namespaces } }
- }
+ }
+%</package>
+% \end{macrocode}
+% In debug mode we have to copy the root manually as it is already setup:
+% \begin{macrocode}
+%<debug>\prop_new:c { g_@@_struct_debug_0_prop }
+%<debug>\seq_new:c { g_@@_struct_debug_kids_0_seq }
+%<debug>\prop_gset_eq:cc { g_@@_struct_debug_0_prop }{ g_@@_struct_0_prop }
+%<debug>\prop_gremove:cn { g_@@_struct_debug_0_prop }{Namespaces}
% \end{macrocode}
% \end{variable}
%
@@ -537,6 +557,7 @@
% simply calculated from the structure number.
% \begin{macro}{\@@_struct_get_id:n}
% \begin{macrocode}
+%<*package>
\cs_new:Npn \@@_struct_get_id:n #1 %#1=struct num
{
(
@@ -561,8 +582,8 @@
\cs_new_protected:Npn \@@_struct_set_tag_info:nnn #1 #2 #3
%#1 structure number, #2 tag, #3 NS
{
- \@@_prop_gput:cnx
- { g_@@_struct_#1_prop }
+ \@@_struct_prop_gput:nne
+ { #1 }
{ S }
{ \pdf_name_from_unicode_e:n {#2} } %
}
@@ -570,14 +591,14 @@
{
\cs_new_protected:Npn \@@_struct_set_tag_info:nnn #1 #2 #3
{
- \@@_prop_gput:cnx
- { g_@@_struct_#1_prop }
+ \@@_struct_prop_gput:nne
+ { #1 }
{ S }
{ \pdf_name_from_unicode_e:n {#2} } %
\prop_get:NnNT \g_@@_role_NS_prop {#3} \l_@@_get_tmpc_tl
{
- \@@_prop_gput:cnx
- { g_@@_struct_#1_prop }
+ \@@_struct_prop_gput:nne
+ { #1 }
{ NS }
{ \l_@@_get_tmpc_tl } %
}
@@ -599,8 +620,8 @@
{ parentrole }
\l_@@_get_tmpc_tl
{
- \tl_set:Nx #2{\exp_last_unbraced:NV\use_i:nn \l_@@_get_tmpc_tl}
- \tl_set:Nx #3{\exp_last_unbraced:NV\use_ii:nn \l_@@_get_tmpc_tl}
+ \tl_set:Ne #2{\exp_last_unbraced:NV\use_i:nn \l_@@_get_tmpc_tl}
+ \tl_set:Ne #3{\exp_last_unbraced:NV\use_ii:nn \l_@@_get_tmpc_tl}
}
{
\tl_clear:N#2
@@ -614,7 +635,7 @@
% Commands to store the kids. Kids in a structure can be a reference to a mc-chunk,
% an object reference to another structure element, or a object reference to an
% annotation (through an OBJR object).
-% \begin{macro}{\@@_struct_kid_mc_gput_right:nn,\@@_struct_kid_mc_gput_right:nx}
+% \begin{macro}{\@@_struct_kid_mc_gput_right:nn,\@@_struct_kid_mc_gput_right:ne}
% The command to store an mc-chunk, this is a dictionary of type MCR.
% It would be possible to write out the content directly as unnamed object
% and to store only the object reference, but probably this would be slower,
@@ -631,8 +652,8 @@
/Type \c_space_tl /MCR \c_space_tl
/Pg
\c_space_tl
- \pdf_pageobject_ref:n { \@@_ref_value:enn{mcid-#1}{tagabspage}{1} }
- /MCID \c_space_tl \@@_ref_value:enn{mcid-#1}{tagmcid}{1}
+ \pdf_pageobject_ref:n { \@@_property_ref:enn{mcid-#1}{tagabspage}{1} }
+ /MCID \c_space_tl \@@_property_ref:enn{mcid-#1}{tagmcid}{1}
>>
}
%</package>
@@ -658,12 +679,12 @@
\prop_item:Nn \g_@@_struct_cont_mc_prop {#2}
}
}
-%<package>\cs_generate_variant:Nn \@@_struct_kid_mc_gput_right:nn {nx}
+%<package>\cs_generate_variant:Nn \@@_struct_kid_mc_gput_right:nn {ne}
% \end{macrocode}
% \end{macro}
% \begin{macro}
% {
-% \@@_struct_kid_struct_gput_right:nn,\@@_struct_kid_struct_gput_right:xx
+% \@@_struct_kid_struct_gput_right:nn,\@@_struct_kid_struct_gput_right:ee
% }
% This commands adds a structure as kid. We only need to record the object
% reference in the sequence.
@@ -683,11 +704,11 @@
%<debug> }
}
-%<package>\cs_generate_variant:Nn \@@_struct_kid_struct_gput_right:nn {xx}
+%<package>\cs_generate_variant:Nn \@@_struct_kid_struct_gput_right:nn {ee}
% \end{macrocode}
% \end{macro}
% \begin{macro}
-% {\@@_struct_kid_OBJR_gput_right:nnn,\@@_struct_kid_OBJR_gput_right:xxx}
+% {\@@_struct_kid_OBJR_gput_right:nnn,\@@_struct_kid_OBJR_gput_right:eee}
% At last the command to add an OBJR object. This has to write an object first.
% The first argument is the number of the parent structure, the second the
% (expanded) object reference of the annotation. The last argument is the page
@@ -709,7 +730,7 @@
{
\pdf_object_ref_last:
}
-%<debug> \seq_gput_right:cx
+%<debug> \seq_gput_right:ce
%<debug> { g_@@_struct_debug_kids_#1_seq }
%<debug> {
%<debug> OBJR~reference
@@ -717,7 +738,7 @@
}
%</package|debug>
%<*package>
-\cs_generate_variant:Nn\@@_struct_kid_OBJR_gput_right:nnn { xxx }
+\cs_generate_variant:Nn\@@_struct_kid_OBJR_gput_right:nnn { eee }
% \end{macrocode}
% \end{macro}
% \begin{macro}
@@ -752,7 +773,7 @@
{
\seq_clear:N \l_@@_tmpa_seq
\seq_map_inline:cn { g_@@_struct_kids_#1_seq }
- { \seq_put_right:Nx \l_@@_tmpa_seq { ##1 } }
+ { \seq_put_right:Ne \l_@@_tmpa_seq { ##1 } }
%\seq_show:c { g_@@_struct_kids_#1_seq }
%\seq_show:N \l_@@_tmpa_seq
\seq_remove_all:Nn \l_@@_tmpa_seq {}
@@ -779,7 +800,9 @@
\@@_struct_exchange_kid_command:c
{g_@@_struct_kids_#1_seq}
}
- \@@_prop_gput:cnx { g_@@_struct_#1_prop } {K}
+ \@@_struct_prop_gput:nne
+ {#1}
+ {K}
{
\seq_item:cn
{
@@ -790,7 +813,9 @@
} %
}
{ %many kids, use an array
- \@@_prop_gput:cnx { g_@@_struct_#1_prop } {K}
+ \@@_struct_prop_gput:nne
+ {#1}
+ {K}
{
[
\seq_use:cn
@@ -823,7 +848,7 @@
_entries_seq
}
{
- \tl_put_right:Nx
+ \tl_put_right:Ne
#2
{
\prop_if_in:cnT
@@ -872,11 +897,11 @@
% \begin{macrocode}
\prop_get:cnNF { g_@@_struct_#1_prop } {P}\l_@@_tmpb_tl
{
- \prop_gput:cnx { g_@@_struct_#1_prop } {P}{\pdf_object_ref:n { @@/struct/0 }}
- \prop_gput:cnx { g_@@_struct_#1_prop } {S}{/Artifact}
+ \prop_gput:cne { g_@@_struct_#1_prop } {P}{\pdf_object_ref:n { @@/struct/0 }}
+ \prop_gput:cne { g_@@_struct_#1_prop } {S}{/Artifact}
\seq_if_empty:cF {g_@@_struct_kids_#1_seq}
{
- \msg_warning:nnxx
+ \msg_warning:nnee
{tag}
{struct-orphan}
{ #1 }
@@ -885,8 +910,8 @@
}
\@@_struct_fill_kid_key:n { #1 }
\@@_struct_get_dict_content:nN { #1 } \l_@@_tmpa_tl
- \exp_args:Nx
- \pdf_object_write:nnx
+ \exp_args:Ne
+ \pdf_object_write:nne
{ @@/struct/#1 }
{dict}
{
@@ -939,8 +964,8 @@
}
%put the obj number of the annot in the kid entry, this also creates
%the OBJR object
- \ref_label:nn {__tag_objr_page_#2 }{ tagabspage }
- \@@_struct_kid_OBJR_gput_right:xxx
+ \@@_property_record:nn {@tag@objr@page@#2 }{ tagabspage }
+ \@@_struct_kid_OBJR_gput_right:eee
{
\l_@@_struct_stack_parent_tmpa_tl
}
@@ -948,10 +973,10 @@
#1 %
}
{
- \pdf_pageobject_ref:n { \@@_ref_value:nnn {__tag_objr_page_#2 }{ tagabspage }{1} }
+ \pdf_pageobject_ref:n { \@@_property_ref:nnn {@tag@objr@page@#2 }{ tagabspage }{1} }
}
% add the parent obj number to the parent tree:
- \exp_args:Nnx
+ \exp_args:Nne
\@@_parenttree_add_objr:nn
{
#2
@@ -1053,9 +1078,9 @@
{
\int_compare_p:nNn {#1}<{\c@g_@@_struct_abs_int}
}
- { \tl_set:Nx \l_@@_struct_stack_parent_tmpa_tl { \int_eval:n {#1} } }
+ { \tl_set:Ne \l_@@_struct_stack_parent_tmpa_tl { \int_eval:n {#1} } }
{
- \msg_warning:nnxx { tag } { struct-unknown }
+ \msg_warning:nnee { tag } { struct-unknown }
{ \int_eval:n {#1} }
{ parent~key~ignored }
}
@@ -1064,8 +1089,8 @@
tag .code:n = % S property
{
\seq_set_split:Nne \l_@@_tmpa_seq { / } {#1/\prop_item:Ne\g__tag_role_tags_NS_prop{#1}}
- \tl_gset:Nx \g_@@_struct_tag_tl { \seq_item:Nn\l_@@_tmpa_seq {1} }
- \tl_gset:Nx \g_@@_struct_tag_NS_tl{ \seq_item:Nn\l_@@_tmpa_seq {2} }
+ \tl_gset:Ne \g_@@_struct_tag_tl { \seq_item:Nn\l_@@_tmpa_seq {1} }
+ \tl_gset:Ne \g_@@_struct_tag_NS_tl{ \seq_item:Nn\l_@@_tmpa_seq {2} }
\@@_check_structure_tag:N \g_@@_struct_tag_tl
},
title .code:n = % T property
@@ -1075,8 +1100,8 @@
{ #1 }
{ default }
{ utf16/hex }
- \@@_prop_gput:cnx
- { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
+ \@@_struct_prop_gput:nne
+ { \int_use:N \c@g_@@_struct_abs_int }
{ T }
{ <\l_@@_tmpa_str> }
},
@@ -1087,8 +1112,8 @@
{ #1 }
{ default }
{ utf16/hex }
- \@@_prop_gput:cnx
- { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
+ \@@_struct_prop_gput:nne
+ { \int_use:N \c@g_@@_struct_abs_int }
{ T }
{ <\l_@@_tmpa_str> }
},
@@ -1101,8 +1126,8 @@
{ #1 }
{ default }
{ utf16/hex }
- \@@_prop_gput:cnx
- { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
+ \@@_struct_prop_gput:nne
+ { \int_use:N \c@g_@@_struct_abs_int }
{ Alt }
{ <\l_@@_tmpa_str> }
}
@@ -1117,16 +1142,16 @@
{ #1 }
{ default }
{ utf16/hex }
- \@@_prop_gput:cnx
- { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
+ \@@_struct_prop_gput:nne
+ { \int_use:N \c@g_@@_struct_abs_int }
{ ActualText }
{ <\l_@@_tmpa_str>}
}
},
lang .code:n = % Lang property
{
- \@@_prop_gput:cnx
- { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
+ \@@_struct_prop_gput:nne
+ { \int_use:N \c@g_@@_struct_abs_int }
{ Lang }
{ (#1) }
},
@@ -1138,10 +1163,11 @@
\tl_clear:N\l_@@_tmpa_tl
\clist_map_inline:on {#1}
{
- \tl_put_right:Nx \l_@@_tmpa_tl
- {~\ref_value:nn{tagpdfstruct-##1}{tagstructobj} }
+ \tl_put_right:Ne \l_@@_tmpa_tl
+ {~\@@_property_ref:en{tagpdfstruct-##1}{tagstructobj} }
}
- \@@_struct_gput_data_ref:ee { \int_eval:n {\c@g_@@_struct_abs_int} } {\l_@@_tmpa_tl}
+ \@@_struct_gput_data_ref:ee
+ { \int_use:N \c@g_@@_struct_abs_int } {\l_@@_tmpa_tl}
},
E .code:n = % E property
{
@@ -1150,8 +1176,8 @@
{ #1 }
{ default }
{ utf16/hex }
- \@@_prop_gput:cnx
- { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
+ \@@_struct_prop_gput:nne
+ { \int_use:N \c@g_@@_struct_abs_int }
{ E }
{ <\l_@@_tmpa_str> }
},
@@ -1191,10 +1217,10 @@
{tag-AFfile\int_use:N\g_@@_struct_AFobj_int.#2}
{@@/fileobj\int_use:N\g_@@_struct_AFobj_int}
\@@_struct_add_AF:ee
- { \int_eval:n {\c@g_@@_struct_abs_int} }
+ { \int_use:N \c@g_@@_struct_abs_int }
{ \pdf_object_ref:e {@@/fileobj\int_use:N\g_@@_struct_AFobj_int} }
- \@@_prop_gput:cnx
- { g_@@_struct_\int_use:N\c@g_@@_struct_abs_int _prop }
+ \@@_struct_prop_gput:nne
+ { \int_use:N \c@g_@@_struct_abs_int }
{ AF }
{
[
@@ -1218,10 +1244,10 @@
{tag-AFfile\int_use:N\g_@@_struct_AFobj_int.#2}
\l_@@_tmpa_tl
\@@_struct_add_AF:ee
- { \int_eval:n {\c@g_@@_struct_abs_int} }
+ { \int_use:N \c@g_@@_struct_abs_int }
{ \l_@@_tmpa_tl }
- \@@_prop_gput:cnx
- { g_@@_struct_\int_use:N\c@g_@@_struct_abs_int _prop }
+ \@@_struct_prop_gput:nne
+ { \int_use:N \c@g_@@_struct_abs_int }
{ AF }
{
[
@@ -1243,14 +1269,14 @@
g_@@_struct_#1_AF_tl
}
{
- \tl_gput_right:cx
+ \tl_gput_right:ce
{ g_@@_struct_#1_AF_tl }
{ \c_space_tl #2 }
}
{
\tl_new:c
{ g_@@_struct_#1_AF_tl }
- \tl_gset:cx
+ \tl_gset:ce
{ g_@@_struct_#1_AF_tl }
{ #2 }
}
@@ -1262,9 +1288,9 @@
{
\pdf_object_if_exist:nTF {#1}
{
- \@@_struct_add_AF:ee { \int_eval:n {\c@g_@@_struct_abs_int} }{\pdf_object_ref:n {#1}}
- \@@_prop_gput:cnx
- { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
+ \@@_struct_add_AF:ee { \int_use:N \c@g_@@_struct_abs_int }{\pdf_object_ref:n {#1}}
+ \@@_struct_prop_gput:nne
+ { \int_use:N \c@g_@@_struct_abs_int }
{ AF }
{
[
@@ -1274,7 +1300,7 @@
}
}
{
-
+ % message?
}
},
,AFinline .code:n =
@@ -1312,8 +1338,8 @@
\pdf_object_if_exist:nTF {#1}
{
\@@_struct_add_AF:ee { 0 }{\pdf_object_ref:n {#1}}
- \@@_prop_gput:cnx
- { g_@@_struct_0_prop }
+ \@@_struct_prop_gput:nne
+ { 0 }
{ AF }
{
[
@@ -1354,23 +1380,25 @@
\exp_args:Ne
\pdf_object_new:n
{ @@/struct/\int_eval:n { \c@g_@@_struct_abs_int } }
- \@@_prop_gput:cno
- { g_@@_struct_\int_eval:n { \c@g_@@_struct_abs_int }_prop }
- { Type }
- { /StructElem }
+ \@@_struct_prop_gput:nnn
+ { \int_use:N \c@g_@@_struct_abs_int }
+ { Type }
+ { /StructElem }
\tl_set:Nn \l_@@_struct_stack_parent_tmpa_tl {-1}
\keys_set:nn { @@ / struct} { #1 }
% \end{macrocode}
% \begin{macrocode}
\@@_struct_set_tag_info:eVV
- { \int_eval:n {\c@g_@@_struct_abs_int} }
+ { \int_use:N \c@g_@@_struct_abs_int }
\g_@@_struct_tag_tl
\g_@@_struct_tag_NS_tl
- \@@_check_structure_has_tag:n { \int_eval:n {\c@g_@@_struct_abs_int} }
+ \@@_check_structure_has_tag:n { \int_use:N \c@g_@@_struct_abs_int }
\tl_if_empty:NF
\l_@@_struct_key_label_tl
{
- \@@_ref_label:en{tagpdfstruct-\l_@@_struct_key_label_tl}{struct}
+ \@@_property_record:eV
+ {tagpdfstruct-\l_@@_struct_key_label_tl}
+ \c_@@_property_struct_clist
}
% \end{macrocode}
% The structure number of the parent is either taken from the stack or
@@ -1394,12 +1422,12 @@
% \end{macrocode}
% to target role and role NS
% \begin{macrocode}
- \@@_prop_gput:cnx
- { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
- { rolemap }
- {
- {\l_@@_struct_roletag_tl}{\l_@@_struct_roletag_NS_tl}
- }
+ \@@_struct_prop_gput:nne
+ { \int_use:N \c@g_@@_struct_abs_int }
+ { rolemap }
+ {
+ {\l_@@_struct_roletag_tl}{\l_@@_struct_roletag_NS_tl}
+ }
% \end{macrocode}
% we also store which role to use for parent/child test. If the role is
% one of Part, Div, NonStruct we have to retrieve it from the parent.
@@ -1417,8 +1445,8 @@
{ parentrole }
\l_@@_get_tmpc_tl
{
- \@@_prop_gput:cno
- { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
+ \@@_struct_prop_gput:nno
+ { \int_use:N \c@g_@@_struct_abs_int }
{ parentrole }
{
\l_@@_get_tmpc_tl
@@ -1426,8 +1454,8 @@
}
}
{
- \@@_prop_gput:cnx
- { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
+ \@@_struct_prop_gput:nne
+ { \int_use:N \c@g_@@_struct_abs_int }
{ parentrole }
{
{\l_@@_struct_roletag_tl}{\l_@@_struct_roletag_NS_tl}
@@ -1435,7 +1463,7 @@
}
% \end{macrocode}
% \begin{macrocode}
- \seq_gpush:Nx \g_@@_struct_tag_stack_seq
+ \seq_gpush:Ne \g_@@_struct_tag_stack_seq
{{\g_@@_struct_tag_tl}{\l_@@_struct_roletag_tl}}
\tl_gset:NV \g_@@_struct_stack_current_tl \c@g_@@_struct_abs_int
%\seq_show:N \g_@@_struct_stack_seq
@@ -1463,7 +1491,7 @@
{ g_@@_struct_ \l_@@_struct_stack_parent_tmpa_tl _prop}
{S}
\l_@@_tmpa_tl
- \msg_warning:nnxxx
+ \msg_warning:nneee
{ tag }
{role-parent-child}
{ \l_@@_get_parent_tmpa_tl/\l_@@_get_parent_tmpb_tl }
@@ -1478,15 +1506,15 @@
\cs_gset_eq:NN \g_@@_struct_tag_tl \l_@@_role_remap_tag_tl
\cs_gset_eq:NN \g_@@_struct_tag_NS_tl \l_@@_role_remap_NS_tl
\@@_struct_set_tag_info:eVV
- { \int_eval:n {\c@g_@@_struct_abs_int} }
+ { \int_use:N \c@g_@@_struct_abs_int }
\g_@@_struct_tag_tl
\g_@@_struct_tag_NS_tl
}
% \end{macrocode}
% Set the Parent.
% \begin{macrocode}
- \@@_prop_gput:cnx
- { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
+ \@@_struct_prop_gput:nne
+ { \int_use:N \c@g_@@_struct_abs_int }
{ P }
{
\pdf_object_ref:e { @@/struct/\l_@@_struct_stack_parent_tmpa_tl }
@@ -1496,7 +1524,7 @@
%record this structure as kid:
%\tl_show:N \g_@@_struct_stack_current_tl
%\tl_show:N \l_@@_struct_stack_parent_tmpa_tl
- \@@_struct_kid_struct_gput_right:xx
+ \@@_struct_kid_struct_gput_right:ee
{ \l_@@_struct_stack_parent_tmpa_tl }
{ \g_@@_struct_stack_current_tl }
%\prop_show:c { g_@@_struct_\g_@@_struct_stack_current_tl _prop }
@@ -1504,12 +1532,13 @@
}
% \end{macrocode}
% the debug mode stores in second prop and replaces value with more suitable ones.
+% (If the structure is updated later this gets perhaps lost, but well ...)
% This must be done outside of the stash boolean.
% \begin{macrocode}
%<debug> \prop_gset_eq:cc
%<debug> { g_@@_struct_debug_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
%<debug> { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
-%<debug> \prop_gput:cnx
+%<debug> \prop_gput:cne
%<debug> { g_@@_struct_debug_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
%<debug> { P }
%<debug> {
@@ -1520,7 +1549,7 @@
%<debug> \l_@@_get_parent_tmpa_tl
%<debug> }
%<debug> }
-%<debug> \prop_gput:cnx
+%<debug> \prop_gput:cne
%<debug> { g_@@_struct_debug_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
%<debug> { NS }
%<debug> { \g_@@_struct_tag_NS_tl }
@@ -1557,11 +1586,11 @@
}
\seq_get:NNT \g_@@_struct_tag_stack_seq \l_@@_tmpa_tl
{
- \tl_gset:Nx \g_@@_struct_tag_tl
+ \tl_gset:Ne \g_@@_struct_tag_tl
{ \exp_last_unbraced:NV\use_i:nn \l_@@_tmpa_tl }
\prop_get:NVNT\g_@@_role_tags_NS_prop \g_@@_struct_tag_tl\l_@@_tmpa_tl
{
- \tl_gset:Nx \g_@@_struct_tag_NS_tl { \l_@@_tmpa_tl }
+ \tl_gset:Ne \g_@@_struct_tag_NS_tl { \l_@@_tmpa_tl }
}
}
%<debug>\@@_debug_struct_end_insert:
@@ -1588,16 +1617,16 @@
\@@_check_if_active_struct:T
{
\prop_if_exist:cTF
- { g_@@_struct_\@@_ref_value:enn{tagpdfstruct-#1}{tagstruct}{unknown}_prop } %
+ { g_@@_struct_\@@_property_ref:enn{tagpdfstruct-#1}{tagstruct}{unknown}_prop } %
{
\@@_check_struct_used:n {#1}
%add the label structure as kid to the current structure (can be the root)
- \@@_struct_kid_struct_gput_right:xx
+ \@@_struct_kid_struct_gput_right:ee
{ \g_@@_struct_stack_current_tl }
- { \@@_ref_value:enn{tagpdfstruct-#1}{tagstruct}{0} }
+ { \@@_property_ref:enn{tagpdfstruct-#1}{tagstruct}{0} }
%add the current structure to the labeled one as parents
\@@_prop_gput:cnx
- { g_@@_struct_\@@_ref_value:enn{tagpdfstruct-#1}{tagstruct}{0}_prop }
+ { g_@@_struct_\@@_property_ref:enn{tagpdfstruct-#1}{tagstruct}{0}_prop }
{ P }
{
\pdf_object_ref:e { @@/struct/\g_@@_struct_stack_current_tl }
@@ -1605,27 +1634,20 @@
% \end{macrocode}
% debug code
% \begin{macrocode}
-%<debug> \prop_gset_eq:cc
-%<debug> { g_@@_struct_debug_\@@_ref_value:enn{tagpdfstruct-#1}{tagstruct}{0}_prop }
-%<debug> { g_@@_struct_\@@_ref_value:enn{tagpdfstruct-#1}{tagstruct}{0}_prop }
-%<debug> \prop_gput:cnx
-%<debug> { g_@@_struct_debug_\@@_ref_value:enn{tagpdfstruct-#1}{tagstruct}{0}_prop }
+%<debug> \prop_gput:cne
+%<debug> { g_@@_struct_debug_\@@_property_ref:enn{tagpdfstruct-#1}{tagstruct}{0}_prop }
%<debug> { P }
%<debug> {
%<debug> parent~structure:~\g_@@_struct_stack_current_tl\c_space_tl=~
%<debug> \g_@@_struct_tag_tl
%<debug> }
-%<debug> \prop_gput:cnx
-%<debug> { g_@@_struct_debug_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
-%<debug> { NS }
-%<debug> { \g_@@_struct_tag_NS_tl }
% \end{macrocode}
% check if the tag is allowed as child. Here we have to retrieve the
% tag info for the child, while the data for the parent is in
% the global tl-vars:
% \begin{macrocode}
\@@_struct_get_parentrole:eNN
- {\__tag_ref_value:enn{tagpdfstruct-#1}{tagstruct}{0}}
+ {\@@_property_ref:enn{tagpdfstruct-#1}{tagstruct}{0}}
\l_@@_tmpa_tl
\l_@@_tmpb_tl
\@@_check_parent_child:VVVVN
@@ -1642,7 +1664,7 @@
\cs_gset_eq:NN \g_@@_struct_tag_tl \l_@@_role_remap_tag_tl
\cs_gset_eq:NN \g_@@_struct_tag_NS_tl \l_@@_role_remap_NS_tl
\@@_struct_set_tag_info:eVV
- { \int_eval:n {\c@g_@@_struct_abs_int} }
+ { \int_use:N \c@g_@@_struct_abs_int }
\g_@@_struct_tag_tl
\g_@@_struct_tag_NS_tl
}
@@ -1662,7 +1684,7 @@
% TODO: decide how it should be guarded. Probably by the struct-check.
% \begin{macrocode}
%<base>\cs_new_protected:Npn \tag_struct_use_num:n #1 {}
-%<*package>
+%<*package|debug>
\cs_set_protected:Npn \tag_struct_use_num:n #1 %#1 is structure number
{
\@@_check_if_active_struct:T
@@ -1678,16 +1700,23 @@
\msg_warning:nnn { tag } {struct-used-twice} {#1}
}
%add the label structure as kid to the current structure (can be the root)
- \@@_struct_kid_struct_gput_right:xx
+ \@@_struct_kid_struct_gput_right:ee
{ \g_@@_struct_stack_current_tl }
{ #1 }
%add the current structure to the labeled one as parents
- \@@_prop_gput:cnx
- { g_@@_struct_#1_prop }
+ \@@_struct_prop_gput:nne
+ { #1 }
{ P }
{
\pdf_object_ref:e { @@/struct/\g_@@_struct_stack_current_tl }
}
+%<debug> \prop_gput:cne
+%<debug> { g_@@_struct_debug_#1_prop }
+%<debug> { P }
+%<debug> {
+%<debug> parent~structure:~\g_@@_struct_stack_current_tl\c_space_tl=~
+%<debug> \g_@@_struct_tag_tl
+%<debug> }
% \end{macrocode}
% check if the tag is allowed as child. Here we have to retrieve the
% tag info for the child, while the data for the parent is in
@@ -1711,7 +1740,7 @@
\cs_gset_eq:NN \g_@@_struct_tag_tl \l_@@_role_remap_tag_tl
\cs_gset_eq:NN \g_@@_struct_tag_NS_tl \l_@@_role_remap_NS_tl
\@@_struct_set_tag_info:eVV
- { \int_eval:n {\c@g_@@_struct_abs_int} }
+ { \int_use:N \c@g_@@_struct_abs_int }
\g_@@_struct_tag_tl
\g_@@_struct_tag_NS_tl
}
@@ -1721,7 +1750,7 @@
}
}
}
-%</package>
+%</package|debug>
% \end{macrocode}
% \end{macro}
% \begin{macro}[EXP]{\tag_struct_object_ref:n}
@@ -1741,9 +1770,13 @@
%
% \begin{macro}{\tag_struct_gput:nnn}
% This is a command that allows to update the data of a structure.
-% The first argument is the
-% number of the structure, the second a keyword referring to a function,
-% the third the value. Currently the only keyword is \texttt{ref}
+% This often can't done simply by replacing the value, as we have to
+% preserve and extend existing content. We use therefore dedicated functions
+% adjusted to the key in question.
+% The first argument is the number of the structure,
+% the second a keyword referring to a function,
+% the third the value. Currently the only keyword is \texttt{ref} which updates
+% the Ref key (an array)
% \begin{macrocode}
\cs_new_protected:Npn \tag_struct_gput:nnn #1 #2 #3
{
@@ -1754,31 +1787,33 @@
{#1}{#3}
}
\cs_generate_variant:Nn \tag_struct_gput:nnn {ene,nne}
+%</package>
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@@_struct_gput_data_ref:nn}
% \begin{macrocode}
+%<*package>
\cs_new_protected:Npn \@@_struct_gput_data_ref:nn #1 #2
- % #1 receiving struct num, #2 list of object ref
+ % #1 receiving struct num, #2 list of object ref
{
\prop_get:cnN
{ g_@@_struct_#1_prop }
{Ref}
\l_@@_get_tmpc_tl
- \@@_prop_gput:cnx
- { g_@@_struct_#1_prop }
+ \@@_struct_prop_gput:nne
+ { #1 }
{ Ref }
{ \quark_if_no_value:NF\l_@@_get_tmpc_tl { \l_@@_get_tmpc_tl\c_space_tl }#2 }
}
\cs_generate_variant:Nn \@@_struct_gput_data_ref:nn {ee}
% \end{macrocode}
% \end{macro}
-
% \begin{macro}
% {
% \tag_struct_insert_annot:nn,
-% \tag_struct_insert_annot:xx
+% \tag_struct_insert_annot:xx,
+% \tag_struct_insert_annot:ee
% }
% \begin{macro}[EXP]
% {
@@ -1802,7 +1837,7 @@
}
}
-\cs_generate_variant:Nn \tag_struct_insert_annot:nn {xx}
+\cs_generate_variant:Nn \tag_struct_insert_annot:nn {xx,ee}
\cs_new:Npn \tag_struct_parent_int: {\int_use:c { c@g_@@_parenttree_obj_int }}
%</package>
@@ -1813,7 +1848,7 @@
% \section{Attributes and attribute classes}
% \begin{macrocode}
%<*header>
-\ProvidesExplPackage {tagpdf-attr-code} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf-attr-code} {2023-10-27} {0.98m}
{part of tagpdf - code related to attributes and attribute classes}
%</header>
% \end{macrocode}
@@ -1872,6 +1907,19 @@
}
% \end{macrocode}
% \end{macro}
+% TEMP!!!!
+% we temporarly use an internal function for the mapping. This can go
+% at the next update
+% \begin{macrocode}
+\cs_if_free:NTF \seq_set_map_e:NNn
+ {
+ \cs_new_eq:NN \@@_seq_set_map_e:NNn \seq_set_map_x:NNn
+ }
+ {
+ \cs_new_eq:NN \@@_seq_set_map_e:NNn \seq_set_map_e:NNn
+ }
+% \end{macrocode}
+%
% \begin{macro}{attribute-class (struct-key)}
% attribute-class has to store the used attribute names so that
% they can be added to the ClassMap later.
@@ -1880,12 +1928,12 @@
{
attribute-class .code:n =
{
- \clist_set:Nx \l_@@_tmpa_clist { #1 }
+ \clist_set:Ne \l_@@_tmpa_clist { #1 }
\seq_set_from_clist:NN \l_@@_tmpb_seq \l_@@_tmpa_clist
% \end{macrocode}
% we convert the names into pdf names with slash
% \begin{macrocode}
- \seq_set_map_x:NNn \l_@@_tmpa_seq \l_@@_tmpb_seq
+ \@@_seq_set_map_e:NNn \l_@@_tmpa_seq \l_@@_tmpb_seq
{
\pdf_name_from_unicode_e:n {##1}
}
@@ -1897,7 +1945,7 @@
}
\seq_gput_left:Nn\g_@@_attr_class_used_seq { ##1}
}
- \tl_set:Nx \l_@@_tmpa_tl
+ \tl_set:Ne \l_@@_tmpa_tl
{
\int_compare:nT { \seq_count:N \l_@@_tmpa_seq > 1 }{[}
\seq_use:Nn \l_@@_tmpa_seq { \c_space_tl }
@@ -1905,8 +1953,8 @@
}
\int_compare:nT { \seq_count:N \l_@@_tmpa_seq > 0 }
{
- \@@_prop_gput:cnx
- { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
+ \@@_struct_prop_gput:nne
+ { \int_use:N \c@g_@@_struct_abs_int }
{ C }
{ \l_@@_tmpa_tl }
%\prop_show:c { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
@@ -1921,18 +1969,18 @@
{
attribute .code:n = % A property (attribute, value currently a dictionary)
{
- \clist_set:Nx \l_@@_tmpa_clist { #1 }
+ \clist_set:Ne \l_@@_tmpa_clist { #1 }
\clist_if_empty:NF \l_@@_tmpa_clist
{
\seq_set_from_clist:NN \l_@@_tmpb_seq \l_@@_tmpa_clist
% \end{macrocode}
% we convert the names into pdf names with slash
% \begin{macrocode}
- \seq_set_map_x:NNn \l_@@_tmpa_seq \l_@@_tmpb_seq
+ \@@_seq_set_map_e:NNn \l_@@_tmpa_seq \l_@@_tmpb_seq
{
\pdf_name_from_unicode_e:n {##1}
}
- \tl_set:Nx \l_@@_attr_value_tl
+ \tl_set:Ne \l_@@_attr_value_tl
{
\int_compare:nT { \seq_count:N \l_@@_tmpa_seq > 1 }{[}%]
}
@@ -1944,27 +1992,27 @@
}
\prop_if_in:NnF \g_@@_attr_objref_prop {##1}
{%\prop_show:N \g_@@_attr_entries_prop
- \pdf_object_unnamed_write:nx
+ \pdf_object_unnamed_write:ne
{ dict }
{
\prop_item:Nn\g_@@_attr_entries_prop {##1}
}
- \prop_gput:Nnx \g_@@_attr_objref_prop {##1} {\pdf_object_ref_last:}
+ \prop_gput:Nne \g_@@_attr_objref_prop {##1} {\pdf_object_ref_last:}
}
- \tl_put_right:Nx \l_@@_attr_value_tl
+ \tl_put_right:Ne \l_@@_attr_value_tl
{
\c_space_tl
\prop_item:Nn \g_@@_attr_objref_prop {##1}
}
% \tl_show:N \l_@@_attr_value_tl
}
- \tl_put_right:Nx \l_@@_attr_value_tl
+ \tl_put_right:Ne \l_@@_attr_value_tl
{ %[
\int_compare:nT { \seq_count:N \l_@@_tmpa_seq > 1 }{]}%
}
% \tl_show:N \l_@@_attr_value_tl
- \@@_prop_gput:cnx
- { g_@@_struct_\int_eval:n {\c@g_@@_struct_abs_int}_prop }
+ \@@_struct_prop_gput:nne
+ { \int_use:N \c@g_@@_struct_abs_int }
{ A }
{ \l_@@_attr_value_tl }
}
diff --git a/macros/latex/contrib/tagpdf/tagpdf-tree.dtx b/macros/latex/contrib/tagpdf/tagpdf-tree.dtx
index c84ad8a8c5..41298b2d69 100644
--- a/macros/latex/contrib/tagpdf/tagpdf-tree.dtx
+++ b/macros/latex/contrib/tagpdf/tagpdf-tree.dtx
@@ -47,13 +47,13 @@
% }^^A
% }
%
-% \date{Version 0.98l, released 2023-08-30}
+% \date{Version 0.98m, released 2023-10-27}
% \maketitle
% \begin{implementation}
% \begin{macrocode}
%<@@=tag>
%<*header>
-\ProvidesExplPackage {tagpdf-tree-code} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf-tree-code} {2023-10-27} {0.98m}
{part of tagpdf - code related to writing trees and dictionaries to the pdf}
%</header>
% \end{macrocode}
@@ -136,7 +136,7 @@
\hook_gput_code:nnn{begindocument}{tagpdf}
{
\int_gset:Nn\g_@@_tree_id_pad_int
- {\tl_count:e { \@@_ref_value_lastpage:nn{tagstruct}{1000}}+1}
+ {\tl_count:e { \@@_property_ref_lastpage:nn{tagstruct}{1000}}+1}
}
% \end{macrocode}
@@ -273,7 +273,7 @@
{
\int_gset:Nn
\c@g_@@_parenttree_obj_int
- { \@@_ref_value_lastpage:nn{abspage}{100} }
+ { \@@_property_ref_lastpage:nn{abspage}{100} }
}
% \end{macrocode}
% \end{macro}
@@ -313,18 +313,18 @@
\cs_new_protected:Npn \@@_tree_parenttree_rerun_msg: {}
\cs_new_protected:Npn \@@_tree_fill_parenttree:
{
- \int_step_inline:nnnn{1}{1}{\@@_ref_value_lastpage:nn{abspage}{-1}} %not quite clear if labels are needed. See lua code
+ \int_step_inline:nnnn{1}{1}{\@@_property_ref_lastpage:nn{abspage}{-1}} %not quite clear if labels are needed. See lua code
{ %page ##1
\prop_clear:N \l_@@_tmpa_prop
- \int_step_inline:nnnn{1}{1}{\@@_ref_value_lastpage:nn{tagmcabs}{-1}}
+ \int_step_inline:nnnn{1}{1}{\@@_property_ref_lastpage:nn{tagmcabs}{-1}}
{
%mcid####1
\int_compare:nT
- {\@@_ref_value:enn{mcid-####1}{tagabspage}{-1}=##1} %mcid is on current page
+ {\@@_property_ref:enn{mcid-####1}{tagabspage}{-1}=##1} %mcid is on current page
{% yes
\prop_put:Nxx
\l_@@_tmpa_prop
- {\@@_ref_value:enn{mcid-####1}{tagmcid}{-1}}
+ {\@@_property_ref:enn{mcid-####1}{tagmcid}{-1}}
{\prop_item:Nn \g_@@_mc_parenttree_prop {####1}}
}
}
diff --git a/macros/latex/contrib/tagpdf/tagpdf-user.dtx b/macros/latex/contrib/tagpdf/tagpdf-user.dtx
index 518a341812..339d79e1db 100644
--- a/macros/latex/contrib/tagpdf/tagpdf-user.dtx
+++ b/macros/latex/contrib/tagpdf/tagpdf-user.dtx
@@ -46,7 +46,7 @@
% }^^A
% }
%
-% \date{Version 0.98l, released 2023-08-30}
+% \date{Version 0.98m, released 2023-10-27}
% \maketitle
% \begin{documentation}
% \section{Setup commands}
@@ -250,7 +250,7 @@
% \begin{macrocode}
%<@@=tag>
%<*header>
-\ProvidesExplPackage {tagpdf-user} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf-user} {2023-10-27} {0.98m}
{tagpdf - user commands}
%</header>
% \end{macrocode}
diff --git a/macros/latex/contrib/tagpdf/tagpdf.dtx b/macros/latex/contrib/tagpdf/tagpdf.dtx
index be94a64070..668d085169 100644
--- a/macros/latex/contrib/tagpdf/tagpdf.dtx
+++ b/macros/latex/contrib/tagpdf/tagpdf.dtx
@@ -25,9 +25,9 @@
% \fi
% \begin{documentation}
% \begin{function}{\ref_value:nnn}
-% This is a temporary definition which will have to
-% move to l3ref. It allows to locally set a default value if the label or the attribute
-% doesn't exist. See issue \#4 in Accessible-xref.
+% This is a temporary definition which will be removed once properties have been
+% released. It allows to locally set a default value if the label or the attribute
+% doesn't exist.
% \begin{syntax}
% \cs{ref_value:nnn}\Arg{label}\Arg{attribute}\Arg{fallback default}
% \end{syntax}
@@ -93,7 +93,7 @@
% \begin{macrocode}
%<@@=tag>
%<*package>
-\ProvidesExplPackage {tagpdf} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf} {2023-10-27} {0.98m}
{ A package to experiment with pdf tagging }
\bool_if:nF
@@ -119,7 +119,7 @@
% \end{macrocode}
%<*debug>
% \begin{macrocode}
-\ProvidesExplPackage {tagpdf-debug} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf-debug} {2023-10-27} {0.98m}
{ debug code for tagpdf }
\@ifpackageloaded{tagpdf}{}{\PackageWarning{tagpdf-debug}{tagpdf~not~loaded,~quitting}\endinput}
% \end{macrocode}
@@ -142,7 +142,7 @@
% we define a base package with dummy functions
% \begin{macrocode}
%<*base>
-\ProvidesExplPackage {tagpdf-base} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdf-base} {2023-10-27} {0.98m}
{part of tagpdf - provide base, no-op versions of the user commands }
%</base>
% \end{macrocode}
@@ -200,52 +200,48 @@
% \begin{macro}{\@@_lastpagelabel:}
% \begin{macrocode}
%<*package>
- \cs_new_protected:Npn \@@_lastpagelabel:
- {
- \legacy_if:nT { @filesw }
- {
- \exp_args:NNnx \exp_args:NNx\iow_now:Nn \@auxout
- {
- \token_to_str:N \newlabeldata
- {@@_LastPage}
- {
- {abspage} { \int_use:N \g_shipout_readonly_int}
- {tagmcabs}{ \int_use:N \c@g_@@_MCID_abs_int }
- {tagstruct}{\int_use:N \c@g_@@_struct_abs_int }
- }
- }
- }
- }
-
+\cs_if_exist:NTF \property_new:nnnn
+ {
+ \cs_new_protected:Npn \@@_lastpagelabel:
+ {
+ \legacy_if:nT { @filesw }
+ {
+ \exp_args:NNnx \exp_args:NNx\iow_now:Nn \@auxout
+ {
+ \token_to_str:N \new@label@record
+ {@tag@LastPage}
+ {
+ {abspage} { \int_use:N \g_shipout_readonly_int}
+ {tagmcabs}{ \int_use:N \c@g_@@_MCID_abs_int }
+ {tagstruct}{\int_use:N \c@g_@@_struct_abs_int }
+ }
+ }
+ }
+ }
+ }
+ {
+ \cs_new_protected:Npn \@@_lastpagelabel:
+ {
+ \legacy_if:nT { @filesw }
+ {
+ \exp_args:NNnx \exp_args:NNx\iow_now:Nn \@auxout
+ {
+ \token_to_str:N \newlabeldata
+ {@tag@LastPage}
+ {
+ {abspage} { \int_use:N \g_shipout_readonly_int}
+ {tagmcabs}{ \int_use:N \c@g_@@_MCID_abs_int }
+ {tagstruct}{\int_use:N \c@g_@@_struct_abs_int }
+ }
+ }
+ }
+ }
+ }
\AddToHook{enddocument/afterlastpage}
{\@@_lastpagelabel:}
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}{\ref_value:nnn}
-% This allows to locally set a default value if the label or the attribute
-% doesn't exist.
-% \begin{macrocode}
- \cs_if_exist:NF \ref_value:nnn
- {
- \cs_new:Npn \ref_value:nnn #1#2#3
- {
- \exp_args:Nee
- \__ref_value:nnn
- { \tl_to_str:n {#1} } { \tl_to_str:n {#2} } {#3}
- }
- \cs_new:Npn \__ref_value:nnn #1#2#3
- {
- \tl_if_exist:cTF { g__ref_label_ #1 _ #2 _tl }
- { \tl_use:c { g__ref_label_ #1 _ #2 _tl } }
- {
- #3
- }
- }
- }
-% \end{macrocode}
-% \end{macro}
-
% \section{Variables}
% \begin{variable}
% {
@@ -282,10 +278,10 @@
% \end{variable}
% Attribute lists for the label command. We have a list for
% mc-related labels, and one for structures.
-% \begin{macro}{\c_@@_refmc_clist,\c_@@_refstruct_clist}
+% \begin{macro}{\c_@@_property_mc_clist,\c_@@_property_struct_clist}
% \begin{macrocode}
-\clist_const:Nn \c_@@_refmc_clist {tagabspage,tagmcabs,tagmcid}
-\clist_const:Nn \c_@@_refstruct_clist {tagstruct,tagstructobj}
+\clist_const:Nn \c_@@_property_mc_clist {tagabspage,tagmcabs,tagmcid}
+\clist_const:Nn \c_@@_property_struct_clist {tagstruct,tagstructobj}
% \end{macrocode}
% \end{macro}
%
@@ -367,11 +363,110 @@
\cs_generate_variant:Nn \prop_gput:Nnn {Nxx,Nen}
\cs_generate_variant:Nn \prop_put:Nnn {Nxx}
\cs_generate_variant:Nn \prop_item:Nn {No,Ne}
-\cs_generate_variant:Nn \ref_label:nn { nv }
\cs_generate_variant:Nn \seq_set_split:Nnn{Nne}
\cs_generate_variant:Nn \str_set_convert:Nnnn {Nonn, Noon, Nnon }
\cs_generate_variant:Nn \clist_map_inline:nn {on}
% \end{macrocode}
+%
+% \section{Label and Reference commands}
+% To ease transition to properties we setup internal definition. They can be replaced
+% by the property definitions once that is released.
+% \begin{macro}{\@@_property_new:nnnn,\@@_property_gset:nnnn,\@@_property_ref:nnn}
+% \begin{macrocode}
+\cs_if_exist:NTF \property_new:nnnn
+ {
+% \end{macrocode}
+% At first a command to define new properties
+% \begin{macrocode}
+ \cs_new_eq:NN \@@_property_new:nnnn \property_new:nnnn
+% \end{macrocode}
+% For the non-shipout code we need also the option to reset property
+% \begin{macrocode}
+ \cs_new_eq:NN \@@_property_gset:nnnn \property_gset:nnnn
+% \end{macrocode}
+% The command to reference while giving a local default.
+% \begin{macrocode}
+ \cs_new_eq:NN \@@_property_ref:nnn \property_ref:nnn
+ \cs_new_eq:NN \@@_property_ref:nn \property_ref:nn
+% \end{macrocode}
+% The command to record
+% \begin{macrocode}
+ \cs_new_protected:Npn \@@_property_record:nn #1#2
+ {
+ \@bsphack
+ \property_record:nn{#1}{#2}
+ \@esphack
+ }
+ }
+% \end{macrocode}
+% now the same with l3ref-tmp
+% \begin{macrocode}
+ {
+ \cs_new_protected:Npn \@@_property_new:nnnn #1 #2 #3 #4
+ {
+ \ref_attribute_gset:nnnn {#1}{#3}{#2}{#4}
+ }
+ \cs_new_protected:Npn \@@_property_gset:nnnn #1 #2 #3 #4
+ {
+ \ref_attribute_gset:nnnn {#1}{#3}{#2}{#4}
+ }
+ \cs_new:Npn \@@_property_ref:nnn #1#2#3
+ {
+ \exp_args:Nee
+ \__ref_value:nnn
+ { \tl_to_str:n {#1} } { \tl_to_str:n {#2} } {#3}
+ }
+ \cs_new:Npn \__ref_value:nnn #1#2#3
+ {
+ \tl_if_exist:cTF { g__ref_label_ #1 _ #2 _tl }
+ { \tl_use:c { g__ref_label_ #1 _ #2 _tl } }
+ {
+ #3
+ }
+ }
+ \cs_new_eq:NN \@@_property_ref:nn \ref_value:nn
+ \cs_new_protected:Npn \@@_property_record:nn #1#2
+ {
+ \@bsphack
+ \ref_label:nn {#1}{#2}
+ \@esphack
+ }
+% \end{macrocode}
+% to provide problems when switching between main and dev format:
+% \begin{macrocode}
+ \providecommand\new@label@record[2]{}
+ }
+% \end{macrocode}
+% And a few variants
+% \begin{macrocode}
+\cs_generate_variant:Nn \@@_property_ref:nnn {enn}
+\cs_generate_variant:Nn \@@_property_ref:nn {en}
+\cs_generate_variant:Nn \@@_property_record:nn {en,eV}
+% \end{macrocode}
+% The graphic code in latex-lab uses an internal tagpdf command, so until the next
+% release we need to provide it
+% \begin{macrocode}
+\cs_new:Npn \@@_ref_value:enn #1#2#3
+ {
+ \tl_if_exist:cTF { g__ref_label_ #1 _ #2 _tl }
+ { \tl_use:c { g__ref_label_ #1 _ #2 _tl } }
+ {
+ #3
+ }
+ }
+% \end{macrocode}
+% \end{macro}
+%
+% \begin{macro}{\@@_property_ref_lastpage:nn}
+% A command to retrieve the lastpage label, this will be adapted when there
+% is a proper, kernel lastpage label.
+% \begin{macrocode}
+\cs_new:Npn \@@_property_ref_lastpage:nn #1 #2
+ {
+ \@@_property_ref:nnn {@tag@LastPage}{#1}{#2}
+ }
+% \end{macrocode}
+%\end{macro}
% \section{Setup label attributes}
% \begin{macro}{tagstruct,tagstructobj,tagabspage,tagmcabs,tagmcid}
@@ -385,68 +480,29 @@
% With mc-chunks we store the absolute page number |tagabspage|,
% the absolute id |tagmcabc|, and the id on the page |tagmcid|.
% \begin{macrocode}
-\ref_attribute_gset:nnnn { tagstruct } {0} { now }
- { \int_use:N \c@g_@@_struct_abs_int }
-\ref_attribute_gset:nnnn { tagstructobj } {} { now }
+\@@_property_new:nnnn
+ { tagstruct } { now }
+ {0} { \int_use:N \c@g_@@_struct_abs_int }
+\@@_property_new:nnnn { tagstructobj } { now } {}
{
\pdf_object_if_exist:eT {@@/struct/\int_use:N \c@g__tag_struct_abs_int}
{
\pdf_object_ref:e{@@/struct/\int_use:N \c@g_@@_struct_abs_int}
}
}
-\ref_attribute_gset:nnnn { tagabspage } {0} { shipout }
- { \int_use:N \g_shipout_readonly_int }
-\ref_attribute_gset:nnnn { tagmcabs } {0} { now }
- { \int_use:N \c@g_@@_MCID_abs_int }
+\@@_property_new:nnnn
+ { tagabspage } { shipout }
+ {0} { \int_use:N \g_shipout_readonly_int }
+\@@_property_new:nnnn { tagmcabs } { now }
+ {0} { \int_use:N \c@g_@@_MCID_abs_int }
\flag_new:n { @@/mcid }
-\ref_attribute_gset:nnnn {tagmcid } {0} { shipout }
- { \flag_height:n { @@/mcid } }
+\@@_property_new:nnnn {tagmcid } { shipout }
+ {0} { \flag_height:n { @@/mcid } }
% \end{macrocode}
% \end{macro}
%
-% \section{Label commands}
-% \begin{macro}{\@@_ref_label:nn}
-% A version of |\ref_label:nn| to set a label
-% which takes a keyword |mc| or |struct| to
-% call the relevant lists.
-% TODO: check if |\@bsphack| and |\@esphack| make sense here.
-% \begin{macrocode}
-\cs_new_protected:Npn \@@_ref_label:nn #1 #2 %#1 label, #2 name of list mc or struct
- {
- \@bsphack
- \ref_label:nv {#1}{c_@@_ref#2_clist}
- \@esphack
- }
-\cs_generate_variant:Nn \@@_ref_label:nn {en}
-% \end{macrocode}
-% \end{macro}
-% \begin{macro}{\@@_ref_value:nnn}
-% A local version to retrieve the value. It is a direct wrapper,
-% but to keep naming consistent \ldots. It uses the variant defined temporarly
-% above.
-% \begin{macrocode}
-\cs_new:Npn \@@_ref_value:nnn #1 #2 #3 %#1 label, #2 attribute, #3 default
- {
- \ref_value:nnn {#1}{#2}{#3}
- }
-\cs_generate_variant:Nn \@@_ref_value:nnn {enn}
-% \end{macrocode}
-% \end{macro}
-%
-% \begin{macro}{\@@_ref_value_lastpage:nn}
-% A command to retrieve the lastpage label, this will be adapted when there
-% is a proper, kernel lastpage label.
-% \begin{macrocode}
-\cs_new:Npn \@@_ref_value_lastpage:nn #1 #2
- {
- \ref_value:nnn {@@_LastPage}{#1}{#2}
- }
-% \end{macrocode}
-%\end{macro}
-
-
%\section{Commands to fill seq and prop}
% With most engines these are simply copies of the expl3 commands,
diff --git a/macros/latex/contrib/tagpdf/tagpdf.ins b/macros/latex/contrib/tagpdf/tagpdf.ins
index d17e709b25..bdb9b2d1c2 100644
--- a/macros/latex/contrib/tagpdf/tagpdf.ins
+++ b/macros/latex/contrib/tagpdf/tagpdf.ins
@@ -2,7 +2,7 @@
File: tagpdf.ins
-Copyright (C) 2019-2022 Ulrike Fischer
+Copyright (C) 2019-2023 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
diff --git a/macros/latex/contrib/tagpdf/tagpdf.pdf b/macros/latex/contrib/tagpdf/tagpdf.pdf
index 0118e4bb22..76637d6bee 100644
--- a/macros/latex/contrib/tagpdf/tagpdf.pdf
+++ b/macros/latex/contrib/tagpdf/tagpdf.pdf
Binary files differ
diff --git a/macros/latex/contrib/tagpdf/tagpdf.tex b/macros/latex/contrib/tagpdf/tagpdf.tex
index 259e9dfc38..8b07c8718e 100644
--- a/macros/latex/contrib/tagpdf/tagpdf.tex
+++ b/macros/latex/contrib/tagpdf/tagpdf.tex
@@ -16,8 +16,8 @@
}
\DebugBlocksOff
\makeatletter
-\def\UlrikeFischer@package@version{0.98l}
-\def\UlrikeFischer@package@date{2023-08-30}
+\def\UlrikeFischer@package@version{0.98m}
+\def\UlrikeFischer@package@date{2023-10-27}
\makeatother
\documentclass[bibliography=totoc,a4paper]{article}
diff --git a/macros/latex/contrib/tagpdf/tagpdfdocu-patches.sty b/macros/latex/contrib/tagpdf/tagpdfdocu-patches.sty
index af9efe1f75..dd08c7e2ac 100644
--- a/macros/latex/contrib/tagpdf/tagpdfdocu-patches.sty
+++ b/macros/latex/contrib/tagpdf/tagpdfdocu-patches.sty
@@ -1,5 +1,5 @@
%\RequirePackage[enable-debug]{expl3}[2018/06/14]
-\ProvidesExplPackage {tagpdfdocu-patches} {2023-08-30} {0.98l}
+\ProvidesExplPackage {tagpdfdocu-patches} {2023-10-27} {0.98m}
{patches/commands for the tagpdf documentation}
\RequirePackage{etoolbox,xpatch}
diff --git a/macros/latex/contrib/titlesec/README.md b/macros/latex/contrib/titlesec/README.md
index 7275a75a3d..5ae8a61fb3 100644
--- a/macros/latex/contrib/titlesec/README.md
+++ b/macros/latex/contrib/titlesec/README.md
@@ -1,4 +1,4 @@
-2023-10-17
+2023-10-27
## Titlesec, Titletoc, Titleps
@@ -30,6 +30,9 @@ mechanims is used, without intermediate `\leftmark`s or `\rightmark`s.
### Latest changes
```
+2.16 2023-10-27
+ Undo the fix for #64.
+
2.15 2023-10-17
Some fixes: #48, #50, #58, #64, #68 (see the GitHub repository
for further info).
diff --git a/macros/latex/contrib/titlesec/titleps.pdf b/macros/latex/contrib/titlesec/titleps.pdf
index a7ab09f1fe..c9ef7caf4c 100644
--- a/macros/latex/contrib/titlesec/titleps.pdf
+++ b/macros/latex/contrib/titlesec/titleps.pdf
Binary files differ
diff --git a/macros/latex/contrib/titlesec/titleps.sty b/macros/latex/contrib/titlesec/titleps.sty
index cd155f0614..7e75a746fc 100644
--- a/macros/latex/contrib/titlesec/titleps.sty
+++ b/macros/latex/contrib/titlesec/titleps.sty
@@ -13,7 +13,7 @@
\ifx\ttl@coreps\@empty\else % START code for package
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{titleps}[2023/10/17 v2.15 Page styles]
+\ProvidesPackage{titleps}[2023/10/27 v2.16 Page styles]
% This package is mainly a wrapper for the pagestyle macros provided
% by titlesec, so that they can be used without it. Functionality is
diff --git a/macros/latex/contrib/titlesec/titleps.tex b/macros/latex/contrib/titlesec/titleps.tex
index b5462964b0..c807b5ac0f 100644
--- a/macros/latex/contrib/titlesec/titleps.tex
+++ b/macros/latex/contrib/titlesec/titleps.tex
@@ -7,8 +7,8 @@
% Repository: https://github.com/jbezos/titlesec
%
-\def\fileversion{2.15}
-\def\docdate{2023/10/17}
+\def\fileversion{2.16}
+\def\docdate{2023/10/27}
\documentclass[a4paper]{ltxguide}
\usepackage[sf,bf,compact,topmarks,calcwidth,pagestyles]{titlesec}
diff --git a/macros/latex/contrib/titlesec/titlesec.pdf b/macros/latex/contrib/titlesec/titlesec.pdf
index 2d60cc99ff..ef3f90e9dd 100644
--- a/macros/latex/contrib/titlesec/titlesec.pdf
+++ b/macros/latex/contrib/titlesec/titlesec.pdf
Binary files differ
diff --git a/macros/latex/contrib/titlesec/titlesec.sty b/macros/latex/contrib/titlesec/titlesec.sty
index e40079b9ff..749a3fad7c 100644
--- a/macros/latex/contrib/titlesec/titlesec.sty
+++ b/macros/latex/contrib/titlesec/titlesec.sty
@@ -34,7 +34,7 @@
% ~~~~~~~
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{titlesec}[2023/10/17 v2.15 Sectioning titles]
+\ProvidesPackage{titlesec}[2023/10/27 v2.16 Sectioning titles]
% Initialization
% ~~~~~~~~~~~~~~
@@ -412,17 +412,8 @@
% is empty if the star version is used. In this case
% neither the toc nor the marks are written.
-\def\ttl@sanitizedlabel#1\@@\@@{%
- \in@{\label}{#1}%
- \ifin@
- \ttl@sanitizedlabel@i#1\@@\@@
- \expandafter\ttl@sanitizedlabel\@currentlabelname\@@\@@
- \fi}
-\def\ttl@sanitizedlabel@i#1\label#2#3\@@\@@{%
- \def\@currentlabelname{#1#3}}
-
\def\ttl@straight@i#1[#2]#3{%
- \ttl@sanitizedlabel#2\@@\@@
+ \def\@currentlabelname{#2}% for nameref
\gdef\ttl@savemark{\csname#1mark\endcsname{#3}}%
\let\ttl@savewrite\@empty
\def\ttl@savetitle{#3}%
diff --git a/macros/latex/contrib/titlesec/titlesec.tex b/macros/latex/contrib/titlesec/titlesec.tex
index 18169e739f..366f769226 100644
--- a/macros/latex/contrib/titlesec/titlesec.tex
+++ b/macros/latex/contrib/titlesec/titlesec.tex
@@ -7,8 +7,8 @@
% Repository: https://github.com/jbezos/titlesec
%
-\def\fileversion{2.15}
-\def\docdate{2023/10/17}
+\def\fileversion{2.16}
+\def\docdate{2023/10/27}
\documentclass[a4paper]{ltxguide}
\usepackage[sf,bf,compact,topmarks,calcwidth,pagestyles]{titlesec}
@@ -38,7 +38,7 @@
\title{The \textsf{titlesec}, \textsf{titleps} and \textsf{titletoc}
Packages\footnote{The \textsf{titlesec} package is currently at
-version 2.15. \copyright{} 1998--2023 Javier Bezos.}}
+version 2.16. \copyright{} 1998--2023 Javier Bezos.}}
\author{Javier Bezos\footnote{For bug reports, comments and
suggestions go to \href{http://www.tex-tipografia.com/contact.html}%
diff --git a/macros/latex/contrib/titlesec/titletoc.sty b/macros/latex/contrib/titlesec/titletoc.sty
index efe2d68ef1..7d3ac5e93a 100644
--- a/macros/latex/contrib/titlesec/titletoc.sty
+++ b/macros/latex/contrib/titlesec/titletoc.sty
@@ -7,7 +7,7 @@
% Repository: https://github.com/jbezos/titlesec
%
-\ProvidesPackage{titletoc}[2023/10/17 v2.15 TOC entries]
+\ProvidesPackage{titletoc}[2023/10/27 v2.16 TOC entries]
% The following tags are used:
% ttl@ : the generic one, shared with titlesec
diff --git a/macros/latex/contrib/unamth-template/Latex/Classes/PhDthesisPSnPDF.cls.bak b/macros/latex/contrib/unamth-template/Latex/Classes/PhDthesisPSnPDF.cls.bak
deleted file mode 100644
index d076c3d49b..0000000000
--- a/macros/latex/contrib/unamth-template/Latex/Classes/PhDthesisPSnPDF.cls.bak
+++ /dev/null
@@ -1,409 +0,0 @@
-
-%---------------------------------------------------------------
-% PhDthesis version 2 style file by Jakob Suckale, 2007
-% based on CUEDthesis version 1 by Harish Bhanderi 2002
-%---------------------------------------------------------------
-
-
-
-%-------------------------- identification ---------------------
-%\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{Latex/Classes/PhDthesisPSnPDF}[2007/09/06 v2 PhD thesis class]
-
-
-%:-------------------------- report or book -----------------------
-
-%If you want to use a Report style document then uncomment the following 3 lines and comment the below 8 book style lines:
-%\DeclareOption*{\PassOptionsToClass{\CurrentOption}{report}}
-%\ProcessOptions\relax
-%%\LoadClass[a4paper]{report}
-%\ifx\pdfoutput\undefined
-% \LoadClass[dvips, a4paper]{report}
-%\else
-% \LoadClass[pdftex, a4paper]{report}
-%\fi
-
-%%Bibliography
-%%uncomment next line to change bibliography name to references for Report document class
-%\renewcommand{\refname}{References}
-
-%If you want to use a Book style document then uncomment the following 3 lines and comment the above 8 report style lines:
-\DeclareOption*{\PassOptionsToClass{\CurrentOption}{book}}
-\ProcessOptions\relax
-\ifx\pdfoutput\undefined
- \LoadClass[dvips, a4paper]{book}
-\else
- \LoadClass[pdftex, a4paper]{book}
-\fi
-
-
-%:-------------------------- packages for fancy things -----------------------
-
-\usepackage{amssymb}
-\usepackage{graphics} % for improved inclusion of graphics
-%\usepackage{wrapfig} % to include figure with text wrapping around it
-\usepackage[margin=10pt,font=small,labelfont=bf]{caption} % for improved layout of figure captions with extra margin, smaller font than text
-\usepackage{fancyhdr} % for better header layout
-\usepackage{eucal}
-\usepackage[english]{babel}
-\usepackage[usenames, dvipsnames]{color}
-\usepackage[perpage]{footmisc}
-\usepackage[round, sort, numbers]{natbib}
-\usepackage{ifthen}
-\usepackage{multicol} % for pages with multiple text columns, e.g. References
-\setlength{\columnsep}{20pt} % space between columns; default 10pt quite narrow
-\usepackage[nottoc]{tocbibind} % correct page numbers for bib in TOC, nottoc suppresses an entry for TOC itself
-%\usepackage{nextpage}
-
-%:-------------------------- Glossary/Abbrev./Symbols -----------------------
-
-\usepackage[intoc]{nomencl} % load nomencl extension; include in TOC
-%\nomrefpage % to include page numbers after abbrevations
-\renewcommand{\nomname}{Glossary} % rename nomenclature
-\renewcommand{\nomlabel}[1]{\textbf{#1}} % make abbreviations bold
-\makenomenclature % used to be \makeglossary
-\newcommand{\g}{\footnote{For all abbreviations see the glossary on page \pageref{nom}.}} % type "\g" to refer to glossary
-
-% used to be for sorting into categories:
-%\renewcommand\nomgroup[1]{%
-% \ifthenelse{\equal{#1}{A}}{%
-% \item[\textbf{Roman Symbols}] }{% A - Roman
-% \ifthenelse{\equal{#1}{G}}{%
-% \item[\textbf{Greek Symbols}]}{% G - Greek
-% \ifthenelse{\equal{#1}{R}}{%
-% \item[\textbf{Superscripts}]}{% R - Superscripts
-% \ifthenelse{\equal{#1}{S}}{%
-% \item[\textbf{Subscripts}]}{{% S - Subscripts
-% \ifthenelse{\equal{#1}{X}}{%
-% \item[\textbf{Other Symbols}]}{{% X - Other Symbols
-% \ifthenelse{\equal{#1}{Z}}{%
-% \item[\textbf{Acronyms}]}% Z - Acronyms
-% {{}}}}}}}}}}
-
-
-%:-------------------------- PDF/PS setup -----------------------
-
-%if you use a macTeX 2008 or later, use the ifpdf package
-\usepackage{ifpdf}
-
-%if you use an older version, uncomment these lines:
-%\newif \ifpdf
-% \ifx \pdfoutput \undefined
- % for running latex
-% \pdffalse
-% \else
- % for running pdflatex
-% \pdfoutput = 1 % positive value for a PDF output
- % otherwise a DVI
-% \pdftrue
-%\fi
-
-\ifpdf
-%-->
-%--> Google.com search "hyperref options"
-%-->
-%--> http://www.ai.mit.edu/lab/sysadmin/latex/documentation/latex/hyperref/manual.pdf
-%--> http://www.chemie.unibas.ch/~vogtp/LaTeX2PDFLaTeX.pdf
-%--> http://www.uni-giessen.de/partosch/eurotex99/ oberdiek/print/sli4a4col.pdf
-%--> http://me.in-berlin.de/~miwie/tex-refs/html/latex-packages.html
-%-->
- \usepackage[ pdftex, plainpages = false, pdfpagelabels,
- pdfpagelayout = useoutlines,
- bookmarks,
- bookmarksopen = true,
- bookmarksnumbered = true,
- breaklinks = true,
- linktocpage,
- pagebackref,
- colorlinks = false, % was true
- linkcolor = blue,
- urlcolor = blue,
- citecolor = red,
- anchorcolor = green,
- hyperindex = true,
- hyperfigures
- ]{hyperref}
-
- \DeclareGraphicsExtensions{.png, .jpg, .jpeg, .pdf, .gif} %GIF doesn't work??
- \usepackage[pdftex]{graphicx}
- \pdfcompresslevel=9
- \graphicspath{{0_frontmatter/figures/PNG/}{0_frontmatter/figures/PDF/}{0_frontmatter/figures/}}
-\else
- \usepackage[ dvips,
- bookmarks,
- bookmarksopen = true,
- bookmarksnumbered = true,
- breaklinks = true,
- linktocpage,
- pagebackref,
- colorlinks = true,
- linkcolor = blue,
- urlcolor = blue,
- citecolor = red,
- anchorcolor = green,
- hyperindex = true,
- hyperfigures
- ]{hyperref}
-
- \DeclareGraphicsExtensions{.eps, .ps}
- \usepackage{epsfig}
- \usepackage{graphicx}
- \graphicspath{{0_frontmatter/figures/EPS/}{0_frontmatter/figures/}}
-\fi
-
-
-%:-------------------------- page layout -----------------------
-
-%A4 settings
-\ifpdf
- \pdfpageheight=297mm
- \pdfpagewidth=210mm
-\else
- \setlength{\paperheight}{297mm}
- \setlength{\paperwidth}{210mm}
-\fi
-
-\setlength{\hoffset}{0.00cm}
-\setlength{\voffset}{0.00cm}
-
-%: Uncomment this secion for two-sided printing
-% ------------------------------
-\setlength{\oddsidemargin}{1.5cm}
-\setlength{\evensidemargin}{0cm}
-\setlength{\topmargin}{1mm}
-\setlength{\headheight}{1.36cm}
-\setlength{\headsep}{1.00cm}
-\setlength{\textheight}{20.84cm}
-\setlength{\textwidth}{14.5cm}
-\setlength{\marginparsep}{1mm}
-\setlength{\marginparwidth}{3cm}
-\setlength{\footskip}{2.36cm}
-
-
-%: Uncomment this secion for one-sided printing
-% taken from the original file, but with the first two lanes modified
-% ------------------------------
-%\setlength{\evensidemargin}{1.9cm} % was 1.96cm in original
-%\setlength{\oddsidemargin}{-0.001cm} % was -0.54cm in original file
-%\setlength{\topmargin}{1mm}
-%\setlength{\headheight}{1.36cm}
-%\setlength{\headsep}{1.00cm}
-%\setlength{\textheight}{20.84cm}
-%\setlength{\textwidth}{14.5cm}
-%\setlength{\marginparsep}{1mm}
-%\setlength{\marginparwidth}{3cm}
-%\setlength{\footskip}{2.36cm}
-
-
-%: section below defines fancy page layout options
-% ------------------------------
-\pagestyle{fancy}
-\renewcommand{\chaptermark}[1]{\markboth{\MakeUppercase{\thechapter. #1 }}{}}
-\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
-\fancyhf{}
-\fancyhead[RO]{\bfseries\rightmark}
-\fancyhead[LE]{\bfseries\leftmark}
-\fancyfoot[C]{\thepage}
-\renewcommand{\headrulewidth}{0.5pt}
-\renewcommand{\footrulewidth}{0pt}
-\addtolength{\headheight}{0.5pt}
-\fancypagestyle{plain}{
- \fancyhead{}
- \renewcommand{\headrulewidth}{0pt}
-}
-
-
-
-
-
-%:-------------------------- title page layout -----------------------
-
-% starts roman page numbering until chapter 1
-% important to avoid two pages numbered 1 and 2 which may cause bad links
-% bug: cover i + back side ii and then numbering restarts with i; should be iii
-\renewcommand{\thepage}{\roman{page}}
-
-\newcommand{\submittedtext}{{A thesis submitted for the degree of}}
-
-% DECLARATIONS
-% These macros are used to declare arguments needed for the
-% construction of the title page and other preamble.
-
-% The year and term the degree will be officially conferred
-\def\degreedate#1{\gdef\@degreedate{#1}}
-% The full (unabbreviated) name of the degree
-\def\degree#1{\gdef\@degree{#1}}
-% The name of your college or department(eg. Trinity, Pembroke, Maths, Physics)
-\def\collegeordept#1{\gdef\@collegeordept{#1}}
-% The name of your University
-\def\university#1{\gdef\@university{#1}}
-% Defining the crest
-\def\crest#1{\gdef\@crest{#1}}
-% Stating the city of birth for title page where needed; uncommented for use
-%\def\cityofbirth#1{\gdef\@cityofbirth{#1}}
-
-% These macros define an environment for front matter that is always
-% single column even in a double-column document.
-
-\newenvironment{alwayssingle}{%
- \@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn
- \else\newpage\fi}
- {\if@restonecol\twocolumn\else\newpage\fi}
-
-%define title page layout
-\renewcommand{\maketitle}{%
-\begin{alwayssingle}
- \renewcommand{\footnotesize}{\small}
- \renewcommand{\footnoterule}{\relax}
- \thispagestyle{empty}
-% \null\vfill
- \begin{center}
- { \Huge {\bfseries {\@title}} \par}
-{\large \vspace*{35mm} {{\@crest} \par} \vspace*{25mm}}
- {{\Large \@author} \par}
-% \vspace*{1ex}
-% {{\@cityofbirth} \par}
-{\large
- \vspace*{1ex}
- {{\@collegeordept} \par}
- \vspace*{1ex}
- {{\@university} \par}
- \vspace*{25mm}
- {{\submittedtext} \par}
- \vspace*{1ex}
- {\it {\@degree} \par}
- \vspace*{2ex}
- {\@degreedate}
-}%end large
- \end{center}
- \null\vfill
-\end{alwayssingle}}
-
-% page number for cover back side should have page number blanked
-
-
-%:-------------------------- front matter layout -----------------------
-
-% DEDICATION
-%
-% The dedication environment makes sure the dedication gets its
-% own page and is set out in verse format.
-
-\newenvironment{dedication}
-{\begin{alwayssingle}
- \pagestyle{empty}
- \begin{center}
- \vspace*{1.5cm}
- {\LARGE }
- \end{center}
- \vspace{0.5cm}
- \begin{quote} \begin{center}}
-{\end{center} \end{quote} \end{alwayssingle}}
-
-
-% ACKNOWLEDGEMENTS
-%
-% The acknowledgements environment puts a large, bold, centered
-% "Acknowledgements" label at the top of the page. The acknowledgements
-% themselves appear in a quote environment, i.e. tabbed in at both sides, and
-% on its own page.
-
-\newenvironment{acknowledgements}
-{\pagestyle{empty}
-\begin{alwayssingle}
-\begin{center}
-\vspace*{1.5cm}
-{\Large \bfseries Acknowledgements}
-\end{center}
-\vspace{0.5cm}
-\begin{quote}}
-{\end{quote}\end{alwayssingle}}
-
-% The acknowledgementslong environment puts a large, bold, centered
-% "Acknowledgements" label at the top of the page. The acknowledgement itself
-% does not appears in a quote environment so you can get more in.
-
-\newenvironment{acknowledgementslong}
-{\pagestyle{empty}
-\begin{alwayssingle}
-\begin{center}
-\vspace*{1.5cm}
-{\Large \bfseries Acknowledgements}
-\end{center}
-\vspace{0.5cm}\begin{quote}}
-{\end{quote}\end{alwayssingle}}
-
-%ABSTRACT
-%
-%The abstract environment puts a large, bold, centered "Abstract" label at
-%the top of the page. The abstract itself appears in a quote environment,
-%i.e. tabbed in at both sides, and on its own page.
-
-\newenvironment{abstracts} {\begin{alwayssingle} \pagestyle{empty}
- \begin{center}
- \vspace*{1.5cm}
- {\Large \bfseries Abstract}
- \end{center}
- \vspace{0.5cm}
- \begin{quote}}
-{\end{quote}\end{alwayssingle}}
-
-%The abstractlong environment puts a large, bold, centered "Abstract" label at
-%the top of the page. The abstract itself does not appears in a quote
-%environment so you can get more in.
-
-\newenvironment{abstractslong} {\begin{alwayssingle} \pagestyle{empty}
- \begin{center}
- \vspace*{1.5cm}
- {\Large \bfseries Abstract}
- \end{center}
- \vspace{0.5cm} \begin{quote}}
-{\end{quote}\end{alwayssingle}}
-
-%The abstractseparate environment is for running of a page with the abstract
-%on including title and author etc as required to be handed in separately
-
-\newenvironment{abstractseparate} {\begin{alwayssingle} \pagestyle{empty}
- \vspace*{-1in}
- \begin{center}
- { \Large {\bfseries {\@title}} \par}
- {{\large \vspace*{1ex} \@author} \par}
-{\large \vspace*{1ex}
- {{\@collegeordept} \par}
- {{\@university} \par}
-\vspace*{1ex}
- {{\it \submittedtext} \par}
- {\it {\@degree} \par}
-\vspace*{2ex}
- {\@degreedate}}
- \end{center}}
-{\end{alwayssingle}}
-
-%Statement of originality if required
-
-\newenvironment{declaration} {\begin{alwayssingle} \pagestyle{empty}
- \begin{center}
- \vspace*{1.5cm}
- {\Large \bfseries Declaration}
- \end{center}
- \vspace{0.5cm}
- \begin{quote}}
-{\end{quote}\end{alwayssingle}}
-
-
-%:-------------------------- page numbers: roman+arabic -----------------------
-
-% ROMANPAGES
-%
-% The romanpages environment set the page numbering to lowercase roman one
-% for the contents and figures lists. It also resets
-% page-numbering for the remainder of the dissertation (arabic, starting at 1).
-
-%\newenvironment{romanpages}
-%{
-% \setcounter{page}{1}
-% \renewcommand{\thepage}{\roman{page}}
-%} % close romanpage env't
-
-{\newpage\renewcommand{\thepage}{\arabic{page}}\setcounter{page}{1}}
-
diff --git a/macros/latex/contrib/unamth-template/Latex/Macros/MacroFile1.tex.bak b/macros/latex/contrib/unamth-template/Latex/Macros/MacroFile1.tex.bak
deleted file mode 100644
index 09d9fe1107..0000000000
--- a/macros/latex/contrib/unamth-template/Latex/Macros/MacroFile1.tex.bak
+++ /dev/null
@@ -1,73 +0,0 @@
-% This file contains macros that can be called up from connected TeX files
-% It helps to summarise repeated code, e.g. figure insertion (see below).
-
-% insert a centered figure with caption and description
-% parameters 1:filename, 2:title, 3:description and label
-\newcommand{\figuremacro}[3]{
- \begin{figure}[htbp]
- \centering
- \includegraphics[width=1\textwidth]{#1}
- \caption[#2]{\textbf{#2} - #3}
- \label{#1}
- \end{figure}
-}
-
-% insert a centered figure with caption and description AND WIDTH
-% parameters 1:filename, 2:title, 3:description and label, 4: textwidth
-% textwidth 1 means as text, 0.5 means half the width of the text
-\newcommand{\figuremacroW}[4]{
- \begin{figure}[htbp]
- \centering
- \includegraphics[width=#4\textwidth]{#1}
- \caption[#2]{\textbf{#2} - #3}
- \label{#1}
- \end{figure}
-}
-
-% inserts a figure with wrapped around text; only suitable for NARROW figs
-% o is for outside on a double paged document; others: l, r, i(inside)
-% text and figure will each be half of the document width
-% note: long captions often crash with adjacent content; take care
-% in general: above 2 macro produce more reliable layout
-\newcommand{\figuremacroN}[3]{
- \begin{wrapfigure}{o}{0.5\textwidth}
- \centering
- \includegraphics[width=0.48\textwidth]{#1}
- \caption[#2]{{\small\textbf{#2} - #3}}
- \label{#1}
- \end{wrapfigure}
-}
-
-% predefined commands by Harish
-\newcommand{\PdfPsText}[2]{
- \ifpdf
- #1
- \else
- #2
- \fi
-}
-
-\newcommand{\IncludeGraphicsH}[3]{
- \PdfPsText{\includegraphics[height=#2]{#1}}{\includegraphics[bb = #3, height=#2]{#1}}
-}
-
-\newcommand{\IncludeGraphicsW}[3]{
- \PdfPsText{\includegraphics[width=#2]{#1}}{\includegraphics[bb = #3, width=#2]{#1}}
-}
-
-\newcommand{\InsertFig}[3]{
- \begin{figure}[!htbp]
- \begin{center}
- \leavevmode
- #1
- \caption{#2}
- \label{#3}
- \end{center}
- \end{figure}
-}
-
-
-%%% Local Variables:
-%%% mode: latex
-%%% TeX-master: "~/Documents/LaTeX/CUEDThesisPSnPDF/thesis"
-%%% End: