diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-17 22:03:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-17 22:03:09 +0000 |
commit | a875f81859a4475ddc666f8e91da785a85506697 (patch) | |
tree | c1c721bfae636ddc7a5338338d1924c5f786a8b9 /Master/texmf-dist/doc/latex/prerex/intro.tex | |
parent | 24bc05bb324bf123528e1c8ed342552547dee874 (diff) |
prerex (17oct14)
git-svn-id: svn://tug.org/texlive/trunk@35391 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.tex | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/prerex/intro.tex b/Master/texmf-dist/doc/latex/prerex/intro.tex index 6740f7ebd40..f8fe305ebcc 100644 --- a/Master/texmf-dist/doc/latex/prerex/intro.tex +++ b/Master/texmf-dist/doc/latex/prerex/intro.tex @@ -451,21 +451,8 @@ that \emph{use} the fonts. \section{Conversion to Scalable Vector Graphics (SVG) Format} -Scalable Vector Graphics (SVG) format is an emerging standard for high-quality graphics. -Recent versions of popular browsers support SVG graphics natively; i.e.,~without -requiring a plug-in or -external application, -making it an ideal format for posting charts on the web. -The quality and size of (compressed) SVG images are comparable to PDF\@. -The \texttt{inkview} application in the open-source \texttt{inkscape}\footnote{% -\myurl{http://www.inkscape.org/en/}} -package -is a convenient SVG image viewer. - One approach is to use \texttt{dvisvgm}\footnote{% -\myurl{http://dvisvgm.sourceforge.net/}; also available from -\myhref{http://mirror.ctan.org/}{CTAN} and in \myhref{https://www.tug.org/texlive/}{\TeX Live}. -} +\myurl{http://dvisvgm.sourceforge.net/}} to convert the output of \texttt{latex} processing directly into a (compressed) SVG image. Versions @@ -477,7 +464,8 @@ and invoke \texttt{dvisvgm} as follows: \begin{list}{}{}\item \verb\dvisvgm -n -b dvi -L none ... \. \end{list} -Add the \verb\ -z \ option to obtain a compressed image. +Add the \verb\ -z \ option to obtain a compressed image and use the \verb\ -Z scale-factor \ +option to scale the image height and width. If \texttt{dvisvgm} reports that it can't find Ghostscript, see the \texttt{dvisvgm} documentation for configuration options. @@ -487,10 +475,13 @@ available\footnote{% \myurl{http://www.cityinthesky.co.uk/opensource/pdf2svg/}}; it uses standard libraries (\verb\poppler\ and \verb\cairo\) to implement the conversion. -From version 0.2.3, \texttt{pdf2svg} adds clickable -links to the image and supports a scaling option. +The \texttt{inkview} application in the open-source \texttt{inkscape}\footnote{% +\myurl{http://www.inkscape.org/en/}} +package +is a convenient SVG image viewer. + \section{Terminology and Coordinate System} Before we discuss the \texttt{prerex} editor and the format |