From 88db66d1ad52ddd351928bb0a4fc7324217d844f Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 8 Mar 2021 10:40:52 +0800 Subject: Modify the template for LaTeX * skeleton-conf.el (insert-tex): The format of the dates should use "en-dashes" instead of "hyphens". --- skeleton-conf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skeleton-conf.el') diff --git a/skeleton-conf.el b/skeleton-conf.el index 6c6bcd0..329cb8d 100644 --- a/skeleton-conf.el +++ b/skeleton-conf.el @@ -80,7 +80,7 @@ "\\date{" (let ((date (read-string "Date: " - (format-time-string "%Y-%m-%d")))) + (format-time-string "%Y--%m--%d")))) (cond ((string-empty-p date) "\\vspace{-1ex}") (date))) -- cgit v1.2.3-18-g5258