Remove space around `\zhdigits' in date (partially revert 6f80b5cc).

This commit is contained in:
Casper Ti. Vector 2019-11-19 21:34:33 +08:00
parent 8e82a0eda9
commit 5cd6381a7b
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
cauthor = {盖茨波·钛·维克托},
eauthor = {Casper Ti.\ Vector},
studentid = {00910???},
date = {\zhdigits{2019} \zhnumber{11} },
date = {\zhdigits{2019}\zhnumber{11}},
school = {化学与分子工程学院},
cmajor = {化学(?)}, emajor = {Chemistry ... ?},
direction = {据说 Casper 自己也不知道},

View File

@ -4,7 +4,7 @@
# Public domain.
NUMDATE = $(shell date '+%Y/%m/%d')
CNDATE = $(shell date '+\\zhdigits{%Y} \\zhnumber{%-m} 月')
CNDATE = $(shell date '+\\zhdigits{%Y}年\\zhnumber{%-m}月')
revbump:
sed -i '/\\Provides/,+1 s;\[[^ ]* [^ ]*;[$(NUMDATE) v$(VERSION);g' \