lp: HTML table support
This commit is contained in:
parent
8472086cc6
commit
0a48c1e340
2 changed files with 1 additions and 3 deletions
|
@ -208,7 +208,7 @@ case English short extended alef limbo [Aa]scii assembler c latin rc sh \
|
|||
echo Unrecognized class of line printer for $LPDEST >[1=2]
|
||||
}
|
||||
case HTML
|
||||
uhtml <$temp | html2ms | troff -ms | $proc/generic
|
||||
uhtml <$temp | html2ms | tbl | troff -ms | $proc/generic
|
||||
case *
|
||||
echo $type(2) file is improper for $LPDEST >[1=2]
|
||||
}
|
||||
|
|
|
@ -78,5 +78,3 @@ should be used to normalize the HTML.
|
|||
Ms2html doesn't understand a number of troff
|
||||
commands. It does handle macros and defined
|
||||
strings.
|
||||
.PP
|
||||
Html2ms doesn't understand HTML tables.
|
||||
|
|
Loading…
Reference in a new issue