summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/blowup/blowup-test1.tex
blob: 2dd354b5a9507d81f32a769c44de38a4e5dbfcfe (plain)
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

%---------------------------
% Rolf Niepraschk, Rolf.Niepraschk@ptb.de, 2007-08-12

% pdflatex blowup-test1.tex
% or
% latex blowup-test1.tex ; dvips blowup-test1 ; ps2pdf blowup-test1.ps
% or
% vlatex blowup-test1.tex
%
% pdfinfo blowup-test1.pdf

\listfiles
\documentclass[fontsize=10pt,paper=a4]{scrartcl}


\usepackage[margin={20mm,20mm}]{geometry}

\usepackage{blowup}
\blowUp{onepage,paper={841mm,1189mm}}

\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}

\usepackage{array,printlen}
\uselengthunit{mm}

\pagestyle{empty}

\begin{document}

\noindent \rule{\textwidth}{3mm}

\null\vfill

\huge\centering

\setlength\extrarowheight{.5ex}
\begin{tabular}{|>{\bfseries}l<{:}r<{\,mm}!{$\times$}r<{\,mm}|} \hline
  letter    & 216 &  279 \\
  legal     & 216 &  356 \\
  executive & 184 &  267 \\
  A8        &  52 &   74 \\
  A7        &  74 &  105 \\
  A6        & 105 &  148 \\
  A5        & 148 &  210 \\
  A4        & 210 &  297 \\
  A3        & 297 &  420 \\
  A2        & 420 &  594 \\
  A1        & 594 &  841 \\
  A0        & 841 & 1189 \\ \hline
\end{tabular}

\vfill

\begin{tabular}{>{\bfseries}lr!{$\times$}r}
  Original Paper Size: & 
    \rndprintlength{\paperwidth} & \rndprintlength{\paperheight} \\
  Final Paper Size: &
    \rndprintlength{\sPaperWidth} & \rndprintlength{\sPaperHeight}
\end{tabular}

\vfill

\noindent \rule{\textwidth}{3mm}

\newpage

\noindent \rule{\textwidth}{3mm}

\vfill

\noindent \rule{\textwidth}{3mm}

\newpage

\noindent \rule{\textwidth}{3mm}

\vfill

\noindent \rule{\textwidth}{3mm}

\end{document}

%---------------------------