summaryrefslogtreecommitdiff
path: root/macros/latex-dev/required/latex-lab/changes.txt
blob: 1a65830e8b3140dd4147cd75d3e7e2f5209d5fef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
2023-10-30 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* added latex-lab-table.dtx for basic table tagging. 

2023-10-21 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* latex-lab-minipage.dtx: use sockets to allow local changes

2023-10-13 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* latex-lab-toc.dtx, latex-lab-sec.dtx, latex-lab-toc-kernel-changes: extend 
      \MakeLinkTarget to store the target-structure relationship too, see tagging issue #20 

2023-10-13 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* latex-lab-graphic.dtx: fix handling of scale factor, tagging issue #16
	* latex-lab-graphic.dtx, latex-lab-footnote.dtx: switch to new property referencing code.
	* latex-lab-math.dtx: fix grabbing of \(..\), tagging issue #19

2023-09-04 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* latex-lab-math.dtx: fix below display skip, tagging issue #11
	* latex-lab-math.dtx: allow to use it without tagging.
	* latex-lab-math.dtx: avoid tagging as math if fakemath is detected, tagging issue #5.

2023-09-04 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* label-lab-new-or-1.dtx latex-lab-new-or-2.dtx
      fix position of kernel hook in \@makecol (tagpdf issue #58)
      
2023-09-04 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* documentmetadata-support.dtx: add debug key to load tagpdf-debug.
	* new latex-lab-namespace.dtx with role mappings

2023-09-01  Frank Mittelbach  <Frank.Mittelbach@latex-project.org>

	* latex-lab-block.dtx:
	end environment \par handling needs to be specified for all display blocks
	because the standalone receipt should not influence inner environments
	and vice versa (bug reported in tagging-project/9)

2023-07-21 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* rename latex-lab-toc-tagging.dtx to latex-lab-toc.dtx
	* clean up versions and package declarations
	* remove firstaid for ltugboat, this is now handled by the class
	* do not load glyphtounicode with dvilualatex

2023-07-19 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* really rename sec-tagging to sec
	* really rename toc-tagging to toc
	* rename block-tagging to block
	* rename mathtagging to math
	* document testphase key sec, toc, math, graphic, block

2023-06-21 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* latex-lab-sec.dtx: redefine \part only if it defined (letter.cls ...)
	* latex-lab-block-tagging: add definition for verse

2023-06-07 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* latex-lab-block-tagging.dtx corrected tagging of caption
	* new latex-lab-firstaid.dtx with adaptions to external packages
	* latex-lab-float.dtx: declare variable
	* latex-lab-toc-hyperref-changes: use hooks with arguments
	* latex-lab-toc-kernel-changes: use hooks with arguments
	* latex-lab-sec.dtx: provide \pdfgentounicode with lualatex

2023-05-20 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* renamed latex-lab-sec-tagging -> latex-lab-sec for consistency

2023-05-19 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* new latex-lab-bib.dtx:
	tagging support for cite and bibliography with standard LaTeX and natbib
    * small corrections/adaptions in latex-lab-sec-tagging and latex-lab-toc-tagging

2023-05-18 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* new latex-lab-floats.dtx:
	tagging support for float environments
	* new latex-lab-graphic.dtx
	tagging support for includegraphics and picture environment
	* new latex-lab-minipage.dtx
	tagging support for minipage and parbox

2023-05-16  Frank Mittelbach  <Frank.Mittelbach@latex-project.org>

	* latex-lab-block-tagging.dtx (subsubsection{Verbatim instances}):
	verbatim environments get their own block instances so that they can receive
	special formatting instructions.
	This also fixes a bug that we forgot to set par-skip to 0pt by default (tagpdf/74)

	(paragraph{Helper commands for verbatim}):
	The \legacyverbatimsetup command needs to execute \@@par inside a group, because
	we need to preserve any outer setup to \parshape (tagpdf/79)

2023-04-09 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* latex-lab-sec-tagging.dtx:
	don't load extra glyphtounicode if \pdfglyphtounicode is not defined.

2023-04-09 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
	* latex-lab-footnotes.dtx:
	made \footnote and \footnotetext long


2023-03-08  Frank Mittelbach  <Frank.Mittelbach@latex-project.org>

	* latex-lab-block-tagging.dtx:
	Added the support for tagging  display blocks and corresponding environments
	such as lists, quotes, verbatim, theorem-like envs, ...

2023-03-07 Ulrike Fischer <Ulrike.Fischer@latex-project.org>

	* tagpdf updated
	* improved glyphtounicode support for luatex and math
	* adapted toc and sec tagging code to new two-level paragraph handling
	and block tagging code

2023-02-16 Ulrike Fischer <Ulrike.Fischer@latex-project.org>

	* latex-lab-sec-tagging.dtx: first, simple tagging of sectioning commands
	* latex-lab-toc-tagging-functions.dtx, latex-lab-toc-kernel-changes.dtx,
	latex-lab-toc-kernel-changes.dtx: Tagging of table of contents and similar
	lists
	* tagpdf and pdfmanagement updated in texmf tree.


2023-02-04 Ulrike Fischer <Ulrike.Fischer@latex-project.org>

    * latex-lab-footnotes.dtx: improve tagging of footnotes

2022-12-11 Joseph Wright <Joseph.Wright@latex-project.org>

	* latex-lab-mathcapture.dtx
	 New file to implement grabbing of math mode context

2022-04-11 Ulrike Fischer <Ulrike.Fischer@latex-project.org>

	* documentmeta-support.dtx:
	updated documentation
	* moved output patches from pdfresources to latex-lab-new-or-1
	* reorganized new-or: number subfiles as new-or-1, new-or-2 and load all with new-or.

2022-07-22  Frank Mittelbach  <Frank.Mittelbach@latex-project.org>

	* latex-lab-footnotes.dtx (subsection{Document-level commands}):
	Make mandatory arguments of  \footnote and \footnotetext long (gh863)

2022-05-28 Joseph Wright <Joseph.Wright@latex-project.org>

	* latex-lab-prototype.dtx
	 Removed

2022-14-04 Ulrike Fischer <Ulrike.Fischer@latex-project.org>

	* documentmeta-support.dtx:
	add key A-4 for first steps to support pdf/A-4

2022-03-08 Joseph Wright <Joseph.Wright@latex-project.org>

	* latex-lab-prototype.dtx
	 New file re-implementing ideas from on xtemplate.dtx using updated
	 keyval support

2021-12-30 Ulrike Fischer <Ulrike.Fischer@latex-project.org>

	* documentmeta-support.dtx:
	cleaned up keys and bundle name
    * added latex-lab-testphase.dtx for wrappers for the testphase
    key.

2021-12-16 Frank Mittelbach <Frank.Mittelbach@latex-project.org>

	* README.md:
	Add the bundle to support project work.