diff options
author | Karl Berry <karl@freefriends.org> | 2008-05-04 00:21:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-05-04 00:21:05 +0000 |
commit | 1fa1b6fb6f9ae20fe5c0bb3290c0a239919b9db6 (patch) | |
tree | a16ea1e1b54f6e219b8c89cb5a1bc7c0993adf8e /Master/texmf-dist/source/latex/pst-pdf/CHANGES.tex | |
parent | 7b2954a4e142088279afb9b37d70775b970341c5 (diff) |
pst-pdf update 2may08 (from tds.zip, guess it is ok to use /latex/ instead of /generic/ for this particular one)
git-svn-id: svn://tug.org/texlive/trunk@7832 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/pst-pdf/CHANGES.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/pst-pdf/CHANGES.tex | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/pst-pdf/CHANGES.tex b/Master/texmf-dist/source/latex/pst-pdf/CHANGES.tex new file mode 100644 index 00000000000..8ca7e00cb2a --- /dev/null +++ b/Master/texmf-dist/source/latex/pst-pdf/CHANGES.tex @@ -0,0 +1,47 @@ +% Rolf Niepraschk, <Rolf.Niepraschk@ptb.de> +% Hubert Gaesslein +% 2008-02-24 +\documentclass[draft]{ltxdoc} +\usepackage[T1]{fontenc} +\usepackage[latin9]{inputenc} +\usepackage[document]{ragged2e} +\usepackage{calc} + +\renewcommand*\familydefault{\ttdefault} +\renewcommand*\normalsize{\tiny} + +\AtBeginDocument{% + \renewcommand*\usefont[4]{}\renewcommand*\selectfont{}} + +\normalfont \normalsize + +% Adobe Reader can't cope with \maxdimen ... :-( +% 5080mm+32sp=947257376sp; 1sp mehr ... und die Schrift verschwindet! +% 947257376sp ~= 14454pt ~= 200in ~= 14400bp +\usepackage[% + paperheight=947257376sp,paperwidth=\widthof{m}*72+2bp, + left=1bp,right=1bp,top=0bp,bottom=0bp,verbose]{geometry} + +\makeatletter + +\renewenvironment{theglossary} +{% + \setlength\baselineskip{0pt} + \renewcommand*\pfill{\@tempcnta=\number} + \let\item\@idxitem \ignorespaces +}{} + +\let\textlatin\@firstofone + +\makeatother + +\renewcommand*\TeX{TeX} \renewcommand*\LaTeX{LaTeX}% zu spät! RN. + +\setlength\parindent{0pt} \pagestyle{empty} \nofiles \raggedbottom + +\begin{document} + +\section*{Changes to \textsf{pst-pdf}:} +\input{pst-pdf.gls} + +\end{document} |