You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -947,7 +947,7 @@ If this option is given, dvisvgm does not expect a DVI but a PDF input file, and
947
947
\fB\-\-page\fR
948
948
can be used to select different pages, page ranges, and/or page sequences\&.
949
949
.sp
950
-
If a Ghostcript version < 10\&.01\&.0 is found, dvisvgm uses Ghostscript to process the PDF file\&. In this case, the conversion is realized by creating a single
950
+
If a Ghostscript version < 10\&.01\&.0 is found, dvisvgm uses Ghostscript to process the PDF file\&. In this case, the conversion is realized by creating a single
951
951
\fIpdffile\fR
952
952
special command which is forwarded to dvisvgm\(cqs PostScript special handler\&. Therefore, this option is only available if dvisvgm was built with PostScript support enabled, and requires Ghostscript to be accessible\&. See option
953
953
\fB\-\-libgs\fR
@@ -1423,7 +1423,7 @@ and
1423
1423
\fIy\fR
1424
1424
represent the current coordinates\&. Invalid operations, like divisions by zero, lead to an error message on the console\&. Example:
1425
1425
\fB{?(\-10*(x+2y)\-5)}\fR
1426
-
is a valid expresssion and expands to the corresponding numeric string\&.
1426
+
is a valid expression and expands to the corresponding numeric string\&.
1427
1427
.RE
1428
1428
.PP
1429
1429
\fBdvisvgm:rawdef\fR\fItext\fR
@@ -1638,7 +1638,7 @@ on the command\-line\&. Otherwise, dvisvgm ignores them and computes tight bound
1638
1638
pdfTeX and dvipdfmx introduced several special commands related to the generation of PDF files\&. Currently, only
1639
1639
\fIpdf:mapfile\fR,
1640
1640
\fIpdf:mapline\fR,
1641
-
\fIpdf:pagesize\fR, and PDF hyperlink specials are supported by dvisvgm\&. The latter are the PDF pendants to the HTML HyperTeX specialsgenerated by the hyperref package in PDF mode\&.
1641
+
\fIpdf:pagesize\fR, and PDF hyperlink specials are supported by dvisvgm\&. The latter are the PDF pendants to the HTML HyperTeX specials\&. They are generated by the hyperref package in PDF mode, for example\&. If a DVI page contains unsupported PDF specials, dvisvgm prints a warning message showing the number of ignored special commands\&.
1642
1642
.sp
1643
1643
\fIpdf:pagesize\fR
1644
1644
is similar to the
@@ -1660,7 +1660,7 @@ pdfTeX user manual (\m[blue]https://ctan.org/pkg/pdftex\m[])\&.
introduced its own set of specials in order to embed PostScript code into DVI files, which greatly improves the capabilities of DVI documents\&. One aim of dvisvgm is to completely evaluate all PostScript fragments and to convert as many of them as possible to SVG\&. In contrast to dvips, dvisvgm uses floating point arithmetics to compute the precise position of each graphic element, i\&.e\&. it doesn\(cqt round the coordinates\&. Therefore, the relative locations of the graphic elements may slightly differ from those computed by dvips\&.
1663
+
introduced its own set of specials in order to embed PostScript code into DVI files, which greatly improves the capabilities of DVI documents\&. One aim of dvisvgm is to completely evaluate all PostScript fragments and to convert as many of them as possible to SVG\&. In contrast to dvips, dvisvgm uses floating point arithmetic to compute the precise position of each graphic element, i\&.e\&. it doesn\(cqt round the coordinates\&. Therefore, the relative locations of the graphic elements may slightly differ from those computed by dvips\&.
1664
1664
.sp
1665
1665
Since PostScript is a rather complex language, dvisvgm does not implement its own PostScript interpreter but relies on
0 commit comments