41 lines
399 B
Plaintext
41 lines
399 B
Plaintext
\input texinfo
|
|
@setfilename cond.info
|
|
|
|
@node Top
|
|
|
|
@html
|
|
This is html text.
|
|
@end html
|
|
|
|
@ifhtml
|
|
This is ifhtml text.
|
|
@end ifhtml
|
|
|
|
@ifnothtml
|
|
This is ifnothtml text.
|
|
@end ifnothtml
|
|
|
|
|
|
@ifinfo
|
|
This is ifinfo text.
|
|
@end ifinfo
|
|
|
|
@ifnotinfo
|
|
This is ifnotinfo text.
|
|
@end ifnotinfo
|
|
|
|
|
|
@tex
|
|
This is tex text.
|
|
@end tex
|
|
|
|
@iftex
|
|
This is iftex text.
|
|
@end iftex
|
|
|
|
@ifnottex
|
|
This is ifnottex text.
|
|
@end ifnottex
|
|
|
|
@bye
|