summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/setspace
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-20 01:23:12 +0000
committerKarl Berry <karl@freefriends.org>2011-12-20 01:23:12 +0000
commit36507098ab9c39ef18545302af29295ecc153f8c (patch)
tree640789d4651873b304dd6e77c0cde54b20f6044b /Master/texmf-dist/doc/latex/setspace
parenta04aebac3624ac65e1aea39dd682bbd3f4578fcf (diff)
setspace (19dec11)
git-svn-id: svn://tug.org/texlive/trunk@24881 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/setspace')
-rw-r--r--Master/texmf-dist/doc/latex/setspace/README13
-rw-r--r--Master/texmf-dist/doc/latex/setspace/setspace-test.tex24
2 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/setspace/README b/Master/texmf-dist/doc/latex/setspace/README
new file mode 100644
index 00000000000..08b35258693
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/setspace/README
@@ -0,0 +1,13 @@
+setspace -- control line spacing in latex documents
+
+This release is a transitional one, with code unchanged from Geoffrey
+Tobin's LaTeX 2.09 original, except for patches that avoid a problem
+with \@setsize, when the package is used with other 2.09 packages
+under LaTeX 2e.
+
+The package now acts "natively" as a 2e package under LaTeX 2e, and
+(insofar as is possibe) as a 2.09 package under LaTeX 2.09.
+
+Please report any problems to Robin Fairbairns <rf10@cam.ac.uk>
+(A revised version of setspace-test.tex, that shows the problem
+reported, will be much appreciated.)
diff --git a/Master/texmf-dist/doc/latex/setspace/setspace-test.tex b/Master/texmf-dist/doc/latex/setspace/setspace-test.tex
new file mode 100644
index 00000000000..55ccbf216fa
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/setspace/setspace-test.tex
@@ -0,0 +1,24 @@
+\documentclass{article}
+\usepackage{setspace}
+\usepackage{lipsum}
+\onehalfspacing
+\begin{document}
+\title{merry setspace christmas test}
+\author{who cares?}
+\date{2011-12-19}
+\maketitle
+
+\section{dummy}
+\lipsum[1]
+\subsection{first offspring}
+\lipsum[2]
+\begin{tabular}{llr}
+ a & silly & story about latex \\
+ silly & a & story
+\end{tabular}
+\end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End: