Fix LaTeX output of month and day from cal-tex.el
* lisp/calendar/cal-tex.el (cal-tex-cursor-week-iso) (cal-tex-week-hours): Escape a lone blank, to make it through LaTeX. (Bug#34148)
This commit is contained in:
parent
90177d7f12
commit
a177fe754d
1 changed files with 2 additions and 2 deletions
|
@ -927,7 +927,7 @@ argument EVENT specifies a different buffer position."
|
|||
(cal-tex-large-bf (cal-tex-LaTeXify-string (calendar-day-name date)))
|
||||
(insert ", ")
|
||||
(cal-tex-large-bf (cal-tex-month-name month))
|
||||
(insert " ")
|
||||
(insert "\\ ")
|
||||
(cal-tex-large-bf (number-to-string day))
|
||||
(unless (string-equal "" (setq s (cal-tex-latexify-list
|
||||
holidays date "; ")))
|
||||
|
@ -978,7 +978,7 @@ shown are hard-coded to 8-12, 13-17."
|
|||
(cal-tex-large-bf (cal-tex-LaTeXify-string (calendar-day-name date)))
|
||||
(insert ", ")
|
||||
(cal-tex-large-bf (cal-tex-month-name month))
|
||||
(insert " ")
|
||||
(insert "\\ ")
|
||||
(cal-tex-large-bf (number-to-string day))
|
||||
(unless (string-equal "" (setq s (cal-tex-latexify-list
|
||||
holidays date "; ")))
|
||||
|
|
Loading…
Add table
Reference in a new issue