File: html-para.texi

package info (click to toggle)
texi2html 1.82%2Bdfsg1-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 32,848 kB
  • ctags: 16,527
  • sloc: perl: 15,888; xml: 6,075; sh: 3,977; makefile: 545
file content (24 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\input texinfo
@setfilename html-para.info
@settitle HTML paragraph beginning test

@c <p> is emitted at paragraph beginning, which makes the text
@c between START and END not exactly what some cm_xxx functions
@c expect, when they are called by pop_and_call_brace.

@set val @@value@{@}
@definfoenclose foo,\\,//

@node Top
@top Top of HTML paragraph test

@value{val} should work at the beginning of a new paragraph.

@dotless{i} dotless should not trigger error messages at the beginning
of a new paragraph.

@sc{small-caps} should work at the beginning of a new paragraph.

@foo{@@definfoenclose} should work at the beginning of a new paragraph.

@bye