blob: 48ddbf68ae63371890a5bd9904890a203f66ef89 (
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
|
% arara: indent: {trace: on}
\hypersetup{%
pdfstartview={%
FitH \hypercalcbp{\paperheight-\topmargin-0in
-\headheight-\headsep }%
}%
%---------------------------------------------------------------------------
}
some other text
some other text
some other text
\hypersetup{%
pdfstartview={%
FitH \hypercalcbp{\paperheight-\topmargin-0in
-\headheight-\headsep }}%
}
some other text
some other text
some other text
\hypersetup{%
pdfstartview={\someothercommand{here}%
FitH \hypercalcbp{\paperheight-\topmargin-0in
-\headheight-\headsep }}}
some other text
some other text
some other text
|