[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#79420: marked as done (tetex-base: \today inserts extra space after month (with fix))



Your message dated Sun, 02 Dec 2001 15:08:01 -0500
with message-id <E16Acu9-0000hl-00@auric.debian.org>
and subject line Bug#79420: fixed in tetex-base 1.0.2+20011128-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 12 Dec 2000 11:03:30 +0000
>From cmfonsec@ualg.pt Tue Dec 12 05:03:29 2000
Return-path: <cmfonsec@ualg.pt>
Received: from mozart.si.ualg.pt [193.136.224.2] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 145nDT-0000GT-00; Tue, 12 Dec 2000 05:03:28 -0600
Received: (from daemon@localhost)
	by mozart.si.ualg.pt (8.9.1/8.9.1) id LAA89448
	for <submit@bugs.debian.org>; Tue, 12 Dec 2000 11:03:15 GMT
From: Carlos Fonseca <cmfonsec@ualg.pt>
X-Authentication-Warning: mozart.si.ualg.pt: Processed from queue /var/spool/mqueue
X-Authentication-Warning: mozart.si.ualg.pt: Processed by daemon with -C /etc/sendmail.orig.cf
Received: from lyapunov.uceh.ualg.pt (mail@lyapunov.uceh.ualg.pt [10.10.23.50])
	by mozart.si.ualg.pt (8.9.1/8.9.1) with ESMTP id LAA75345
	for <submit@bugs.debian.org>; Tue, 12 Dec 2000 11:03:14 GMT
Received: from litoral.uceh.ualg.pt [10.10.23.146] (mail)
	by lyapunov.uceh.ualg.pt with esmtp (Exim 3.12 #1 (Debian))
	id 145nDF-0005wR-00; Tue, 12 Dec 2000 11:03:13 +0000
Received: from cmfonsec by litoral.uceh.ualg.pt with local (Exim 3.12 #1 (Debian))
	id 145nDF-0005D5-00; Tue, 12 Dec 2000 11:03:13 +0000
Subject: tetex-base: \today inserts extra space after month (with fix)
To: submit@bugs.debian.org
X-Mailer: bug 3.2.10
Message-Id: <E145nDF-0005D5-00@litoral.uceh.ualg.pt>
Date: Tue, 12 Dec 2000 11:03:13 +0000
X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/)
Delivered-To: submit@bugs.debian.org

Package: tetex-base
Version: 1.0-10
Severity: normal

When using package babel with language set to portuges and the current month is
December, \today adds an extra space after the month, i.e.

10 de Dezembro  de 2000

instead of

10 de Dezembro de 2000

Fix:

In portuges.ldf, line 88 shoud read:

      Julho\or Agosto\or Setembro\or Outubro\or Novembro\or Dezembro\fi

instead of 

      Julho\or Agosto\or Setembro\or Outubro\or Novembro\or Dezembro
      \fi

This fix needs to be applied in the sources from which this file is generated...
Similar problems may exist in other .ldf files.

Carlos Fonseca


-- System Information
Debian Release: 2.2
Kernel Version: Linux litoral 2.2.17 #1 SMP Sun Sep 10 21:49:34 WEST 2000 i686 unknown

Versions of the packages tetex-base depends on:
ii  dpkg-perl      0.1-3.0        Perl interface modules for dpkg

--- Begin /etc/texmf/dvips/config.ps (modified conffile)
% teTeX's config.ps. Thomas Esser, 1998, public domain.
% Memory available. Download the three-line PostScript file:
%   %! Hey, we're PostScript
%   /Times-Roman findfont 30 scalefont setfont 144 432 moveto
%   vmstatus exch sub 40 string cvs show pop showpage
% to determine this number. (It will be the only thing printed.)
m 3500000
% How to print, maybe with lp instead lpr, etc. If commented-out, output
% will go into a file by default.
o
% Default resolution of this device, in dots per inch.
D 600
X 600
Y 600
% Metafont mode.  (This is completely different from the -M command-line
% option, which controls whether MakeTeXPK is invoked.)  Get
% @url{ftp://ftp.tug.org/tex/modes.mf} for a list of mode names.  This mode
% and the D number above must agree, or MakeTeXPK will get confused.
M ljfour
% Also look for this list of resolutions.
R 300 600
% Correct printer offset. You can use testpage.tex from the LaTeX
% distribution to find these numbers.
O 0pt,0pt
% With a high resolution and a RISC cpu, better to compress the bitmaps.
% PS files are much more compact, but can sometimes cause trouble.
Z
% Partially download Type 1 fonts by default.  Only reason not to do
% this is if you encounter bugs.  (Please report them to
% @email{tex-k@@mail.tug.org} if you do.)
j
% Configuration of postscript type 1 fonts:
p psfonts.map
% This shows how to add your own map file.
% Remove the comment and adjust the name:
% p +myfonts.map
@ A4size 210mm 297mm
@+ %%PaperSize: A4
@ letterSize 8.5in 11in
@ letter 8.5in 11in
@+ %%BeginPaperSize: Letter
@+ letter
@+ %%EndPaperSize
@ legal 8.5in 14in
@+ ! %%DocumentPaperSizes: Legal
@+ %%BeginPaperSize: Legal
@+ legal
@+ %%EndPaperSize
@ ledger 17in 11in
@+ ! %%DocumentPaperSizes: Ledger
@+ %%BeginPaperSize: Ledger
@+ ledger
@+ %%EndPaperSize
@ tabloid 11in 17in
@+ ! %%DocumentPaperSizes: Tabloid
@+ %%BeginPaperSize: Tabloid
@+ 11x17
@+ %%EndPaperSize
@ a4 210mm 297mm
@+ ! %%DocumentPaperSizes: a4
@+ %%BeginPaperSize: a4
@+ a4
@+ %%EndPaperSize
@ a3 297mm 420mm
@+ ! %%DocumentPaperSizes: a3
@+ %%BeginPaperSize: a3
@+ a3
@+ %%EndPaperSize
@ unknown 0in 0in
@+ statusdict /setpageparams known { hsize vsize 0 1 statusdict begin {
@+ setpageparams } stopped end } { true } ifelse { statusdict /setpage known
@+ { hsize vsize 1 statusdict begin { setpage } stopped pop end } if } if

--- End /etc/texmf/dvips/config.ps

--- Begin /etc/texmf/language.dat (modified conffile)
% File    : language.dat
% Purpose : specify which hypenation patterns to load 
%           while running iniTeX 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CAUTION: the first language will be the default if no style-file
%          (e.g. german.sty) is used.
% Since version 3.0 of TeX, hyphenation patterns for multiple languages are
% possible. Unless you know what you are doing, please let the american
% english patterns be the first ones. The babel system allows you to
% easily change the active language for your texts. For more information,
% have a look to the documentation in texmf/doc/generic/babel.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The hyphenation pattern files are in the dirctory:
%	texmf/tex/generic/hyphen
% The US-english patterns should be loaded *always* and as *first* ones.
% Define USenglish as an alias for american.
american ushyph1.tex
=USenglish
% UK english, TWO LINES!
british  ukhyphen.tex
=UKenglish
% english should always be defined. Either an alias for american or british.
=english
% French, TWO lines!
%french		fr19998t.tex
%=patois
german		dehypht.tex
=austrian
% For use with ngerman.sty (neue Rechtschreibung):
ngerman		dehyphn.tex
=naustrian
% The following languages are disabled by default. Uncomment, what you need.
%bahasa		inhyph.tex
%catalan	cahyph.tex
%croatian	hrhyph.tex
%czech		czhyph2e.tex
%danish		dkhyphen.tex
%% Beware: DEBIAN users have to install tetex-nonfree to use dutch and
%% nehyph2.tex 
%dutch		nehyph2.tex  % or nehyphx.tex
%finnish	fi8hyph.tex
%galician	gahyph.tex
%greek		grhyph.tex
%italian	ithyph.tex
%latin		lahyph8.tex     % for T1 encoding. Use lahyph7.tex for OT1.
%magyar		huhyph.tex
%norsk		nohyph.tex
%polish		plhyph.tex
portuges	pt8hyph.tex
%romanian	rohyphen.tex
%russian	ruhyphen.tex	% note: edit ruhyphen.tex for your encoding!
%serbocroatian	shhyphl.tex
%slovak         skhyph2e.tex
%slovene	sihyph22.tex
%spanish	sphyph.tex
%swedish	sehyph.tex
%turkish	trhyph.tex
% A "language" without hyphenation:
nohyphenation zerohyph.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Please contact me, if for any of the following languages there are
% freely available hyphenation tables:
%	esperanto slovak
% I might want to include them in a future version of this file.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Email   : Thomas Esser, te@informatik.uni-hannover.de
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

--- End /etc/texmf/language.dat


---------------------------------------
Received: (at 79420-close) by bugs.debian.org; 2 Dec 2001 20:11:52 +0000
>From troup@auric.debian.org Sun Dec 02 14:11:52 2001
Return-path: <troup@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16Acxs-0007k7-00; Sun, 02 Dec 2001 14:11:52 -0600
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 16Acu9-0000hl-00; Sun, 02 Dec 2001 15:08:01 -0500
From: Adrian Bunk <bunk@fs.tum.de>
To: 79420-close@bugs.debian.org
X-Katie: $Revision: 1.66 $
Subject: Bug#79420: fixed in tetex-base 1.0.2+20011128-1
Message-Id: <E16Acu9-0000hl-00@auric.debian.org>
Sender: James Troup <troup@auric.debian.org>
Date: Sun, 02 Dec 2001 15:08:01 -0500
Delivered-To: 79420-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
tetex-base, which has been installed in the Debian FTP archive:

tetex-base_1.0.2+20011128-1.diff.gz
  to pool/main/t/tetex-base/tetex-base_1.0.2+20011128-1.diff.gz
tetex-base_1.0.2+20011128-1.dsc
  to pool/main/t/tetex-base/tetex-base_1.0.2+20011128-1.dsc
tetex-base_1.0.2+20011128-1_all.deb
  to pool/main/t/tetex-base/tetex-base_1.0.2+20011128-1_all.deb
tetex-base_1.0.2+20011128.orig.tar.gz
  to pool/main/t/tetex-base/tetex-base_1.0.2+20011128.orig.tar.gz
tetex-doc_1.0.2+20011128-1_all.deb
  to pool/main/t/tetex-base/tetex-doc_1.0.2+20011128-1_all.deb
tetex-extra_1.0.2+20011128-1_all.deb
  to pool/main/t/tetex-base/tetex-extra_1.0.2+20011128-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 79420@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <bunk@fs.tum.de> (supplier of updated tetex-base package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 30 Nov 2001 20:51:51 +0100
Source: tetex-base
Binary: tetex-base tetex-doc tetex-extra
Architecture: source all
Version: 1.0.2+20011128-1
Distribution: unstable
Urgency: high
Maintainer: teTeX maintainers <debian-tetex-maint@lists.debian.org>
Changed-By: Adrian Bunk <bunk@fs.tum.de>
Description: 
 tetex-base - basic teTeX library files
 tetex-doc  - teTeX documentation
 tetex-extra - extra teTeX library files
Closes: 46774 79420 109456 111366 111489 121821
Changes: 
 tetex-base (1.0.2+20011128-1) unstable; urgency=high
 .
   * New upstream release. This release includes:
     - the non-free cmbright fonts + macros were removed
     - pb-diagram; added a Conflicts + Provides + Replaces on
       the pb-diagram package.
     - LaTeX 2001/06/01 (closes: #111366, #111489)
     - updated semhelv package (closes: #46774)
     - updated babel (closes: #79420)
     - updated listings package (closes: #121821)
     - marvosym works now as expected (closes: #109456)
   * Removed latin9.def and latin10.def (reopens: #119531)
Files: 
 0e7c92a3aae5fe13d1b43c236db0e263 781 tex optional tetex-base_1.0.2+20011128-1.dsc
 546bc8159ed290d6bcbb22ede2502252 37175777 tex optional tetex-base_1.0.2+20011128.orig.tar.gz
 05a4f469754fa2fbcc9448142d81d8a0 25926 tex optional tetex-base_1.0.2+20011128-1.diff.gz
 043e42e68b0a1082a4447f1fe057be69 11526618 tex optional tetex-base_1.0.2+20011128-1_all.deb
 1067b0e61780ec0f06b0124d85d3b829 10469346 tex optional tetex-extra_1.0.2+20011128-1_all.deb
 00055ddcb500bf61f89be94835f9403c 15140640 tex optional tetex-doc_1.0.2+20011128-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD4DBQE8CWGNmfzqmE8StAARAqKKAJdolVk0KddJ9BluWV71EbTvw+S4AJ9CdJnP
H2xcXeYPaEoyY+8WpoqD3w==
=NXNo
-----END PGP SIGNATURE-----



Reply to: