aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/cal-tex.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el
index 469430b2a48..30429b6d592 100644
--- a/lisp/calendar/cal-tex.el
+++ b/lisp/calendar/cal-tex.el
@@ -927,7 +927,7 @@ argument EVENT specifies a different buffer position."
927 (cal-tex-large-bf (cal-tex-LaTeXify-string (calendar-day-name date))) 927 (cal-tex-large-bf (cal-tex-LaTeXify-string (calendar-day-name date)))
928 (insert ", ") 928 (insert ", ")
929 (cal-tex-large-bf (cal-tex-month-name month)) 929 (cal-tex-large-bf (cal-tex-month-name month))
930 (insert " ") 930 (insert "\\ ")
931 (cal-tex-large-bf (number-to-string day)) 931 (cal-tex-large-bf (number-to-string day))
932 (unless (string-equal "" (setq s (cal-tex-latexify-list 932 (unless (string-equal "" (setq s (cal-tex-latexify-list
933 holidays date "; "))) 933 holidays date "; ")))
@@ -978,7 +978,7 @@ shown are hard-coded to 8-12, 13-17."
978 (cal-tex-large-bf (cal-tex-LaTeXify-string (calendar-day-name date))) 978 (cal-tex-large-bf (cal-tex-LaTeXify-string (calendar-day-name date)))
979 (insert ", ") 979 (insert ", ")
980 (cal-tex-large-bf (cal-tex-month-name month)) 980 (cal-tex-large-bf (cal-tex-month-name month))
981 (insert " ") 981 (insert "\\ ")
982 (cal-tex-large-bf (number-to-string day)) 982 (cal-tex-large-bf (number-to-string day))
983 (unless (string-equal "" (setq s (cal-tex-latexify-list 983 (unless (string-equal "" (setq s (cal-tex-latexify-list
984 holidays date "; "))) 984 holidays date "; ")))