summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/prerex/intro.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-23 21:36:57 +0000
committerKarl Berry <karl@freefriends.org>2014-04-23 21:36:57 +0000
commit79890bb9b6bae4d32a5e2c75b9a20cf4aca8084e (patch)
treef86808b2cba00d439cd2ff6f63267c66f1e304a4 /Master/texmf-dist/doc/latex/prerex/intro.tex
parent0de6590a0255b015aa793682dd7c96439f76fc59 (diff)
prerex (23apr14)
git-svn-id: svn://tug.org/texlive/trunk@33642 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/prerex/intro.tex')
-rw-r--r--Master/texmf-dist/doc/latex/prerex/intro.tex9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/prerex/intro.tex b/Master/texmf-dist/doc/latex/prerex/intro.tex
index ecbea31491e..6740f7ebd40 100644
--- a/Master/texmf-dist/doc/latex/prerex/intro.tex
+++ b/Master/texmf-dist/doc/latex/prerex/intro.tex
@@ -139,8 +139,10 @@ The format of chart descriptions is documented
in Section~\ref{source}.
Charts can be converted to Scalable Vector Graphic (SVG)
-format for posting on the web. When compressed, SVG format is relatively compact
-and can be rendered directly by all modern web browsers.
+format for posting on the web.
+SVG images can be rendered directly by all modern web browsers and
+are comparable to PDF in quality. Wnen compressed (\verb\.svgz\), the
+size is also comparable to PDF.
It is fairly easy to
convert charts to SVG images.
@@ -473,8 +475,9 @@ Use \texttt{dvisvgm} as a global class option and
to ensure that the appropriate drivers are used by \texttt{latex},
and invoke \texttt{dvisvgm} as follows:
\begin{list}{}{}\item
- \verb\dvisvgm -n -b dvi -L none -z ... \.
+ \verb\dvisvgm -n -b dvi -L none ... \.
\end{list}
+Add the \verb\ -z \ option to obtain a compressed image.
If
\texttt{dvisvgm} reports that it can't find Ghostscript,
see the \texttt{dvisvgm} documentation for configuration options.