GNU bug report logs -
#41009
Add release date to the title page of Emacs manual (PDF)
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 28 May 2020 19:12:32 +0300
with message-id <83zh9sqbrj.fsf <at> gnu.org>
and subject line Re: bug#41009: Add release date to the title page of Emacs manual (PDF)
has caused the debbugs.gnu.org bug report #41009,
regarding Add release date to the title page of Emacs manual (PDF)
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
> 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.)
This bug report was last modified 5 years and 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.