hypersetup
This commit is contained in:
parent
2c110518a5
commit
44d445f92d
3 changed files with 41 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
||||||
% set pdf metadata
|
% set pdf and title page metadata
|
||||||
\author[\authorshort]{\authorlong}
|
\author[\authorshort]{\authorlong}
|
||||||
\title[\titleshort]{\titlelong}
|
\title[\titleshort]{\titlelong}
|
||||||
\subtitle{\titlesub}
|
\subtitle{\titlesub}
|
||||||
|
@ -8,11 +8,23 @@
|
||||||
\institute[\instituteshort]{\institutelong}
|
\institute[\instituteshort]{\institutelong}
|
||||||
\date[\typeshort \dateshort]{\typelong\\\datelong}
|
\date[\typeshort \dateshort]{\typelong\\\datelong}
|
||||||
|
|
||||||
|
% pdf
|
||||||
|
\hypersetup{
|
||||||
|
pdfinfo={
|
||||||
|
Creator={XeLaTeX / beamer},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
% set theme
|
||||||
\usetheme{Berkeley}
|
\usetheme{Berkeley}
|
||||||
|
% set theme color
|
||||||
\usecolortheme{seahorse}
|
\usecolortheme{seahorse}
|
||||||
|
% set background image
|
||||||
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../paper}}
|
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../paper}}
|
||||||
|
|
||||||
|
% remove navigation symbols
|
||||||
\beamertemplatenavigationsymbolsempty
|
\beamertemplatenavigationsymbolsempty
|
||||||
|
|
||||||
|
% set page numbering
|
||||||
\addtobeamertemplate{navigation symbols}{}{
|
\addtobeamertemplate{navigation symbols}{}{
|
||||||
\color{black}\normalsize\textbf\insertframenumber}
|
\color{black}\normalsize\textbf\insertframenumber}
|
||||||
|
|
|
@ -10,10 +10,6 @@
|
||||||
\def\instituteshort{CNAM}
|
\def\instituteshort{CNAM}
|
||||||
\def\institutelong{Conservatoire National des Arts et Métiers}
|
\def\institutelong{Conservatoire National des Arts et Métiers}
|
||||||
|
|
||||||
\def\typeshort{\ml{Thesis}{Mémoire}}
|
|
||||||
\def\typelong{\ml{\instituteshort\ Master's \typeshort}
|
|
||||||
{\typeshort\ d’Ingénieur \instituteshort}}
|
|
||||||
|
|
||||||
% set languages
|
% set languages
|
||||||
\usepackage{polyglossia}
|
\usepackage{polyglossia}
|
||||||
% recommended
|
% recommended
|
||||||
|
@ -47,6 +43,27 @@ ERROR%
|
||||||
{\def\titlelong{Systèmes d’Exploitation autonomes incrémentaux}
|
{\def\titlelong{Systèmes d’Exploitation autonomes incrémentaux}
|
||||||
\def\titlesub{une inversion des approches conventionnelles}}
|
\def\titlesub{une inversion des approches conventionnelles}}
|
||||||
|
|
||||||
|
\ml
|
||||||
|
{\def\typeshort{Thesis}}
|
||||||
|
{\def\typeshort{Mémoire}}
|
||||||
|
\ml
|
||||||
|
{\def\typelong{\instituteshort\ Master's \typeshort}}
|
||||||
|
{\def\typelong{\typeshort\ d’Ingénieur \instituteshort}}
|
||||||
|
|
||||||
|
\ml
|
||||||
|
{\def\kw{one, two, three, four, five, six, seven, eight}}
|
||||||
|
{\def\kw{un, deux, trois, quatre, cinq, six, sept, huit}}
|
||||||
|
|
||||||
|
% links and pdf metadata
|
||||||
|
|
||||||
|
\usepackage{hyperref}
|
||||||
|
\hypersetup{
|
||||||
|
pdfinfo={
|
||||||
|
Subject={\typelong},
|
||||||
|
Keywords={\kw},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
% imports
|
% imports
|
||||||
|
|
||||||
\input{settings}
|
\input{settings}
|
||||||
|
|
|
@ -13,15 +13,18 @@
|
||||||
\usepackage{tocloft}
|
\usepackage{tocloft}
|
||||||
|
|
||||||
% links
|
% links
|
||||||
\usepackage[
|
\hypersetup{
|
||||||
pdfauthor={\authorlong},
|
pdfinfo={
|
||||||
pdftitle={\titlelong - \titlesub},
|
Title={\titlelong\ - \titlesub},
|
||||||
|
Author={\authorlong},
|
||||||
|
Creator={XeLaTeX / report},
|
||||||
|
},
|
||||||
colorlinks,
|
colorlinks,
|
||||||
citecolor=blue,
|
citecolor=blue,
|
||||||
filecolor=blue,
|
filecolor=blue,
|
||||||
linkcolor=blue,
|
linkcolor=blue,
|
||||||
urlcolor=blue,
|
urlcolor=blue,
|
||||||
]{hyperref}
|
}
|
||||||
|
|
||||||
% adjust chapter titles
|
% adjust chapter titles
|
||||||
\usepackage{etoolbox}
|
\usepackage{etoolbox}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue