diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-03-23 12:19:58 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-03-23 12:59:10 +0100 |
commit | 5237f4289ccfa25dfe48c23d4425d28a7d93e60e (patch) | |
tree | 8dca6acec879906084182a50e3e685139af52dc8 | |
parent | c8d08b2077ef2e381e844a52f1e6546650af5097 (diff) |
Format dates using package datetime, and add release date.
-rw-r--r-- | copyright.md | 4 | ||||
-rw-r--r-- | header.tex | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/copyright.md b/copyright.md index 43ec45d..4bac683 100644 --- a/copyright.md +++ b/copyright.md @@ -31,5 +31,5 @@ Source available at <https://github.com/cyrealtype/Lora>. ISBN \mytodo{ISBN No.}{0-1234-FIXME-2} -First edition published December 11, 2014 -Second edition published \mytodo{release date}{FIXME}, 2015 +First edition published \formatdate{11}{12}{2014} +Second edition published \formatdate{25}{3}{2015} @@ -23,3 +23,4 @@ \semiisopage[7] \checkandfixthelayout \usepackage{foreign} +\usepackage[nodayofweek]{datetime} |