-
Notifications
You must be signed in to change notification settings - Fork 2
/
yields_template.tex
43 lines (36 loc) · 1.21 KB
/
yields_template.tex
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
%from Florian Bury
% Yields table generated automatically by plotIt.
% Needed packages:
% \usepackage{booktabs}
%
% Use the following if building a CMS document
%
% \makeatletter
% \newcommand{\thickhline}{%
% \noalign {\ifnum 0=`}\fi \hrule height .08em
% \futurelet \reserved@a \@xhline
% }
% \newcommand{\thinhline}{%
% \noalign {\ifnum 0=`}\fi \hrule height .05em
% \futurelet \reserved@a \@xhline
% }
% \makeatother
% \newcommand{\toprule}{\noalign{\vskip0pt}\thickhline\noalign{\vskip.65ex}}
% \newcommand{\midrule}{\noalign{\vskip.4ex}\thinhline\noalign{\vskip.65ex}}
% \newcommand{\bottomrule}{\noalign{\vskip.4ex}\thickhline\noalign{\vskip0pt}}
\documentclass{report}
\usepackage{graphicx}
\usepackage[a4paper,bindingoffset=0.5cm,%
left=0cm,right=1cm,top=2cm,bottom=2cm,%
footskip=0.25cm]{geometry}
%\newgeometry{left=0.8in,right=0.8in,top=1in,bottom=1in}
%\usepackage[margin=0.1cm]{geometry}
\begin{document}
\renewcommand{\arraystretch}{0.5000} % VERTICAL SIZE OF EACH LINE
\begin{center}
\textbf{Preselection}
\end{center}
\resizebox{\textwidth}{!}{
%% COPY PASTE THE TABULAR HERE
}
\end{document}