GNU bug report logs - #41009
Add release date to the title page of Emacs manual (PDF)

Previous Next

Package: emacs;

Reported by: Sebastian Urban <mrsebastianurban <at> gmail.com>

Date: Fri, 1 May 2020 20:20:02 UTC

Severity: wishlist

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sebastian Urban <mrsebastianurban <at> gmail.com>
Subject: bug#41009: closed (Re: bug#41009: Add release date to the title
 page of Emacs manual (PDF))
Date: Thu, 28 May 2020 16:13:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#41009: Add release date to the title page of Emacs manual (PDF)

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 41009 <at> debbugs.gnu.org.

-- 
41009: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41009
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Sebastian Urban <mrsebastianurban <at> gmail.com>
Cc: 41009-done <at> debbugs.gnu.org
Subject: Re: bug#41009: Add release date to the title page of Emacs manual
 (PDF)
Date: Thu, 28 May 2020 19:12:32 +0300
> From: Sebastian Urban <mrsebastianurban <at> gmail.com>
> Date: Thu, 28 May 2020 17:38:08 +0200
> 
> Well, I guess we can close this.  Sticking to the date in copyright
> section seems to be "good enough" solution.

Thanks.

(You can always close a bug report by sending emacs to the
NNN-done <at> debbugs.gnu.org address, where NNN is the bug number.)

[Message part 3 (message/rfc822, inline)]
From: Sebastian Urban <mrsebastianurban <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Add release date to the title page of Emacs manual (PDF)
Date: Fri, 1 May 2020 22:19:25 +0200
[Message part 4 (text/plain, inline)]
Hello list,

I would like to suggest adding a release date to the title page of PDF
version of the Emacs manual.  Five variants below, are all simple
change in EMACS.TEXI, and all would show date under the "EDITION
Edition, Updated for Emacs Version VERSION" line on the title page
(example in attached picture).

First one would show date in "12 April 2018" format:

==================================================
@center @value{EDITION} Edition, Updated for Emacs Version 
@value{EMACSVER}.
+@sp 1
+@center @today{}
@sp 5
@center Richard Stallman et al.
==================================================

Second one would show date in "April 2018" format:

==================================================
@center @value{EDITION} Edition, Updated for Emacs Version 
@value{EMACSVER}.
+@sp 1
+@tex
+\center %
+\ifcase\month %
+\or January \or February \or March \or April \or May \or June %
+\or July \or August \or September \or October \or November \or December %
+\fi\number\year
+@end tex
@sp 5
@center Richard Stallman et al.
==================================================

Third on would show date in "2018" format

==================================================
@center @value{EDITION} Edition, Updated for Emacs Version 
@value{EMACSVER}.
+@sp 1
+@center @inlineraw{tex, \the\year}
@sp 5
@center Richard Stallman et al.
==================================================

Fourth - "4, 2018" (4=month) - setting is similar to 3rd method above.

Fifth - using @set and @value, just like in case of EDITION or
      	EMACSVER.

Variants 1-4 are automated, printed date is the date of system (OS)
when the compilation happened, 5th - I guess - can be automated.

Personally, I prefer 2nd variant, i.e. "April 2018", as in example.


S. U.
[example.PNG (image/png, attachment)]

This bug report was last modified 4 years and 362 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.