diff options
-rw-r--r-- | Master/texmf-dist/tex/texinfo/texinfo.tex | 8 | ||||
-rw-r--r-- | Master/tlpkg/doc/packages.txt | 37 |
2 files changed, 26 insertions, 19 deletions
diff --git a/Master/texmf-dist/tex/texinfo/texinfo.tex b/Master/texmf-dist/tex/texinfo/texinfo.tex index 33a06a36ae3..f472b653526 100644 --- a/Master/texmf-dist/tex/texinfo/texinfo.tex +++ b/Master/texmf-dist/tex/texinfo/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{2010-08-17.17} +\def\texinfoversion{2010-09-06.17} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -2333,7 +2333,7 @@ end % and 2) do not add an italic correction. \def\dosmartslant#1#2{% \ifusingtt - {\ttsl #2\let\next=\relax}% + {{\ttsl #2}\let\next=\relax}% {\def\next{{#1#2}\futurelet\next\smartitaliccorrection}}% \next } @@ -8452,8 +8452,8 @@ directory should work if nowhere else does.} \gdef^^ea{\ogonek{e}} \gdef^^eb{\"e} \gdef^^ec{\v e} - \gdef^^ed{\'\i} - \gdef^^ee{\^\i} + \gdef^^ed{\'{\dotless{i}}} + \gdef^^ee{\^{\dotless{i}}} \gdef^^ef{\v d} % \gdef^^f0{\dh} diff --git a/Master/tlpkg/doc/packages.txt b/Master/tlpkg/doc/packages.txt index cdd5ca6b229..11c4c51b9dc 100644 --- a/Master/tlpkg/doc/packages.txt +++ b/Master/tlpkg/doc/packages.txt @@ -34,28 +34,35 @@ Making the big release (still pending for 2010): umount /home/ftp/texlive/Contents/live hx=/home/ftp/historic/systems/texlive +prev=2009 +this=2010 - in /home/ftp/texlive/Images: -cp README.html $hx/2008/ -mv *.iso.* $hx/2008/ -mv test/*.iso test/*.iso.{md5,sha256} $hx/2009 -mv test/*.iso.* . -mv test/texlive*.tar.xz* $hx/2009/ +cp README.html $hx/$prev/ +mv *.iso* $hx/$prev/ +mv test/*.iso* . +mv test/texlive*.tar.xz* $hx/this/ update README and test/README -- in /home/ftp/texlive/tlnet: # will be different next year -mv 2008 $hx/2008/tlnet -mv mactex-2009-nov-7.mpkg.zip ~koch/public_html/ - -- in $hx/2009, make uncompressed iso readable to Manfred so he can download: -chown manfred *.iso -chmod 600 *.iso +- for tlnet: +mkdir $hx/$prev/tlnet +cd /home/ftp/texlive/tlnet +cp README $hx/$prev/tlnet/ +mv [a-z]* $hx/$prev/tlnet/ +mv ../tlpretest/[a-z]* . +mv mactex.zip* ~koch/public_html/ # and write koch about time to release +update README and ../tlpretest/README - tug.org stuff: -change /etc/fstab & mount /home/ftp/texlive/Contents/live. -update ~www/texlive web pages. +change /etc/fstab, mount /home/ftp/texlive/Contents/live. do full install to default location. -rm /usr/local/texlive-rel; ln -s texlive/2009 /usr/local/texlive-rel +rm /usr/local/texlive-rel; ln -s texlive/$this /usr/local/texlive-rel +update ~www/texlive web pages. + acquire* - general + bugs.html - general + doc.html - platform list + quickinstall.html - paths + w32client.html - new .zip needed - announcements: Dick Koch @ updating MacTeX. |