From 7b9097ac52da7b3589ed976fa9ce2e5cc8fe2ec8 Mon Sep 17 00:00:00 2001 From: Alexander Dyuzhev Date: Mon, 29 Jul 2024 14:41:59 +0300 Subject: [PATCH] blog post updated for 1951 layout, date of the N printing, #728, metanorma/metanorma-iso#1089 --- _posts/2024-03-20-iso-old-layouts.adoc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/_posts/2024-03-20-iso-old-layouts.adoc b/_posts/2024-03-20-iso-old-layouts.adoc index 8b7ec99c..108c08b8 100644 --- a/_posts/2024-03-20-iso-old-layouts.adoc +++ b/_posts/2024-03-20-iso-old-layouts.adoc @@ -55,12 +55,17 @@ Therefore, the document attribute `:doctype:` should be set to the value `recomm ``` The last page provides the 'Date of the first printing' and 'Price'. You can set these data by -the document attributes `:presentation-metadata-first-printing-date:`, `:presentation-metadata-price:`, for instance: +the document attributes `:presentation-metadata-printing-date:`, `:presentation-metadata-price:`, for instance: ``` -:presentation-metadata-first-printing-date: 1965-12-01 +:presentation-metadata-printing-date: 1965-12-01 :classification: UDC:563.5.081:537.71 ``` +For the 'Date of the second printing' and further printings, you need to specify the number of the printing +before the date like this: +``` +:presentation-metadata-printing-date: second,1965-12-01 +``` == Copyright statements