summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/axessibility/axessibility.dtx
blob: a69f3d973420047fec2f5007132de07e12b2ee6e (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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
%
% \iffalse meta-comment 
% 
% Copyright (C) 2018 by 
% Anna Capietto, Sandro Coriasco, Tiziana Armano, 
% Nadir Murru, Alice Ruighi, Eugenia Taranto,
% Dragan Ahmetovic, Cristian Bernareggi, Michele Berra
%
% Based on accsupp.sty
% 
% This work consists of the main source file axessibility.dtx
% and the derived files
%   axessibility.ins, axessibility.sty, axessibility.pdf, README,
%   axessibilityExampleGoldenMean.tex
% 
% The Current Maintainer of this work is 
%               Sandro Coriasco
% 
% This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 License 
% http://creativecommons.org/licenses/by-nc/4.0/
%
% \fi
%
%\iffalse
%<*driver>
\documentclass{ltxdoc}
\usepackage{axessibility}
\EnableCrossrefs
\CodelineIndex
\RecordChanges\begin{document}
\title{The \textsf{axessibility} package}
\date{July 9, 2018}
 \author{Dragan Ahmetovic, Tiziana Armano, Cristian Bernareggi, \\
 Michele Berra, Anna Capietto, Sandro Coriasco, Nadir Murru,\\
 Alice Ruighi, Eugenia Taranto \\ 
 Dipartimento di Matematica ``G. Peano''\\Universit\`a degli Studi di Torino \\
 \texttt{<anna.capietto at unito.it>,<sandro.coriasco at unito.it>}}
%
\DocInput{axessibility.dtx}
\end{document}
%</driver>
%\fi
%
% \changes{v1.0}{2018/07/09}{Initial version} 
%
% \maketitle
%
%\begin{abstract}
%PDF documents containing formulae generated by \LaTeX\
% are usually not accessible by assistive technologies for visually impaired people 
% (i.e., by screen readers and braille displays). The package manages this issue, allowing to create a PDF document where the formulae are read by these assistive technologies, since it automatically generates hidden comments in the PDF document (by means of the /ActualText attribute) in correspondence to each formula. The package does not generate PDF/UA.
%\end{abstract}
%
%\tableofcontents
%
%\section{Introduction}
%This package focuses on the specific problem of the accessibility of PDF documents generated by \LaTeX\ for visually impaired people.
%When a PDF document is generated starting from \LaTeX, formulae are not accessible by screen readers and braille displays. 
% They can be made accessible by inserting a hidden comment, i.e., an actual text, similarly to the case of web pages. 
% This can be made, e.g., by using the \LaTeX\ package pdfcomment.sty. In any case, this task must be manually performed by the author and it is surely inefficient, 
% since the author should write the formulae and, in addition, insert a description for each formula. 
% Note also that the package pdfcomment.sty does not allow to insert special characters like `backslash', `brace', etc, in the comment. 
% Moreover, with these solutions, the reading is bothered since the screen reader reads incorrectly the formula and then the correct comment of the formula. 
% There are also some \LaTeX\ packages that try to improve the accessibility of PDF documents produced by \LaTeX. 
% In particular, the packages accsupp.sty and accessibility$\_$meta.sty have been developed in order to obtain tagged PDF documents. 
% However, both packages do not solve the problem of the accessibility of formulae. The package accsupp.sty develops some interesting tools for commenting formulae 
% using also special characters (possibility that is not available in the pdfcomment.sty package). Moreover, this is not an automatized method, 
% since the comment must be manually inserted by the author. The package accessibility$\_$meta.sty is an improved version of the package accessibility.sty. 
% This package allows the possibility of inserting several tags for sections, links, figures and tables. 
% However, even if these tags are recognized by the tool for checking tags of Acrobat Reader Pro, they are not always recognized by the screen readers. 
% Moreover, this package does not manage formulae. Our package automatically produces an actual text corresponding to the \LaTeX\ commands that generate the formulae. 
% This actual text is hidden in the PDF document, but the screen reader reads it without reading  any incorrect sequence before. 
%
%\section{License}
%
% This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 License 
% \url{http://creativecommons.org/licenses/by-nc/4.0/}.
%
%\section{Prerequisites}
%
%The package \textbf{axessibility} requires the following packages: \textbf{accsupp, amsmath, amssymb}.
%
%\section{Package specification}
%
%If you use \LaTeX$2_\epsilon$ simply add the following line in the preamble:\\ \\
%\indent $\backslash$\textbf{usepackage}$\{$\textbf{axessibility}$\}$
%\\ \\
%The package includes the following features:
%\begin{itemize}
%\item The commands \\ \\
%\indent $\backslash$\textbf{pdfcompresslevel=0} \\
%\indent $\backslash$\textbf{pdfoptionpdfminorversion=6} \\ \\
%that produce an uncompressed PDF document. 
%\item The command \\ \\
%\indent $\backslash$\textbf{BeginAccSupp} 
%\\ \\
%contained in the package \textbf{accsupp} has been redefined so that the screen readers access the actual text created by this command. 
%\item The new command \\ \\
%\indent $\backslash$\textbf{wrap$\#$1}
%\\ \\
%allows to store its input into an actual text in the PDF document (e.g., the \LaTeX\ commands for generating a formula).
%
%\item The environments \\ \\
%\indent $\backslash$\textbf{begin}$\{$\textbf{equation}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{equation}$\}$ \\
%\indent $\backslash$\textbf{begin}$\{$\textbf{equation*}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{equation*}$\}$ \\
%\indent $\backslash$[ \dots $\backslash$]\\
%\indent $\backslash$( \dots $\backslash$)\\ 
%
%have been redefined. In each environment listed above, the command \cs{wrap} is inserted together with
%the command \cs{collect@body}, so that all the content of the environment is automatically stored into an ActualText in the PDF document.
%\end{itemize}
%
%\section{Usage}
%
%An author that wants to create an accessible PDF document for visually impaired people can add this package using the above environments for inserting the formulae. The \LaTeX\ code of the inserted formulae will be added as hidden comments in correspondence to the location of the formulae in the text. This will allow the user to access the formula code with the screen reader and with the braille refreshable display. Additionally, the package enables to copy the formula \LaTeX\ code from the PDF reader and paste it elsewhere.
%
%Note that, to preserve the compatibility with Acrobat Reader, our package discourages the use of the underscore character ($\_$), which is not correctly read using screen readers in combination with this PDF reader. Alternatively, we suggest to use the equivalent command \cs{sb}.
%
%Inline and displayed mathematical modes encoded by means of $\$$ and $\$\$$ are not supported by the package. However, external scripts, provided as companion 
% software and described in the following section, can also address these cases. \\
%
%While multiline environments like \\ \\
%\indent \textbf{align}, \textbf{multline}, \dots
%\\ \\
%are, at present, not directly supported, it is of course possible to use \\ \\
%\indent $\backslash$\textbf{begin}$\{$\textbf{equation}$\}$ $\backslash$\textbf{begin}$\{$\textbf{aligned}$\}$ \dots
% $\backslash$\textbf{end}$\{$\textbf{aligned}$\}$ $\backslash$\textbf{end}$\{$\textbf{equation}$\}$ 
%\\ \\
%for typesetting multiline formulae. The environments
%\begin{center} \textbf{eqnarray}/\textbf{eqnarray*} \end{center}
% can be (partially) treated by using the preprocessing scripts (see below). The full treatment of the multiline environments, 
% in particular those defined in the \textbf{amsmath} package, will be added in future versions.

%
%\section{External scripts and screen reader integration}
%
%In addition to the package, we also provide scripts that complement package functionalities. 
%
%\subsection{Preprocessing scripts}
%While we warmly suggest to follow the indications provided in the usage guide (suggested commands and environments), it is also possible to apply our package to an already existing \LaTeX\ document. In this case, it is necessary to preprocess the document in order to replace some of the unsupported commands and environments with the suggested ones. We provide a preprocessing script to handle some of these cases at our Github repository\footnote{\label{fn:repo}\url{www.integr-abile.unito.it/axessibility/?repository}}. %
%\subsection{Expansion of user macros}
%Note that custom macros used by the author within the formulae are copied as-is into the actual text in the hidden comment. This macros may bear no meaning for other readers, so it may be more meaningful to expand those macros into the original \LaTeX\ commands. We provide a script that can parse \LaTeX\ document and replace all the user macros within the formulae with their expanded definitions. You can download this script at our Github repository\footnotemark[\ref{fn:repo}].
%
%\subsection{Screen reader dictionaries}
%\LaTeX\ commands that are included as actual text in the hidden comments corresponding to formulae may appear awkward when read by the screen reader. We provide dictionaries for JAWS and NVDA screen readers that convert \LaTeX\ commands into natural language. Please note that the braille refreshable display will still show the formulae in their original \LaTeX\ representations. The dictionaries can be downloaded at our Github repository\footnotemark[\ref{fn:repo}].
%
%\section{Implementation}
%
%
% Standard file identification.

% \begin{macrocode}
%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{axessibility}
%[2018/07/09 v1.0: Accessibility support by marked content for inline & displayed formulae]
\RequirePackage{accsupp}
\RequirePackage{amsmath}
\RequirePackage{amssymb}
% PDF compression/unicode settings
\pdfcompresslevel=0
\pdfoptionpdfminorversion=6
\input{glyphtounicode}
\pdfgentounicode=1
%
% \end{macrocode}
%


% Renewed command \cs{BeginAccSupp} defined in package \textbf{accsupp}  
% to add the string \cs{S} before \cs{span}. 
% This makes the formula readable by voiceover technologies.

%    \begin{macrocode}
%
\makeatletter
\renewcommand*{\BeginAccSupp}[1]{%
  \begingroup
    \setkeys{ACCSUPP}{#1}%
    \edef\ACCSUPP@span{%
      /S/Span<<%
        \ifx\ACCSUPP@Lang\relax
        \else
          /Lang\ACCSUPP@Lang
        \fi
        \ifx\ACCSUPP@Alt\relax
        \else
          /Alt\ACCSUPP@Alt
        \fi
        \ifx\ACCSUPP@ActualText\relax
        \else
          /ActualText\ACCSUPP@ActualText
        \fi
        \ifx\ACCSUPP@E\relax
        \else
          /E\ACCSUPP@E
        \fi
      >>%
    }%
    \ACCSUPP@bdc
    \ACCSUPP@space
  \endgroup
}
\makeatother
%
%    \end{macrocode}

%    \noindent The next command creates a blank space to avoid clash with references (it appears to be a \cs{protect}...).
%      Refer to https://tex.stackexchange.com/questions/57151/how-do-i-prevent-conflicts-between-accsupp-and-hyperref 
%    for possible handling of such issues.)



%    \begin{macrocode}
%
\newcommand{\auxiliaryspace}{ }
%
%    \end{macrocode}


% \noindent The next one is the actual wrapper. Takes the body of a formula environment and wraps it in AccSupp 
% commands, to make the math-text available in comments.
% \cs{detokenize} allows the formula to be parsed and read as a string.
% \cs{expandafter} there applies to the token "\{" and allow \cs{detokenize} to be applied 
% after argument \#1 is passed to \cs{AccSupp}.

%    \begin{macrocode}
%
\makeatletter
\long\def\wrap#1{
\BeginAccSupp{method=escape,ActualText=\detokenize\expandafter{#1}}
 #1
\EndAccSupp{}%
}
\makeatother
%
%    \end{macrocode}


% \noindent The next function redefines \cs{equation} by calling the above wrapper to its argument. 
% This makes \cs{equation} accessible.

%    \begin{macrocode}
%
\makeatletter
\renewenvironment{equation}{%
 \incr@eqnum
  \mathdisplay@push
  \st@rredfalse \global\@eqnswtrue
 \mathdisplay{equation}%
  \collect@body\wrap\auxiliaryspace}{%
  \endmathdisplay{equation}%
  \mathdisplay@pop
  \ignorespacesafterend
}
\makeatother
%
%    \end{macrocode}


% \noindent The next function redefines \cs{equation*}
% by calling the above wrapper to its argument. 
% This makes \cs{equation*} accessible.

%    \begin{macrocode}
%
\makeatletter
\renewenvironment{equation*}{%
  \mathdisplay@push
  \st@rredtrue \global\@eqnswfalse
  \mathdisplay{equation*}%
  \collect@body\wrap\auxiliaryspace}{%
  \endmathdisplay{equation*}%
  \mathdisplay@pop
  \ignorespacesafterend
}
%
\makeatother
%
%    \end{macrocode}


% \noindent The next function redefines \cs{[} \cs{]}, 
% using the above redefinition of \cs{equation*}

%    \begin{macrocode}
%
\makeatletter
\protected\def\[#1\]{\begin{equation*}#1\end{equation*}}
\makeatother
%
%    \end{macrocode}


% \noindent The next function redefines \cs{(} \cs{)} by means of a (temporary) 
% math environment that calls the wrapper defined above.
%
%    \begin{macrocode}
%
\makeatletter
%
\newenvironment{tempenv}{%
  \relax\ifmmode\@badmath\else$\fi%
 \collect@body\wrap}{%
  \relax\ifmmode\ifinner$\else\@badmath\fi\else \@badmath\fi}
%
\protected\def\(#1\){\begin{tempenv}#1\end{tempenv}}
%
\makeatother
%
%    \end{macrocode}

%
%\section{History}
%\noindent \textbf{[2018/07/09: v1.0] }
%\begin{itemize}
%	\item First version 
%\end{itemize}

\endinput


%%
%% End of file `axessibility'.