@@ -628,7 +628,7 @@ If this option is given, dvisvgm does not expect a DVI but a PDF input file, and
628628it to SVG. Similar to the conversion of DVI files, only the first page is processed by default.
629629Option *--page* can be used to select different pages, page ranges, and/or page sequences.
630630+
631- If a Ghostcript version < 10.01.0 is found, dvisvgm uses Ghostscript to process the PDF file. In
631+ If a Ghostscript version < 10.01.0 is found, dvisvgm uses Ghostscript to process the PDF file. In
632632this case, the conversion is realized by creating a single 'pdffile' special command which is
633633forwarded to dvisvgm's PostScript special handler. Therefore, this option is only available if
634634dvisvgm was built with PostScript support enabled, and requires Ghostscript to be accessible.
@@ -882,7 +882,7 @@ Character sequence *{?nl}* expands to a newline character. Finally, construction
882882enable the evaluation of mathematical expressions which may consist of basic arithmetic operations including
883883modulo. As above, the variables 'x' and 'y' represent the current coordinates.
884884Invalid operations, like divisions by zero, lead to an error message on the console.
885- Example: +{?(-10*(x+2y)-5)}+ is a valid expresssion and expands to the corresponding numeric string.
885+ Example: +{?(-10*(x+2y)-5)}+ is a valid expression and expands to the corresponding numeric string.
886886
887887*dvisvgm:rawdef* 'text':::
888888This command is similar to *dvisvgm:raw*, but puts the XML nodes into the <defs> section of the SVG document
@@ -1028,7 +1028,7 @@ https://ctan.org/pkg/pdftex[pdfTeX user manual].
10281028The famous DVI driver https://www.tug.org/texinfohtml/dvips.html['dvips'] introduced its own set of specials
10291029in order to embed PostScript code into DVI files, which greatly improves the capabilities of DVI documents.
10301030One aim of dvisvgm is to completely evaluate all PostScript fragments and to convert as many of them as possible
1031- to SVG. In contrast to dvips, dvisvgm uses floating point arithmetics to compute the precise position of each
1031+ to SVG. In contrast to dvips, dvisvgm uses floating point arithmetic to compute the precise position of each
10321032graphic element, i.e. it doesn't round the coordinates. Therefore, the relative locations of the graphic elements
10331033may slightly differ from those computed by dvips.
10341034+
0 commit comments