1 \input texinfo 2 @setfilename cond.info 3 4 @node Top 5 6 @html 7 This is html text. 8 @end html 9 10 @ifhtml 11 This is ifhtml text. 12 @end ifhtml 13 14 @ifnothtml 15 This is ifnothtml text. 16 @end ifnothtml 17 18 19 @ifinfo 20 This is ifinfo text. 21 @end ifinfo 22 23 @ifnotinfo 24 This is ifnotinfo text. 25 @end ifnotinfo 26 27 28 @tex 29 This is tex text. 30 @end tex 31 32 @iftex 33 This is iftex text. 34 @end iftex 35 36 @ifnottex 37 This is ifnottex text. 38 @end ifnottex 39 40 @bye 41