Try to comply with PDF/A requirements of university library
This commit is contained in:
parent
5f5ca8d11f
commit
81e6640308
BIN
build/main.pdf
BIN
build/main.pdf
Binary file not shown.
92
main.xmpdata
Normal file
92
main.xmpdata
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
% Replace the following information with your document's actual
|
||||||
|
% metadata. If you do not want to set a value for a certain parameter,
|
||||||
|
% just omit it.
|
||||||
|
%
|
||||||
|
% Symbols permitted in metadata
|
||||||
|
% =============================
|
||||||
|
%
|
||||||
|
% Within the metadata, all printable ASCII characters except
|
||||||
|
% '\', '{', '}', and '%' represent themselves. Also, all printable
|
||||||
|
% Unicode characters from the basic multilingual plane (i.e., up to
|
||||||
|
% code point U+FFFF) can be used directly with the UTF-8 encoding.
|
||||||
|
% Consecutive whitespace characters are combined into a single
|
||||||
|
% space. Whitespace after a macro such as \copyright, \backslash, or
|
||||||
|
% \sep is ignored. Blank lines are not permitted. Moreover, the
|
||||||
|
% following markup can be used:
|
||||||
|
%
|
||||||
|
% '\ ' - a literal space (for example after a macro)
|
||||||
|
% \% - a literal '%'
|
||||||
|
% \{ - a literal '{'
|
||||||
|
% \} - a literal '}'
|
||||||
|
% \backslash - a literal '\'
|
||||||
|
% \copyright - the (c) copyright symbol
|
||||||
|
%
|
||||||
|
% The macro \sep is only permitted within \Author, \Keywords, and
|
||||||
|
% \Org. It is used to separate multiple authors, keywords, etc.
|
||||||
|
%
|
||||||
|
% List of supported metadata fields
|
||||||
|
% =================================
|
||||||
|
%
|
||||||
|
% Here is a complete list of user-definable metadata fields currently
|
||||||
|
% supported, and their meanings. More may be added in the future.
|
||||||
|
%
|
||||||
|
% General information:
|
||||||
|
%
|
||||||
|
% \Author - the document's human author. Separate multiple
|
||||||
|
% authors with \sep.
|
||||||
|
% \Title - the document's title.
|
||||||
|
% \Keywords - list of keywords, separated with \sep.
|
||||||
|
% \Subject - the abstract.
|
||||||
|
% \Org - publishers.
|
||||||
|
%
|
||||||
|
% Copyright information:
|
||||||
|
%
|
||||||
|
% \Copyright - a copyright statement.
|
||||||
|
% \CopyrightURL - location of a web page describing the owner
|
||||||
|
% and/or rights statement for this document.
|
||||||
|
% \Copyrighted - 'True' if the document is copyrighted, and
|
||||||
|
% 'False' if it isn't. This is automatically set
|
||||||
|
% to 'True' if either \Copyright or \CopyrightURL
|
||||||
|
% is specified, but can be overridden. For
|
||||||
|
% example, if the copyright statement is "Public
|
||||||
|
% Domain", this should be set to 'False'.
|
||||||
|
%
|
||||||
|
% Publication information:
|
||||||
|
%
|
||||||
|
% \PublicationType - The type of publication. If defined, must be
|
||||||
|
% one of book, catalog, feed, journal, magazine,
|
||||||
|
% manual, newsletter, pamphlet. This is
|
||||||
|
% automatically set to "journal" if \Journaltitle
|
||||||
|
% is specified, but can be overridden.
|
||||||
|
% \Journaltitle - The title of the journal in which the document
|
||||||
|
% was published.
|
||||||
|
% \Journalnumber - The ISSN for the publication in which the
|
||||||
|
% document was published.
|
||||||
|
% \Volume - Journal volume.
|
||||||
|
% \Issue - Journal issue/number.
|
||||||
|
% \Firstpage - First page number of the published version of
|
||||||
|
% the document.
|
||||||
|
% \Lastpage - Last page number of the published version of
|
||||||
|
% the document.
|
||||||
|
% \Doi - Digital Object Identifier (DOI) for the
|
||||||
|
% document, without the leading "doi:".
|
||||||
|
% \CoverDisplayDate - Date on the cover of the journal issue, as a
|
||||||
|
% human-readable text string.
|
||||||
|
% \CoverDate - Date on the cover of the journal issue, in a
|
||||||
|
% format suitable for storing in a database field
|
||||||
|
% with a 'date' data type.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\Title {Commissioning of the Front-End Electronics of the LHCb Scintillating Fibre Tracker}
|
||||||
|
|
||||||
|
\Author {Daniel Alexander Berninghoff}
|
||||||
|
|
||||||
|
\Copyright {Copyright \copyright\ 2022 "Daniel Alexander Berninghoff"}
|
||||||
|
|
||||||
|
\Keywords {lhcb\sep
|
||||||
|
scifi\sep
|
||||||
|
particle physics\sep
|
||||||
|
particle detector\sep
|
||||||
|
tracking\sep
|
||||||
|
scintillating fibres}
|
10
preamble.tex
10
preamble.tex
@ -1,4 +1,6 @@
|
|||||||
% ---- VISUALISATION ----
|
% ---- VISUALISATION ----
|
||||||
|
% PDF/A compliant PDF
|
||||||
|
\usepackage[a-2b,pdf17]{pdfx}
|
||||||
|
|
||||||
% UTF-8 encoding
|
% UTF-8 encoding
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
@ -37,7 +39,7 @@
|
|||||||
% ---- FUNCTIONALITY ----
|
% ---- FUNCTIONALITY ----
|
||||||
|
|
||||||
% Increase PDF version from 1.5 to 1.7
|
% Increase PDF version from 1.5 to 1.7
|
||||||
\pdfminorversion=7
|
%\pdfminorversion=7
|
||||||
|
|
||||||
% Multilangual support, british by default NOTE: needs to come after bibliography!
|
% Multilangual support, british by default NOTE: needs to come after bibliography!
|
||||||
\usepackage[british]{babel}
|
\usepackage[british]{babel}
|
||||||
@ -60,7 +62,11 @@
|
|||||||
% - cleveref adapts the formatting automatically
|
% - cleveref adapts the formatting automatically
|
||||||
% - hypcap improves digital links such that you get to the figure instead of the caption
|
% - hypcap improves digital links such that you get to the figure instead of the caption
|
||||||
\usepackage[nospace]{varioref}
|
\usepackage[nospace]{varioref}
|
||||||
\usepackage[hidelinks]{hyperref} % hidelinks hides any colored links
|
\usepackage{hyperref}
|
||||||
|
\hypersetup{
|
||||||
|
hidelinks, % hides any colored links (ONLY when creating print-version)
|
||||||
|
bookmarksnumbered=true
|
||||||
|
}
|
||||||
\usepackage[capitalise]{cleveref}
|
\usepackage[capitalise]{cleveref}
|
||||||
\usepackage[figure,figure*]{hypcap}
|
\usepackage[figure,figure*]{hypcap}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user