1
2
3
4
5
6
7
8
9
10
11
12
13
14\unprotect
15
16\definesymbol [ \v!first ] [ \symbol { \v!firstpage } ]
17\definesymbol [ \v!previous ] [ \symbol { \v!previouspage } ]
18\definesymbol [ \v!next ] [ \symbol { \v!nextpage } ]
19\definesymbol [ \v!last ] [ \symbol { \v!lastpage } ]
20\definesymbol [ \v!backward ] [ \symbol { \v!previouspage } ]
21\definesymbol [ \v!forward ] [ \symbol { \v!nextpage } ]
22\definesymbol [ \v!nowhere ] [ \symbol { bullet } ]
23\definesymbol [ \v!somewhere ] [ \startoverlay { \symbol \v!previouspage }{ \symbol \v!nextpage } \stopoverlay ]
24
25\definefontsynonym [ ContextNavigation ] [ contnav ]
26
27\def \ContextNavigationGlyph { \getnamedglyphdirect { ContextNavigation }}
28
29\startsymbolset [ navigation 1 ]
30
31 \definesymbol [ \v!firstpage ] [ \ContextNavigationGlyph { char 0 3 } ]
32 \definesymbol [ \v!previouspage ] [ \ContextNavigationGlyph { char 0 1 } ]
33 \definesymbol [ \v!nextpage ] [ \ContextNavigationGlyph { char 0 2 } ]
34 \definesymbol [ \v!lastpage ] [ \ContextNavigationGlyph { char 0 4 } ]
35
36 \definesymbol [ \v!PreviousJump ] [ \ContextNavigationGlyph { char 0 5 } ]
37 \definesymbol [ \v!NextJump ] [ \ContextNavigationGlyph { char 0 6 } ]
38
39 \definesymbol [ \v!CloseDocument ] [ \ContextNavigationGlyph { char 0 7 } ]
40
41 \definesymbol [ \v!firstsubpage ] [ \ContextNavigationGlyph { char 0 3 } ]
42 \definesymbol [ \v!previoussubpage ] [ \ContextNavigationGlyph { char 0 1 } ]
43 \definesymbol [ \v!nextsubpage ] [ \ContextNavigationGlyph { char 0 2 } ]
44 \definesymbol [ \v!lastsubpage ] [ \ContextNavigationGlyph { char 0 4 } ]
45
46 \definesymbol [ \v!StartSound ] [ \ContextNavigationGlyph { char 0 2 } ]
47 \definesymbol [ \v!PauseSound ] [ \ContextNavigationGlyph { char 0 8 } ]
48 \definesymbol [ \v!StopSound ] [ \ContextNavigationGlyph { char 0 7 } ]
49
50 \definesymbol [ \v!StartMovie ] [ \ContextNavigationGlyph { char 0 2 } ]
51 \definesymbol [ \v!PauseMovie ] [ \ContextNavigationGlyph { char 0 8 } ]
52 \definesymbol [ \v!StopMovie ] [ \ContextNavigationGlyph { char 0 7 } ]
53
54 \definesymbol [ \v!StartRendering ] [ \ContextNavigationGlyph { char 0 2 } ]
55 \definesymbol [ \v!PauseRendering ] [ \ContextNavigationGlyph { char 0 8 } ]
56 \definesymbol [ \v!StopRendering ] [ \ContextNavigationGlyph { char 0 7 } ]
57 \definesymbol [ \v!ResumeRendering ] [ \ContextNavigationGlyph { char 0 2 } ]
58
59\stopsymbolset
60
61\startsymbolset [ navigation 2 ]
62
63 \definesymbol [ \v!firstpage ] [ \ContextNavigationGlyph { char 6 7 } ]
64 \definesymbol [ \v!previouspage ] [ \ContextNavigationGlyph { char 6 5 } ]
65 \definesymbol [ \v!nextpage ] [ \ContextNavigationGlyph { char 6 6 } ]
66 \definesymbol [ \v!lastpage ] [ \ContextNavigationGlyph { char 6 8 } ]
67
68 \definesymbol [ \v!PreviousJump ] [ \ContextNavigationGlyph { char 6 9 } ]
69 \definesymbol [ \v!NextJump ] [ \ContextNavigationGlyph { char 6 a } ]
70
71 \definesymbol [ \v!CloseDocument ] [ \ContextNavigationGlyph { char 6 b } ]
72
73 \definesymbol [ \v!firstsubpage ] [ \ContextNavigationGlyph { char 6 7 } ]
74 \definesymbol [ \v!previoussubpage ] [ \ContextNavigationGlyph { char 6 5 } ]
75 \definesymbol [ \v!nextsubpage ] [ \ContextNavigationGlyph { char 6 6 } ]
76 \definesymbol [ \v!lastsubpage ] [ \ContextNavigationGlyph { char 6 8 } ]
77
78 \definesymbol [ \v!StartSound ] [ \ContextNavigationGlyph { char 6 6 } ]
79 \definesymbol [ \v!PauseSound ] [ \ContextNavigationGlyph { char 6 c } ]
80 \definesymbol [ \v!StopSound ] [ \ContextNavigationGlyph { char 6 b } ]
81
82 \definesymbol [ \v!StartMovie ] [ \ContextNavigationGlyph { char 6 6 } ]
83 \definesymbol [ \v!PauseMovie ] [ \ContextNavigationGlyph { char 6 c } ]
84 \definesymbol [ \v!StopMovie ] [ \ContextNavigationGlyph { char 6 b } ]
85
86 \definesymbol [ \v!StartRendering ] [ \ContextNavigationGlyph { char 6 6 } ]
87 \definesymbol [ \v!PauseRendering ] [ \ContextNavigationGlyph { char 6 c } ]
88 \definesymbol [ \v!StopRendering ] [ \ContextNavigationGlyph { char 6 b } ]
89 \definesymbol [ \v!ResumeRendering ] [ \ContextNavigationGlyph { char 6 6 } ]
90
91\stopsymbolset
92
93\startsymbolset [ navigation 3 ]
94
95 \definesymbol [ \v!firstpage ] [ \ContextNavigationGlyph { charcb } ]
96 \definesymbol [ \v!previouspage ] [ \ContextNavigationGlyph { charc 9 } ]
97 \definesymbol [ \v!nextpage ] [ \ContextNavigationGlyph { charca } ]
98 \definesymbol [ \v!lastpage ] [ \ContextNavigationGlyph { charcc } ]
99
100 \definesymbol [ \v!PreviousJump ] [ \ContextNavigationGlyph { charcd } ]
101 \definesymbol [ \v!NextJump ] [ \ContextNavigationGlyph { charce } ]
102
103 \definesymbol [ \v!CloseDocument ] [ \ContextNavigationGlyph { charcf } ]
104
105 \definesymbol [ \v!firstsubpage ] [ \ContextNavigationGlyph { charcb } ]
106 \definesymbol [ \v!previoussubpage ] [ \ContextNavigationGlyph { charc 9 } ]
107 \definesymbol [ \v!nextsubpage ] [ \ContextNavigationGlyph { charca } ]
108 \definesymbol [ \v!lastsubpage ] [ \ContextNavigationGlyph { charcc } ]
109
110 \definesymbol [ \v!StartSound ] [ \ContextNavigationGlyph { charca } ]
111 \definesymbol [ \v!PauseSound ] [ \ContextNavigationGlyph { chard 0 } ]
112 \definesymbol [ \v!StopSound ] [ \ContextNavigationGlyph { charcf } ]
113
114 \definesymbol [ \v!StartMovie ] [ \ContextNavigationGlyph { charca } ]
115 \definesymbol [ \v!PauseMovie ] [ \ContextNavigationGlyph { chard 0 } ]
116 \definesymbol [ \v!StopMovie ] [ \ContextNavigationGlyph { charcf } ]
117
118 \definesymbol [ \v!StartRendering ] [ \ContextNavigationGlyph { charca } ]
119 \definesymbol [ \v!PauseRendering ] [ \ContextNavigationGlyph { chard 0 } ]
120 \definesymbol [ \v!StopRendering ] [ \ContextNavigationGlyph { charcf } ]
121 \definesymbol [ \v!ResumeRendering ] [ \ContextNavigationGlyph { charca } ]
122
123\stopsymbolset
124
125
126
127
128
129\protect \endinput
130 |