Skip to content

Commit

Permalink
manpage: increased width of last table columns
Browse files Browse the repository at this point in the history
  • Loading branch information
mgieseki committed Jan 8, 2024
1 parent 638094a commit dc83452
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 41 deletions.
8 changes: 8 additions & 0 deletions doc/conf-dblatex-man.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@
<xsl:value-of select="@url"/>
<xsl:text>\m[])</xsl:text>
</xsl:template>

<!-- expand width of last table column up to the line end -->
<xsl:template match="cell" mode="table.format">
<xsl:apply-imports/>
<xsl:if test="not(following-sibling::cell) or following-sibling::cell[1]/@row != @row">
<xsl:text>x</xsl:text>
</xsl:if>
</xsl:template>
</xsl:stylesheet>
82 changes: 41 additions & 41 deletions doc/dvisvgm.1
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ invoice, executive, legal, letter, ledger
.RS 4
.TS
tab(:);
lt lt
lt lt
lt lt
lt lt
lt lt.
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx.
T{
\fBdvi\fR
T}:T{
Expand Down Expand Up @@ -176,16 +176,16 @@ and
should be sufficient in most cases\&. The following list gives an overview of the known format names which correspond to names of Ghostscript output devices\&.
.TS
tab(:);
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt.
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx.
T{
\fBnone\fR
T}:T{
Expand Down Expand Up @@ -1138,10 +1138,10 @@ are applied in the order of their appearance\&. Multiple commands can optionally
Additionally, some pre\-defined constants are provided:
.TS
tab(:);
lt lt
lt lt
lt lt
lt lt.
lt ltx
lt ltx
lt ltx
lt ltx.
T{
\fBux\fR
T}:T{
Expand Down Expand Up @@ -1206,11 +1206,11 @@ Translates (moves) the page content in direction of vector (\fItx\fR,\fIty\fR)\&
Controls the type of messages printed during a dvisvgm run:
.TS
tab(:);
lt lt
lt lt
lt lt
lt lt
lt lt.
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx.
T{
\fB0\fR
T}:T{
Expand Down Expand Up @@ -1675,14 +1675,14 @@ The environment variable \fBDVISVGM_COLORS\fR specifies the colors used to highl
All malformed entries in the list are silently ignored\&.
.TS
tab(:);
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt.
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx.
T{
.sp
\fBer\fR
Expand Down Expand Up @@ -1750,15 +1750,15 @@ Variable \fBDVISVGM_PDF_PROC\fR allows you to select the desired PDF processor\&
The location of the following files is determined by the kpathsea library\&. To check the actual kpathsea configuration you can use the \fBkpsewhich\fR utility\&.
.TS
tab(:);
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt.
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx
lt ltx.
T{
.sp
\fB*\&.enc\fR
Expand Down

0 comments on commit dc83452

Please sign in to comment.