Man page - wml::fmt::text(3)
Packages contains this manual
- wml_p5_divert(1)
- wml::std::lang(3)
- wml::fmt::text(3)
- wml::std::all(3)
- wml::std::href(3)
- wml::des::rollover(3)
- wml_aux_htmlinfo(1)
- wml::fmt::sdf(3)
- wml_intro(7)
- wml_faq(7)
- wml::std::toc(3)
- wml::des::navbar(3)
- wml_p9_slice(1)
- wml::imp::fsview(3)
- wml(1)
- wml_macros(7)
- wml::sup::all(3)
- wml::sys::bootp4(3)
- wml::fmt::verbatim(3)
- wml_p1_ipp(1)
- wml::des::typography(3)
- wml::std::grid(3)
- wml::fmt::pod(3)
- wml::imp::csmap(3)
- wml_p7_htmlfix(1)
- wml_tags(7)
- wml::all(3)
- wml::std::info(3)
- wml::fmt::xtable(3)
- wml::fmt::url(3)
- wml::std::tags(3)
- wml::mod::version(3)
- wml::sys::all(3)
- wmd(1)
- wmb(1)
- wml::fmt::all(3)
- wml::sys::compat1(3)
- wml_tutorial(7)
- wml_aux_map2html(1)
- wml::std::logo(3)
- wml::fmt::isolatin(3)
- wml-params-conf(1)
- wmk(1)
- wml::des::preload(3)
- wml::des::all(3)
- wml::std::page(3)
- wml::des::lowsrc(3)
- wmd_missing(1)
- wml::std::label(3)
- wml::des::gfont(3)
- wml::std::box(3)
- wml::sup::path(3)
- wml::des::space(3)
- wml::std::case(3)
- wml::mod::all(3)
- wml_p6_asubst(1)
- wml::imp::all(3)
- wml::imp::generic(3)
- wml::des::imgbg(3)
- wml::sys::bootp3(3)
- wml::des::imgdot(3)
- wml::sup::hextriple(3)
- wml_p8_htmlstrip(1)
apt-get install wml
Manual
wml::fmt::text
NAMESYNOPSIS
DESCRIPTION
ATTRIBUTES
AUTHOR
REQUIRES
SEE ALSO
NAME
wml::fmt::text - Plain ASCII with Special Formatting Semantic
SYNOPSIS
#use
wml::fmt::text
<: print &wml_fmt_text({ FILE => $file, OPTIONS
=> '--xhtml', ...}); :>
<text notypo>
FOO
===
1. bar
2. quux
a. baz
b. foo
...
</text>
DESCRIPTION
The usage is simple: Surround the text with the "<text>" container tag and then just write plain ASCII text inside it. The corresponding HTML code is created via txt2html (3), a filter which gives the ASCII text nice formatting semantic which control the HTML result.
If OPTIONS field is specified, a newer txt2html (1) filter is called instead of txt2html , which is dead upstream. This allows for instance generation of XHTML markup.
The core conversion function is wml_fmt_text() which also can be used by other include files.
ATTRIBUTES
These attributes
can be used both in the "<text>" tag (in
lowercase letters) and in "wml_fmt_text"’s
arguments, as shown in the examples above.
"NOTYPO"
By default, font commands are added to headings to highlight them. This attribute prevents alteration of txt2html ’s output.
"OPTIONS= str "
This attribute performs two actions: select txt2html as a filter instead of txt2html , and make str arguments be passed literally on the command line of txt2html .
AUTHOR
Ralf S.
Engelschall
rse@engelschall.com
www.engelschall.com
REQUIRES
Internal: P1,
P2, P3, txt2html (WML)
External: --
SEE ALSO
txt2html (1)