summaryrefslogtreecommitdiff
path: root/web/c_cpp/cweb/examples/extex.ch
blob: 1b3f0cebd117a7b7d7d661e8c9c99a272f79e550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@x In my work (mainly TAOCP) I use \: (not \.) for the dot accent
'&`&\relax\^&"&\relax\~&=&.&u&v\cr
@y
'&`&\relax\^&"&\relax\~&=&:&u&v\cr
@z
@x
  1,1,1,1,1,0,0,1, /* \.{\\-} and \.{\\.} */
  1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1, /* \.{\\=} */
@y
  1,1,1,1,1,0,1,1, /* \.{\\-} */
  1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1, /* \.{:} and \.{\\=} */
@z
@x and I use |...xref-tag...| for cross-references
case '|': if (web>1) {
     save_skipping=skipping;
     goto skip_C_prime;
   }
@y
case '|': if (web>1) {
     save_skipping=skipping;
     goto skip_C_prime;
   } else discard_to('|');
@z