From 634475899720ed177ca3e00aeaaf3b81c0187efb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 28 Oct 2008 21:54:30 +0000 Subject: autoupdate git-svn-id: svn://tug.org/texlive/trunk@11093 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/bibtex/bib/beebe/texbook3.bib | 38 +++++++++++++++++++------ Master/texmf-dist/tex/texinfo/texinfo.tex | 34 +++++++++++++++------- 2 files changed, 53 insertions(+), 19 deletions(-) diff --git a/Master/texmf-dist/bibtex/bib/beebe/texbook3.bib b/Master/texmf-dist/bibtex/bib/beebe/texbook3.bib index 5861f3058d9..1a399cb82b5 100644 --- a/Master/texmf-dist/bibtex/bib/beebe/texbook3.bib +++ b/Master/texmf-dist/bibtex/bib/beebe/texbook3.bib @@ -5,9 +5,9 @@ %%% ==================================================================== %%% BibTeX-file{ %%% author = "Nelson H. F. Beebe", -%%% version = "3.15", -%%% date = "08 November 2007", -%%% time = "21:25:29 MST", +%%% version = "3.16", +%%% date = "25 October 2008", +%%% time = "15:56:33 MDT", %%% filename = "texbook3.bib", %%% address = "University of Utah %%% Department of Mathematics, 110 LCB @@ -17,7 +17,7 @@ %%% telephone = "+1 801 581 5254", %%% FAX = "+1 801 581 4148", %%% URL = "http://www.math.utah.edu/~beebe", -%%% checksum = "65404 13887 57302 527390", +%%% checksum = "14176 13909 57420 528400", %%% email = "beebe at math.utah.edu, beebe at acm.org, %%% beebe at computer.org (Internet)", %%% codetable = "ISO/ASCII", @@ -37,7 +37,7 @@ %%% covered in separate bibliographies %%% (ep.bib, epodd.bib, and sgml.bib). %%% -%%% At version 3.15, the year coverage looks +%%% At version 3.16, the year coverage looks %%% like this: %%% %%% 1928 ( 1) 1955 ( 0) 1982 ( 21) @@ -66,7 +66,7 @@ %%% 1951 ( 0) 1978 ( 7) 2005 ( 6) %%% 1952 ( 0) 1979 ( 5) 2006 ( 1) %%% 1953 ( 0) 1980 ( 6) 2007 ( 3) -%%% 1954 ( 0) 1981 ( 12) 2008 ( 1) +%%% 1954 ( 0) 1981 ( 12) 2008 ( 2) %%% 19xx ( 2) %%% %%% Article: 169 @@ -80,10 +80,10 @@ %%% Periodical: 1 %%% PhdThesis: 7 %%% Proceedings: 37 -%%% TechReport: 53 +%%% TechReport: 54 %%% Unpublished: 2 %%% -%%% Total entries: 726 +%%% Total entries: 727 %%% %%% The ISBN and ISSN fields will be printed if %%% the is-alpha.bst or is-plain.bst style @@ -12978,6 +12978,28 @@ acknowledgement = ack-nhfb, } +@TechReport{Anan:2008:RJT, + author = "Yasuhiro Anan and Hiroyuki Chiba and Junsaburo Edamoto + and Richard Ishida and Keiichiro Ishino and Tatsuo + Kobayashi and Toshi Kobayashi and Kenzou Onozawa and + Felix Sasaki", + title = "Requirements of {Japanese} Text Layout", + type = "Working Draft", + institution = "W3C", + day = "15", + month = oct, + year = "2008", + bibdate = "Sat Oct 25 15:53:40 2008", + URL = "http://www.w3.org/TR/2008/WD-jlreq-20081015/", + abstract = "This document describes requirements for general + Japanese layout realized with technologies like CSS, + SVG and XSL-FO. The document is mainly based on a + standard for Japanese layout, JIS X 4051. However, it + addresses also areas which are not covered by JIS X + 4051. The document is currently in draft stage.", + acknowledgement = ack-nhfb, +} + @Book{Goossens:2008:LGC, editor = "Michel Goossens and Frank Mittelbach and Sebastian Rahtz and Denis Roegel and Herbert Vo{\ss}", diff --git a/Master/texmf-dist/tex/texinfo/texinfo.tex b/Master/texmf-dist/tex/texinfo/texinfo.tex index 1db5426d254..b046727492e 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{2008-10-16.09} +\def\texinfoversion{2008-10-28.11} % % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -926,6 +926,7 @@ where each line of input produces a line of output.} {% \makevalueexpandable % we want to expand any @value in FILE. \turnoffactive % and allow special characters in the expansion + \indexnofonts % Allow `@@' and other weird things in file names. \edef\temp{\noexpand\input #1 }% % % This trickery is to read FILE outside of a group, in case it makes @@ -5970,7 +5971,7 @@ end % we're doing normal filling. So, when using \aboveenvbreak and % \afterenvbreak, temporarily make \parskip 0. % -\envdef\quotation{% +\def\quotationstart{% {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip \parindent=0pt % @@ -5985,6 +5986,17 @@ end \parsearg\quotationlabel } +\envdef\quotation{% + \setnormaldispenv + \quotationstart +} + +\envdef\smallquotation{% + \setsmalldispenv + \quotationstart +} +\let\Esmallquotation = \Equotation + % We have retained a nonzero parskip for the environment, since we're % doing normal filling. % @@ -6026,12 +6038,6 @@ end \def\uncatcodespecials{% \def\do##1{\catcode`##1=\other}\dospecials} % -% [Knuth] pp. 380,381,391 -% Disable Spanish ligatures ?` and !` of \tt font -\begingroup - \catcode`\`=\active\gdef`{\relax\lq} -\endgroup -% % Setup for the @verb command. % % Eight spaces for a tab @@ -6081,7 +6087,7 @@ end \def\codequoteleft{% \expandafter\ifx\csname SETtxicodequotebacktick\endcsname\relax \expandafter\ifx\csname SETcodequotebacktick\endcsname\relax - `% + \relax`% the \relax disables the `! and `? ligatures \else \char'22 \fi \else \char'22 \fi } @@ -6175,8 +6181,8 @@ end \def\doverbatiminclude#1{% {% \makevalueexpandable - \def\@{@}% we want to use \indexnofonts, but then verbatim ends prematurely \setupverbatim + \indexnofonts % Allow `@@' and other weird things in file names. \input #1 \afterenvbreak }% @@ -9009,7 +9015,13 @@ directory should work if nowhere else does.} @catcode`@# = @other @catcode`@% = @other - +@c Finally, make ` and ' active, so that txicodequoteundirected and +@c txicodequotebacktick work right in, e.g., @w{@code{`foo'}}. If we +@c don't make ` and ' active, @code will not get them as active chars. +@c Do this last of all since we use ` in the previous @catcode assignments. +@catcode`@'=@active @let'@rq +@catcode`@`=@active @let`@lq + @c Local variables: @c eval: (add-hook 'write-file-hooks 'time-stamp) @c page-delimiter: "^\\\\message" -- cgit v1.2.3