summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-doc/doc/english/lshort-english/CHANGES34
-rw-r--r--Master/texmf-doc/doc/english/lshort-english/lshort-4.22.src.tar.gzbin104076 -> 0 bytes
-rw-r--r--Master/texmf-doc/doc/english/lshort-english/lshort-4.23.src.tar.gzbin0 -> 105942 bytes
-rw-r--r--Master/texmf-doc/doc/english/lshort-english/lshort.pdfbin2257992 -> 2249765 bytes
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds4
5 files changed, 36 insertions, 2 deletions
diff --git a/Master/texmf-doc/doc/english/lshort-english/CHANGES b/Master/texmf-doc/doc/english/lshort-english/CHANGES
index 15babaf5e12..812e47a0685 100644
--- a/Master/texmf-doc/doc/english/lshort-english/CHANGES
+++ b/Master/texmf-doc/doc/english/lshort-english/CHANGES
@@ -1,3 +1,37 @@
+4.23
+-----
+Math Chapter reworked by Lan Thuy Pham:
+
+* The amsmath package is now introduced in the beginning
+ of the chapter, and it is assumed that the reader has loaded the package.
+
+* Wrote a short intro to AMS-LaTeX.
+
+* Added a bit about: partial, (wide)hat, bar, pieceswise functions, and from amsmath:
+ dfrac, tfrac, tag, different matrix environments.
+
+* Modified examples: equation, equation*, \text, Greek letters, exponents
+ ans subscripts, \(c/l)dot(s), under/overline, under/overbrace, \vec,
+ \frac, \binom, stackrel, delimiters, align/eqnarray, long equations,
+ array, matrix, spacing, phantoms, (bold) math fonts, \displaystyle...
+
+* Removed: \( \) and the "math" environment, displaymath, subarray,
+ eqnarray, some of the array and phantom examples, textrm.
+
+* Added Note about upper case Greek letters.
+
+* Added a new table: Arrows as Accents.
+
+* Rearranged the "Delimiters"-table a bit.
+
+* Added \clearpage after the non-amsmath stuff (to stop LaTeX from complaining).
+
+* Added a couple of labels.
+
+* Added a reference to Math Fonts (\ref{mathfonts}) at Math Alphabets.
+
+* Rearranged some of the ams-tables to optimise the space.
+
4.22 2007.06.30
---------------
* fixed my email address
diff --git a/Master/texmf-doc/doc/english/lshort-english/lshort-4.22.src.tar.gz b/Master/texmf-doc/doc/english/lshort-english/lshort-4.22.src.tar.gz
deleted file mode 100644
index 7b24996cb6d..00000000000
--- a/Master/texmf-doc/doc/english/lshort-english/lshort-4.22.src.tar.gz
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-doc/doc/english/lshort-english/lshort-4.23.src.tar.gz b/Master/texmf-doc/doc/english/lshort-english/lshort-4.23.src.tar.gz
new file mode 100644
index 00000000000..828b001d692
--- /dev/null
+++ b/Master/texmf-doc/doc/english/lshort-english/lshort-4.23.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 bba11076d00..7ffcbb832de 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 76566a16de1..4d787ce9adc 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -1829,7 +1829,7 @@ sub MAKEnosymlinks {
chdir("$DEST/doc/$whichdocformat/$package");
print "\t SPECIAL nosymlinks $package\n";
- &SYSTEM("find . -type l | xargs rm");
+ &SYSTEM("find . -type l | xargs --no-run-if-empty rm");
&buildfilelist;
&donormal;
@@ -2641,7 +2641,7 @@ sub MAKElshort {
# keep only pdf's to save space.
&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 rm");
+ &SYSTEM ("cd $destdir && find -type l | xargs --no-run-if-empty rm");
}
sub MAKEltt {