Ms template: Fix date.
Previously .ND was used, but this only works if you have a title page, which we don't. Thanks to @teoric.
This commit is contained in:
parent
a9344bf308
commit
d0940c6e00
2 changed files with 8 additions and 2 deletions
|
@ -90,7 +90,10 @@ $for(author)$
|
|||
$author$
|
||||
$endfor$
|
||||
$if(date)$
|
||||
.ND "$date$"
|
||||
.AU
|
||||
.sp 0.5
|
||||
.ft R
|
||||
$date$
|
||||
$endif$
|
||||
$if(abstract)$
|
||||
.AB
|
||||
|
|
|
@ -67,7 +67,10 @@ Pandoc Test Suite
|
|||
John MacFarlane
|
||||
.AU
|
||||
Anonymous
|
||||
.ND "July 17, 2006"
|
||||
.AU
|
||||
.sp 0.5
|
||||
.ft R
|
||||
July 17, 2006
|
||||
.\" 1 column (use .2C for two column)
|
||||
.1C
|
||||
.LP
|
||||
|
|
Loading…
Add table
Reference in a new issue