Jim Cownie | 5e8470a | 2013-09-27 10:38:44 +0000 | [diff] [blame] | 1 | % 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} |
| 54 | {\Large Intel\textsuperscript{\textregistered} OpenMP\textsuperscript{*} Runtime Library }\\ |
| 55 | \vspace*{1cm} |
| 56 | {\large Generated by Doxygen $doxygenversion }\\ |
| 57 | \vspace*{0.5cm} |
| 58 | {\small $datetime }\\ |
| 59 | \end{center} |
| 60 | \end{titlepage} |
| 61 | |
| 62 | {\bf FTC Optimization Notice} |
| 63 | \\ |
| 64 | Intel's compilers may or may not optimize to the same degree for non-Intel microprocessors for |
| 65 | optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, |
| 66 | SSE3, and SSE3 instruction sets and other optimizations. Intel does not guarantee the |
| 67 | availability, functionality, or effectiveness of any optimization on microprocessors not |
| 68 | manufactured by Intel. |
| 69 | |
| 70 | Microprocessor-dependent optimizations in this product are intended for use with Intel |
| 71 | microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for |
| 72 | Intel microprocessors. Please refer to the applicable product User and Reference Guides for |
| 73 | more information regarding the specific instruction sets covered by this notice. |
| 74 | |
| 75 | Notice revision \#20110804 |
| 76 | |
| 77 | {\bf Trademarks} |
| 78 | \\ |
| 79 | Intel, Xeon, and Intel Xeon Phi are trademarks of Intel Corporation in the U.S. and/or other countries. |
| 80 | |
| 81 | \textsuperscript{*} Other names and brands may be claimed as the property of others. |
| 82 | |
| 83 | The OpenMP name and the OpenMP logo are registered trademarks of the OpenMP Architecture Review Board. |
| 84 | |
| 85 | This document is Copyright \textcopyright 2013, Intel Corporation. All rights reserved. |
| 86 | |
| 87 | \clearemptydoublepage |
| 88 | \pagenumbering{roman} |
| 89 | \tableofcontents |
| 90 | \clearemptydoublepage |
| 91 | \pagenumbering{arabic} |
| 92 | \hypersetup{pageanchor=true,citecolor=blue} |