summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/prerex/prerex.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-10-17 22:03:09 +0000
committerKarl Berry <karl@freefriends.org>2014-10-17 22:03:09 +0000
commita875f81859a4475ddc666f8e91da785a85506697 (patch)
treec1c721bfae636ddc7a5338338d1924c5f786a8b9 /Master/texmf-dist/doc/latex/prerex/prerex.tex
parent24bc05bb324bf123528e1c8ed342552547dee874 (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/prerex.tex')
-rw-r--r--Master/texmf-dist/doc/latex/prerex/prerex.tex32
1 files changed, 22 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/prerex/prerex.tex b/Master/texmf-dist/doc/latex/prerex/prerex.tex
index 4dd7d93e830..439725c6515 100644
--- a/Master/texmf-dist/doc/latex/prerex/prerex.tex
+++ b/Master/texmf-dist/doc/latex/prerex/prerex.tex
@@ -465,35 +465,47 @@ 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.
An SVG image is comparable in quality
-to a PDF chart and, when compressed, is comparable in size.
+to a chart in PDF 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.
+program may be used to produce a (compressed) SVG image directly from \verb\latex\ output,
+provided suitable class options are used.
Another approach is to use \texttt{pdf2svg}\footnote{%
\myurl{http://www.cityinthesky.co.uk/opensource/pdf2svg/}},
a small program that uses \texttt{poppler} and \texttt{cairo} libraries
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{%
+Unfortunately, many web \emph{servers} are not properly configured for \texttt{svgz}
+(or even \texttt{svg}) content.
+If you encounter this problem, try renaming the file to have extension
+\verb\.svg.gz\; otherwise, check out the information appropriate to your server software below:
+\begin{itemize}{\setlength{\topsep}{0pt}\setlength{\itemsep}{0pt}\setlength{\parsep}{0pt}}
+\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 nginx\footnote{%
+\myurl{http://trac.nginx.org/nginx/ticket/372}}
+
\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}}
+\item lighttpd\footnote{%
+\myurl{http://redmine.lighttpd.net/issues/2579}}
+
+\item cherokee\footnote{%
+\myurl{https://github.com/cherokee/webserver/issues/101}}
+
+\item hiawatha\footnote{%
+\myurl{https://www.hiawatha-webserver.org/forum/topic/1628}}
\end{itemize}
+\pagebreak
+
\section{Implementation Details}
\subsection{Boxes}