File: header.tex.in

package info (click to toggle)
litl 0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 564 kB
  • sloc: ansic: 3,407; makefile: 36; sh: 18
file content (178 lines) | stat: -rw-r--r-- 5,296 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% FOR PRINTING
\documentclass[
    11pt,
    a4paper,
    openright
]{report}
               
\newcommand{\litl}{LiTL}
\newcommand{\reporttitle}{\litl}               
\newcommand{\reportsubtitle}{Lightweight Trace Library @PACKAGE_VERSION@}
\newcommand{\reportsubsubtitle}{User Manual}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{etex}
\usepackage[utf8]{inputenc}
\usepackage{pdflscape}
\usepackage[T1]{fontenc}
\usepackage[small,bf]{caption}
\usepackage{fullpage}

% for plotting 
\usepackage{subfigure}
\usepackage{graphicx}
\usepackage{color}  
%\usepackage{xcolor}
%    \definecolor{ListingsKeywordColor}{rgb}{0,0,0.4}
%    \definecolor{ListingsIdentifierColor}{rgb}{0,0.5,0}
%    \definecolor{ListingsCommentColor}{rgb}{0.4,0.4,0.4}
%    \definecolor{ListingsStringColor}{rgb}{0.6000,0.3333,0.7333}%{0.8,0,0}
%    \definecolor{ListingsRuleSepColor}{rgb}{0,0,0}
%    \definecolor{ListingsEmphColor}{rgb}{0,0.6667,0.6667}
%    \definecolor{ListingsBreakSymbolColor}{rgb}{0.780,0.082,0.522}
%    \definecolor{LinkColor}{rgb}{0,0,0.5}
%    \definecolor{UnitColor}{rgb}{0,0,0}
%    \definecolor{MathsVectorColor}{rgb}{0,0,0}
%    \definecolor{MathsMatrixColor}{rgb}{0,0,0}
%    \definecolor{MyGreen}{HTML}{228B22}
%    \definecolor{MyBlue}{HTML}{0000FF}
%    \colorlet{MatrixElementsLight}{gray!20!white}
%    \colorlet{MatrixElementsDark}{gray!40}

\usepackage{tikz}
\usepackage{pgfplots}
\usetikzlibrary{
  external,
  arrows,
  positioning,
  decorations.pathmorphing,
  3d
}
\tikzexternalize
\tikzsetexternalprefix{imgs/tikz/}
\tikzset{
    external/export=false,
    %Define standard arrow tip
    >=stealth',
    %Define style for boxes
    punkt/.style={
           rectangle,
           rounded corners,
           draw=black, very thick,
           text width=6.5em,
           minimum height=2em,
           text centered},
    % Define arrow style
    pil/.style={
           ->,
           semithick,
           shorten <= 0pt,
           shorten >= 0pt,},
    pild/.style={
           ->,
           thick,
           %>=angle 90,
           shorten <= 0pt,
           shorten >= 0pt,}
}

\pgfkeys{
    /tikz/external/mode=list and make
}
\pgfplotsset{
  xtick scale label code/.code={$\times 10^{#1}$}
}
\pgfplotsset{
ytick scale label code/.code={$\times 10^{#1}$}
}
\pgfplotsset{
  invoke before crossref tikzpicture={\tikzexternaldisable},
  invoke after crossref tikzpicture={\tikzexternalenable},
}
    
% for listing
\usepackage{listings}
  \lstset{
    basicstyle=\scriptsize\ttfamily,
    tabsize=3,
    showtabs=false,
    showspaces=false,
    showstringspaces=false,
    tab=\rightarrowfill,
    frame=none,
    numbers=left,
    numberstyle=\tiny,
    numbersep=5pt,
    captionpos=top,
    frame=tb,
    firstnumber=1,
    stepnumber=1,
%     numberfirstline=false,
    breaklines=true,
    breakatwhitespace=true,
%     prebreak=\mbox{\,$\color{ListingsBreakSymbolColor}\mathbf{\hookleftarrow}$},
    mathescape=true,
    morekeywords={},
}

\usepackage{url}
\usepackage[final]{hyperref}
\hypersetup{
   % Farben fuer die Links
   colorlinks=false,         % Links erhalten Farben statt Kaeten
   % Links
   raiselinks=true,       % calculate real height of the link
   breaklinks,              % Links berstehen Zeilenumbruch
   %backref=page,            % Backlinks im Literaturverzeichnis (section, slide, page, none)
   %pagebackref=true,        % Backlinks im Literaturverzeichnis mit Seitenangabe
   verbose,
   % hyperindex=true,         % backlinkex index
   linktocpage=true,        % Inhaltsverzeichnis verlinkt Seiten
   % hyperfootnotes=false,     % Keine Links auf Fussnoten
   % Bookmarks
   % bookmarks=true,          % Erzeugung von Bookmarks fuer PDF-Viewer
   bookmarksopenlevel=1,    % Gliederungstiefe der Bookmarks
   bookmarksopen=false,      % Expandierte Untermenues in Bookmarks
   bookmarksnumbered=true,  % Nummerierung der Bookmarks
   bookmarkstype=toc,       % Art der Verzeichnisses
   % Anchors
   plainpages=false,        % Anchors even on plain pages ?
   pageanchor=true,         % Pages are linkable
   % PDF Informationen
   pdftitle={\reporttitle: \reportsubtitle. \reportsubsubtitle},             % Titel
   pdfauthor={Roman Iakymchuk},            % Autor
   pdfcreator={LaTeX, hyperref, KOMA-Script},
   pdfstartview=Fit,       % Dokument wird Fit Height geaefnet
   pdffitwindow=true,
   pdfpagemode=UseOutlines, % Bookmarks im Viewer anzeigen
   % pdfpagelabels=true,      % set PDF page labels
}

\usepackage{cleveref}
\Crefname{figure}{Fig.}{Figs.}

% to disable some warnings
\usepackage{silence}
  \WarningFilter{latex}{Citation}
  \WarningFilter{latex}{Reference}
  \WarningFilter{latex}{Text page 8 contains only floats}
  \WarningFilter{rerunfilecheck}{File}
  \WarningFilter{latex}{There were undefined references}
  \WarningFilter{latex}{Label(s) may have changed}

\newcommand{\bytes}{b}
\newcommand{\kb}{Kb}
\newcommand{\mb}{Mb}
\newcommand{\ghz}{GHz}
\newcommand{\flop}{Flop}
\newcommand{\flops}{Flops}
\newcommand{\gflops}{G\flops}
\newcommand{\eztrace}{EZTrace}
\newcommand{\fxt}{FxT}
\newcommand{\pthread}{Pthreads}
\newcommand{\openmp}{OpenMP}
\newcommand{\mpi}{MPI}
\newcommand{\dash}{ -- }

\date{}