blob: 6e9ea67c11f9d4f1e5eb3ff570d161d069072abc [file] [log] [blame]
Jim Cownie5e8470a2013-09-27 10:38:44 +00001% Latex header for doxygen 1.8.3.1
2\documentclass{book}
3\usepackage[a4paper,top=2.5cm,bottom=2.5cm,left=2.5cm,right=2.5cm]{geometry}
4\usepackage{makeidx}
5\usepackage{natbib}
6\usepackage{graphicx}
7\usepackage{multicol}
8\usepackage{float}
9\usepackage{listings}
10\usepackage{color}
11\usepackage{ifthen}
12\usepackage[table]{xcolor}
13\usepackage{textcomp}
14\usepackage{alltt}
15\usepackage{ifpdf}
16\ifpdf
17\usepackage[pdftex,
18 pagebackref=true,
19 colorlinks=true,
20 linkcolor=blue,
21 unicode
22 ]{hyperref}
23\else
24\usepackage[ps2pdf,
25 pagebackref=true,
26 colorlinks=true,
27 linkcolor=blue,
28 unicode
29 ]{hyperref}
30\usepackage{pspicture}
31\fi
32\usepackage[utf8]{inputenc}
33\usepackage{mathptmx}
34\usepackage[scaled=.90]{helvet}
35\usepackage{courier}
36\usepackage{sectsty}
37\usepackage{amssymb}
38\usepackage[titles]{tocloft}
39\usepackage{doxygen}
40\lstset{language=C++,inputencoding=utf8,basicstyle=\footnotesize,breaklines=true,breakatwhitespace=true,tabsize=4,numbers=left }
41\makeindex
42\setcounter{tocdepth}{3}
43\renewcommand{\footrulewidth}{0.4pt}
44\renewcommand{\familydefault}{\sfdefault}
45\hfuzz=15pt
46\setlength{\emergencystretch}{15pt}
47\hbadness=750
48\tolerance=750
49\begin{document}
50\hypersetup{pageanchor=false,citecolor=blue}
51\begin{titlepage}
52\vspace*{7cm}
53\begin{center}
Andrey Churbanov820b2552015-05-08 17:41:32 +000054{\Large LLVM OpenMP\textsuperscript{*} Runtime Library }\\
Jim Cownie5e8470a2013-09-27 10:38:44 +000055\vspace*{1cm}
56{\large Generated by Doxygen $doxygenversion }\\
57\vspace*{0.5cm}
58{\small $datetime }\\
59\end{center}
60\end{titlepage}
61
Jim Cownie5e8470a2013-09-27 10:38:44 +000062{\bf Trademarks}
Jim Cownie5e8470a2013-09-27 10:38:44 +000063The OpenMP name and the OpenMP logo are registered trademarks of the OpenMP Architecture Review Board.
64
Andrey Churbanov820b2552015-05-08 17:41:32 +000065Intel, Xeon, and Intel Xeon Phi are trademarks of Intel Corporation in the U.S. and/or other countries.
66
67This document is Copyright \textcopyright~\the\year the LLVM Project. It is
68subject to the same license terms as the LLVM OpenMP runtime.
Jonathan Peyton096ccdd32016-05-17 21:12:48 +000069
Andrey Churbanov820b2552015-05-08 17:41:32 +000070\textsuperscript{*} Other names and brands may be claimed as the property of others.
71
Jim Cownie5e8470a2013-09-27 10:38:44 +000072\clearemptydoublepage
73\pagenumbering{roman}
74\tableofcontents
75\clearemptydoublepage
76\pagenumbering{arabic}
77\hypersetup{pageanchor=true,citecolor=blue}