Skip to content

Commit 29a91d2

Browse files
committed
Transparency is fine with A-2b & A-4f, so remove unnecessary cruft.
1 parent 52804e8 commit 29a91d2

20 files changed

Lines changed: 27 additions & 33 deletions

Chapters/implementation.tex

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,6 @@ \subsubsection{Formatting the figure captions}
202202
while 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

240231
Figures and tables should be given an alternative text that summarises
241232
the 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}.
245235
A suitable alternative text for~\figref{fig:work_packages} could be:
246236

247237
\begin{quote}
@@ -252,12 +242,8 @@ \subsubsection{Formatting the figure captions}
252242
also 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}
263249
Algorithms can be implemented simply using \LaTeX. An example of an
@@ -697,7 +683,15 @@ \section{Accessibility}
697683
alternative text that summarises the information they contain for the
698684
reader. Alternative text is especially important in situations where
699685
the 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
701695
archivable PDF files can be found in the texts of the University of
702696
Oulu Campus ICT~\cite{ictaccessibleword,ictwordpdfa}. You can also
703697
read about the accessibility of mathematical equations in the Campus

doclicense-di.sty

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
\makeatletter
66
\input{doclicense-\MainLang.ldf}
7-
\renewcommand{\doclicenseImageFileName}{doclicense-images/doclicense-\doclicense@type-\doclicense@modifier\doclicense@imagemodifier}
87
\renewcommand{\doclicenseImage}[1][]{%
98
\setkeys{doclicense}{#1}%
109
\href{\doclicenseURL}{%
-6.82 KB
Binary file not shown.
-7.44 KB
Binary file not shown.
-7.16 KB
Binary file not shown.
-8.73 KB
Binary file not shown.
-8.78 KB
Binary file not shown.
-7.46 KB
Binary file not shown.
-9.48 KB
Binary file not shown.
-9.53 KB
Binary file not shown.

0 commit comments

Comments
 (0)