diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-23 21:36:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-23 21:36:57 +0000 |
commit | 79890bb9b6bae4d32a5e2c75b9a20cf4aca8084e (patch) | |
tree | f86808b2cba00d439cd2ff6f63267c66f1e304a4 /Master/texmf-dist/doc/latex/prerex/prerex.tex | |
parent | 0de6590a0255b015aa793682dd7c96439f76fc59 (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/prerex.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/prerex/prerex.tex | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/prerex/prerex.tex b/Master/texmf-dist/doc/latex/prerex/prerex.tex index 48c49ce88dd..4dd7d93e830 100644 --- a/Master/texmf-dist/doc/latex/prerex/prerex.tex +++ b/Master/texmf-dist/doc/latex/prerex/prerex.tex @@ -464,9 +464,8 @@ this parameter is font-dependent. Scalable Vector Graphics (SVG) is an emerging standard for high-quality graphics. It is supported by all modern browsers natively, making it ideal for posting charts on the web. -When compressed -by \texttt{gzip} into \texttt{.svgz} format, an SVG image is comparable in size and quality -to a PDF chart. +An SVG image is comparable in quality +to a PDF chart and, when compressed, is comparable in size. The \texttt{dvisvgm}\footnote{% \myurl{http://dvisvgm.sourceforge.net/}; also available from CTAN and in TeXLive.} program may be used to produce a (compressed) SVG image directly from \verb\latex\ output. @@ -478,6 +477,23 @@ to convert a PDF page to a scalable vector-graphic image. From version 0.2.3, \verb\pdf2svg\ inserts clickable links into the SVG image and supports a scaling option. +Unfortunately, many web \emph{servers} are not properly configured for \texttt{svgz} content. +If you encounter this problem, check out the link appropriate to your server software below: +\begin{itemize} +\item Apache\footnote{% +\myurl{http://kaioa.com/node/45}} + +\item Microsoft Internet Information Services (IIS)\footnote{% +\myurl{http://forums.iis.net/t/1175276.aspx}} + +\item thttpd\footnote{% +\myurl{http://opensource.dyc.edu/bugzilla3/show_bug.cgi?id=3}} + +\item nginx\footnote{% +\myurl{http://trac.nginx.org/nginx/ticket/372}} + +\end{itemize} + \section{Implementation Details} \subsection{Boxes} |