1% Latex header for doxygen 1.8.9.1
2\documentclass[twoside]{book}
3
4% Packages required by doxygen
5\usepackage{fixltx2e}
6\usepackage{calc}
7\usepackage{doxygen}
8\usepackage{graphicx}
9\usepackage[utf8]{inputenc}
10\usepackage{makeidx}
11\usepackage{multicol}
12\usepackage{multirow}
13\PassOptionsToPackage{warn}{textcomp}
14\usepackage{textcomp}
15\usepackage[nointegrals]{wasysym}
16\usepackage[table]{xcolor}
17
18% Font selection
19\usepackage[T1]{fontenc}
20\usepackage[scaled=.90]{helvet}
21\usepackage{courier}
22\usepackage{amssymb}
23\usepackage{sectsty}
24\renewcommand{\familydefault}{\sfdefault}
25\allsectionsfont{%
26  \fontseries{bc}\selectfont%
27  \color{darkgray}%
28}
29\renewcommand{\DoxyLabelFont}{%
30  \fontseries{bc}\selectfont%
31  \color{darkgray}%
32}
33\newcommand{\+}{\discretionary{\mbox{\scriptsize$\hookleftarrow$}}{}{}}
34
35% Page & text layout
36\usepackage{geometry}
37\geometry{%
38  a4paper,%
39  top=2.5cm,%
40  bottom=2.5cm,%
41  left=2.5cm,%
42  right=2.5cm%
43}
44\tolerance=750
45\hfuzz=15pt
46\hbadness=750
47\setlength{\emergencystretch}{15pt}
48\setlength{\parindent}{0cm}
49\setlength{\parskip}{0.2cm}
50\makeatletter
51\renewcommand{\paragraph}{%
52  \@startsection{paragraph}{4}{0ex}{-1.0ex}{1.0ex}{%
53    \normalfont\normalsize\bfseries\SS@parafont%
54  }%
55}
56\renewcommand{\subparagraph}{%
57  \@startsection{subparagraph}{5}{0ex}{-1.0ex}{1.0ex}{%
58    \normalfont\normalsize\bfseries\SS@subparafont%
59  }%
60}
61\makeatother
62
63% Headers & footers
64\usepackage{fancyhdr}
65\pagestyle{fancyplain}
66\fancyhead[LE]{\fancyplain{}{\bfseries\thepage}}
67\fancyhead[CE]{\fancyplain{}{}}
68\fancyhead[RE]{\fancyplain{}{\bfseries\leftmark}}
69\fancyhead[LO]{\fancyplain{}{\bfseries\rightmark}}
70\fancyhead[CO]{\fancyplain{}{}}
71\fancyhead[RO]{\fancyplain{}{\bfseries\thepage}}
72\fancyfoot[LE]{\fancyplain{}{}}
73\fancyfoot[CE]{\fancyplain{}{}}
74\fancyfoot[RE]{\fancyplain{}{\bfseries\scriptsize \textcircled{c} \the\year\space Unified Communication X (UCX). All rights reserved. }}
75\fancyfoot[LO]{\fancyplain{}{\bfseries\scriptsize \textcircled{c} \the\year\space Unified Communication X (UCX). All rights reserved. }}
76\fancyfoot[CO]{\fancyplain{}{}}
77\fancyfoot[RO]{\fancyplain{}{}}
78\renewcommand{\footrulewidth}{0.4pt}
79\renewcommand{\chaptermark}[1]{%
80  \markboth{#1}{}%
81}
82\renewcommand{\sectionmark}[1]{%
83  \markright{\thesection\ #1}%
84}
85
86% Indices & bibliography
87\usepackage{natbib}
88\usepackage[titles]{tocloft}
89\setcounter{tocdepth}{3}
90\setcounter{secnumdepth}{5}
91\makeindex
92
93% Hyperlinks (required, but should be loaded last)
94\usepackage{ifpdf}
95\ifpdf
96  \usepackage[pdftex,pagebackref=true]{hyperref}
97\else
98  \usepackage[ps2pdf,pagebackref=true]{hyperref}
99\fi
100\hypersetup{%
101  colorlinks=true,%
102  linkcolor=blue,%
103  citecolor=blue,%
104  unicode%
105}
106
107% Custom commands
108\newcommand{\clearemptydoublepage}{%
109  \newpage{\pagestyle{empty}\cleardoublepage}%
110}
111
112
113%===== C O N T E N T S =====
114
115\begin{document}
116
117% Titlepage & ToC
118\hypersetup{pageanchor=false,
119             bookmarks=true,
120             bookmarksnumbered=true,
121             pdfencoding=unicode
122            }
123\pagenumbering{roman}
124\begin{titlepage}
125\vspace*{7cm}
126\begin{center}%
127    {\Large Unified Communication X (UCX)}\\
128\vspace*{0.5cm}
129{\large API Standard}\\
130{\small Version @MAJOR_VERSION@.@MINOR_VERSION@}\\
131\vspace*{0.5cm}
132\includegraphics[width=6cm]{UCX_Logo_930x933.png}
133\vspace*{0.5cm}
134\end{center}
135\end{titlepage}
136\clearemptydoublepage
137\tableofcontents
138\clearemptydoublepage
139\pagenumbering{arabic}
140\hypersetup{pageanchor=true}
141
142%--- Begin generated contents ---
143