From 2bc352f30523cceda9c6f25a6ec0f0169254824d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 16 Aug 2018 21:19:03 -0700 Subject: TEI template: improve publicationStmt. Add support for publisher, address, pubPlace, and date variables. --- data/templates/default.tei | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/templates/default.tei b/data/templates/default.tei index 824c9f0e7..757347886 100644 --- a/data/templates/default.tei +++ b/data/templates/default.tei @@ -9,9 +9,23 @@ $for(author)$ $endfor$ +$if(publicationStmt)$

$if(publicationStmt)$$publicationStmt$$endif$

- $if(license)$ +$endif$ +$if(license)$ $license$ +$endif$ +$if(publisher)$ + $publisher$ +$endif$ +$if(pubPlace)$ + $pubPlace$ +$endif$ +$if(address)$ +
$address$
+$endif$ +$if(date)$ + $date$ $endif$
-- cgit v1.2.3