summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/prerex/prerex.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/prerex/prerex.tex')
-rw-r--r--Master/texmf-dist/doc/latex/prerex/prerex.tex22
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}