summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-28 00:48:19 +0000
committerKarl Berry <karl@freefriends.org>2008-09-28 00:48:19 +0000
commit04ef73c3bd25a75afcb2d48745fb8a7d42819d5a (patch)
treed07f22b2835af71414e6efe5bdd354866bb29f37
parentc68df5600f6190607d37be25c0a9508e58ebfef6 (diff)
lshort-english update (25sep08)
git-svn-id: svn://tug.org/texlive/trunk@10764 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-doc/doc/english/lshort-english/CHANGES23
-rw-r--r--Master/texmf-doc/doc/english/lshort-english/lshort-4.24.src.tar.gzbin106322 -> 0 bytes
-rw-r--r--Master/texmf-doc/doc/english/lshort-english/lshort-4.26.src.tar.gzbin0 -> 109288 bytes
-rw-r--r--Master/texmf-doc/doc/english/lshort-english/lshort.pdfbin2293480 -> 2428735 bytes
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds2
5 files changed, 24 insertions, 1 deletions
diff --git a/Master/texmf-doc/doc/english/lshort-english/CHANGES b/Master/texmf-doc/doc/english/lshort-english/CHANGES
index 8a57d65918b..6164ac9abb8 100644
--- a/Master/texmf-doc/doc/english/lshort-english/CHANGES
+++ b/Master/texmf-doc/doc/english/lshort-english/CHANGES
@@ -1,3 +1,26 @@
+4.26 2008.09.25
+---------------
+
+* fix some spellig in the PGF section
+
+4.25 2008.09.25
+---------------
+
+* added a section in TikZ&PGF graphics
+
+* remove xy pics instead
+
+* added an appendix on installing latex
+
+* Added arraystretch and colsep to table section
+
+* Removed references to Corel Draw
+
+* Don't talk about 'macro package' when introducing latex
+ no one knows what this is anyway.
+
+* Fix for sample correlation formula on page 74 by Josue Guzman
+
4.24 2008.02.08
---------------
diff --git a/Master/texmf-doc/doc/english/lshort-english/lshort-4.24.src.tar.gz b/Master/texmf-doc/doc/english/lshort-english/lshort-4.24.src.tar.gz
deleted file mode 100644
index f1fbb8295b5..00000000000
--- a/Master/texmf-doc/doc/english/lshort-english/lshort-4.24.src.tar.gz
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-doc/doc/english/lshort-english/lshort-4.26.src.tar.gz b/Master/texmf-doc/doc/english/lshort-english/lshort-4.26.src.tar.gz
new file mode 100644
index 00000000000..3ef73680964
--- /dev/null
+++ b/Master/texmf-doc/doc/english/lshort-english/lshort-4.26.src.tar.gz
Binary files differ
diff --git a/Master/texmf-doc/doc/english/lshort-english/lshort.pdf b/Master/texmf-doc/doc/english/lshort-english/lshort.pdf
index b20b04703e3..a0b331222ec 100644
--- a/Master/texmf-doc/doc/english/lshort-english/lshort.pdf
+++ b/Master/texmf-doc/doc/english/lshort-english/lshort.pdf
Binary files differ
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index f46ce1a0bca..2339f91638a 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -2679,7 +2679,7 @@ sub MAKElshort
&SYSTEM ("mkdir -p $destdir");
&SYSTEM ("$CP -r $packagedir/* $destdir");
# keep only pdf's to save space.
- &SYSTEM ("cd $destdir && $RM lshort*.ps *lshort*.ps.*z* lshort*.dvi lshort-*-book.zip");
+ &SYSTEM ("cd $destdir && $RM lshort*.ps *lshort*.ps.*z* lshort*.dvi* lshort-*-book.zip");
# remove symlinks such as README.
&SYSTEM ("cd $destdir && find -type l | xargs --no-run-if-empty rm");
}