GNU bug report logs - #34148
25.2; cal-tex.el: missing blank between month and day in latex rendered output

Previous Next

Package: emacs;

Reported by: andre <lenneman <at> web.de>

Date: Sun, 20 Jan 2019 17:24:02 UTC

Severity: minor

Found in version 25.2

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

Bug is archived. No further changes may be made.

Full log


Message #10 received at 34148-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: andre <lenneman <at> web.de>
Cc: 34148-done <at> debbugs.gnu.org
Subject: Re: bug#34148: 25.2;
 cal-tex.el: missing blank between month and day in latex rendered
 output
Date: Fri, 25 Jan 2019 10:46:45 +0200
> From: andre <lenneman <at> web.de>
> Date: Sun, 20 Jan 2019 18:20:20 +0100
> Cc: lenneman <at> web.de
> 
> There is a bug in the function cal-tex-cursor-week-iso of cal-tex.el
> file. It will generate a LaTex output of the requested week, but in the
> rendered PDF there is no space between the months name and the day.
> 
> Reason for this is that a single space character is used but which is
> not recognized by LaTeX because it is not in between to text characters.
> 
> So the line 909 is:
>         (insert " ")
> but it shall be
>         (insert "\\ ")
> 
> This but may also be in other parts of the same file.

Thanks, I fixed this and another occurrence of the same issue on the
emacs-26 branch.




This bug report was last modified 6 years and 120 days ago.

Previous Next


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