@@ -202,15 +202,6 @@ \subsubsection{Formatting the figure captions}
202202while a long caption extending to a several lines is justified on both sides.
203203
204204% Pictures in .pdf, .png or .jpg. No need to specify the extension.
205- % Transparent images are not allowed with PDF/A.
206- % With ImageMagick transparency can be removed with
207- % convert image.png -background white -alpha remove -alpha off image_nobg.png
208- % This restriction also affects PDF images, as a first step try to make the PDF
209- % image PDF/A:
210- % gs -dPDFA -dBATCH -dNOPAUSE
211- % -sColorConversionStrategy=UseDeviceIndependentColor
212- % -sDEVICE=pdfwrite -dPDFACompatibilityPolicy=2
213- % -sOutputFile=output.pdf input.pdf
214205\begin {figure }[ht]
215206\begin {center }
216207 \includegraphics *[width=0.7\textwidth ,
@@ -239,9 +230,8 @@ \subsubsection{Formatting the figure captions}
239230
240231Figures and tables should be given an alternative text that summarises
241232the information they contain for the reader. This is discussed further
242- in~\secref {accessibility }. Unfortunately support for this in
243- \LaTeX \ is still work in progress, and the alternative text will
244- currently not end up in the final PDF, so including them is not a requirement.
233+ in~\secref {accessibility }. Add alternative text via the \texttt {alt= }
234+ key of \verb |\includegraphics |, as shown in~\figref {fig:work_packages }.
245235A suitable alternative text for~\figref {fig:work_packages } could be:
246236
247237\begin {quote }
@@ -252,12 +242,8 @@ \subsubsection{Formatting the figure captions}
252242also directly feeding into WP5.
253243\end {quote }
254244
255- The final thesis will be published as a PDF/A file, and this LaTeX
256- template produces files in that format directly. Be sure to remove all
257- transparency in your source images to ensure the end result is also
258- compliant. This affects figures in PDF and PNG formats. Instructions
259- on doing this are included with the thesis template. If you have done
260- this for all of your images, there is no need to use Muuntaja.
245+ The final thesis will be published as a PDF/A file, and this \LaTeX \
246+ template produces files in that format directly.
261247
262248\subsection {Algorithms }
263249Algorithms can be implemented simply using \LaTeX . An example of an
@@ -697,7 +683,15 @@ \section{Accessibility}
697683alternative text that summarises the information they contain for the
698684reader. Alternative text is especially important in situations where
699685the reader cannot see the figure or table, for example due to vision
700- impairment. More information on accessible Word documents and
686+ impairment. In this template, add alternative text via the \texttt {alt= }
687+ key of \verb |\includegraphics |:
688+ \begin {verbatim }
689+ \includegraphics[width=0.8\textwidth,
690+ alt={Description of the figure.}]{filename}
691+ \end {verbatim }
692+ The template produces PDF/UA-2 tagged output, which embeds the alternative
693+ text in the PDF and enables assistive technologies such as screen readers
694+ to access it. More information on accessible Word documents and
701695archivable PDF files can be found in the texts of the University of
702696Oulu Campus ICT~\cite {ictaccessibleword ,ictwordpdfa }. You can also
703697read about the accessibility of mathematical equations in the Campus
0 commit comments