File: node-whitespace.texi

package info (click to toggle)
texi2html 1.82%2Bdfsg1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 32,848 kB
  • sloc: perl: 15,888; xml: 6,075; sh: 3,977; makefile: 543
file content (30 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (16)
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
\input texinfo.tex    @c -*-texinfo-*-

@setfilename node-whitespace.info

@c Makeinfo should collapse whitespace in node names.

@ifnottex

@node Top
@top Whitespace in Node Names

@end ifnottex

@menu
* Chap  1.3  ::
* Chap  1.4  :Chap  1.4.
@end menu

@node Chap  1.3
@chapter Chap 1.3

Can I reach here?

@node Chap      1.4
@chapter Another space test

How about here?
@xref{Chap      1.3}.

@bye