[tex-live] Debian freeze - last chance for changes

Norbert Preining preining at logic.at
Fri Jun 22 06:39:59 CEST 2012


Hi Werner,

thanks for the suggestion.

On Fr, 22 Jun 2012, Werner LEMBERG wrote:
> I have a small fix to CJK.sty, not worth a new release but helpful
> anyways since it increases robustness.  Please decide yourself what to
> do with it.

I put Danai in Cc, he is packaging CJK separately/independenly from
the rest of TeX Live.

> ======================================================================
> 
> 
> diff --git a/ChangeLog b/ChangeLog
> index 7dcdf1c..eda3c56 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,10 @@
> +2012-06-21  Werner LEMBERG  <wl at gnu.org>
> +
> +	Make some commands robust.
> +
> +	* texinput/CJK.sty (\CJKtilde, \standardtilde, \CJKspace,
> +	\CJKnospace): Use \DeclareRobustCommand.
> +
>  2012-05-20  Peter Breitenlohner  <peb at mppmu.mpg.de>
>  
>  	[hbf2gf] Build fix for 64-bit Mac OS X 10.7.3.
> diff --git a/texinput/CJK.sty b/texinput/CJK.sty
> index 12cfe84..3fa8362 100644
> --- a/texinput/CJK.sty
> +++ b/texinput/CJK.sty
> @@ -847,9 +847,9 @@
>  
>  \let\nbs \nobreakspace
>  
> -\newcommand{\CJKtilde}{
> +\DeclareRobustCommand{\CJKtilde}{
>    \CJK at global\def~{\hspace{0.25em plus 0.125em minus 0.08em}\ignorespaces}}
> -\newcommand{\standardtilde}{
> +\DeclareRobustCommand{\standardtilde}{
>    \CJK at global\def~{\nobreakspace{}}}
>  
>  
> @@ -861,9 +861,9 @@
>  %
>  % the definitions are in MULEenc.sty also.
>  
> -\providecommand{\CJKspace}{
> +\DeclareRobustCommand{\CJKspace}{
>    \CJK at global\let\CJK at ignorespaces \@empty}
> -\providecommand{\CJKnospace}{
> +\DeclareRobustCommand{\CJKnospace}{
>    \CJK at global\let\CJK at ignorespaces \ignorespaces}
>  

Best wishes

Norbert
------------------------------------------------------------------------
Norbert Preining            preining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan                                 TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
AFFPUDDLE (n.)
A puddle which is hidden under a pivoted paving stone. You only know
it's there when you step on the paving stone and the puddle shoots up
your leg.
			--- Douglas Adams, The Meaning of Liff


More information about the tex-live mailing list