xref: /llvm-project/openmp/runtime/doc/doxygen/header.tex (revision 096ccdd389cb5f4c0fd37702e3f2fa8fa71f914a)
15e8470afSJim Cownie% Latex header for doxygen 1.8.3.1
25e8470afSJim Cownie\documentclass{book}
35e8470afSJim Cownie\usepackage[a4paper,top=2.5cm,bottom=2.5cm,left=2.5cm,right=2.5cm]{geometry}
45e8470afSJim Cownie\usepackage{makeidx}
55e8470afSJim Cownie\usepackage{natbib}
65e8470afSJim Cownie\usepackage{graphicx}
75e8470afSJim Cownie\usepackage{multicol}
85e8470afSJim Cownie\usepackage{float}
95e8470afSJim Cownie\usepackage{listings}
105e8470afSJim Cownie\usepackage{color}
115e8470afSJim Cownie\usepackage{ifthen}
125e8470afSJim Cownie\usepackage[table]{xcolor}
135e8470afSJim Cownie\usepackage{textcomp}
145e8470afSJim Cownie\usepackage{alltt}
155e8470afSJim Cownie\usepackage{ifpdf}
165e8470afSJim Cownie\ifpdf
175e8470afSJim Cownie\usepackage[pdftex,
185e8470afSJim Cownie            pagebackref=true,
195e8470afSJim Cownie            colorlinks=true,
205e8470afSJim Cownie            linkcolor=blue,
215e8470afSJim Cownie            unicode
225e8470afSJim Cownie           ]{hyperref}
235e8470afSJim Cownie\else
245e8470afSJim Cownie\usepackage[ps2pdf,
255e8470afSJim Cownie            pagebackref=true,
265e8470afSJim Cownie            colorlinks=true,
275e8470afSJim Cownie            linkcolor=blue,
285e8470afSJim Cownie            unicode
295e8470afSJim Cownie           ]{hyperref}
305e8470afSJim Cownie\usepackage{pspicture}
315e8470afSJim Cownie\fi
325e8470afSJim Cownie\usepackage[utf8]{inputenc}
335e8470afSJim Cownie\usepackage{mathptmx}
345e8470afSJim Cownie\usepackage[scaled=.90]{helvet}
355e8470afSJim Cownie\usepackage{courier}
365e8470afSJim Cownie\usepackage{sectsty}
375e8470afSJim Cownie\usepackage{amssymb}
385e8470afSJim Cownie\usepackage[titles]{tocloft}
395e8470afSJim Cownie\usepackage{doxygen}
405e8470afSJim Cownie\lstset{language=C++,inputencoding=utf8,basicstyle=\footnotesize,breaklines=true,breakatwhitespace=true,tabsize=4,numbers=left }
415e8470afSJim Cownie\makeindex
425e8470afSJim Cownie\setcounter{tocdepth}{3}
435e8470afSJim Cownie\renewcommand{\footrulewidth}{0.4pt}
445e8470afSJim Cownie\renewcommand{\familydefault}{\sfdefault}
455e8470afSJim Cownie\hfuzz=15pt
465e8470afSJim Cownie\setlength{\emergencystretch}{15pt}
475e8470afSJim Cownie\hbadness=750
485e8470afSJim Cownie\tolerance=750
495e8470afSJim Cownie\begin{document}
505e8470afSJim Cownie\hypersetup{pageanchor=false,citecolor=blue}
515e8470afSJim Cownie\begin{titlepage}
525e8470afSJim Cownie\vspace*{7cm}
535e8470afSJim Cownie\begin{center}
54*820b2555SAndrey Churbanov{\Large LLVM OpenMP\textsuperscript{*} Runtime Library }\\
555e8470afSJim Cownie\vspace*{1cm}
565e8470afSJim Cownie{\large Generated by Doxygen $doxygenversion }\\
575e8470afSJim Cownie\vspace*{0.5cm}
585e8470afSJim Cownie{\small $datetime }\\
595e8470afSJim Cownie\end{center}
605e8470afSJim Cownie\end{titlepage}
615e8470afSJim Cownie
625e8470afSJim Cownie{\bf Trademarks}
635e8470afSJim CownieThe OpenMP name and the OpenMP logo are registered trademarks of the OpenMP Architecture Review Board.
645e8470afSJim Cownie
65*820b2555SAndrey ChurbanovIntel, Xeon, and Intel Xeon Phi are trademarks of Intel Corporation in the U.S. and/or other countries.
66*820b2555SAndrey Churbanov
67*820b2555SAndrey ChurbanovThis document is Copyright \textcopyright~\the\year the LLVM Project. It is
68*820b2555SAndrey Churbanovsubject to the same license terms as the LLVM OpenMP runtime.
69*820b2555SAndrey Churbanov
70*820b2555SAndrey Churbanov\textsuperscript{*} Other names and brands may be claimed as the property of others.
715e8470afSJim Cownie
725e8470afSJim Cownie\clearemptydoublepage
735e8470afSJim Cownie\pagenumbering{roman}
745e8470afSJim Cownie\tableofcontents
755e8470afSJim Cownie\clearemptydoublepage
765e8470afSJim Cownie\pagenumbering{arabic}
775e8470afSJim Cownie\hypersetup{pageanchor=true,citecolor=blue}
78