[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Correct usage of the copyright tag
That should be 'ranges'.
--
Excuse brevity. Sent from mobile device.
If you want to show the years as a range, set the 'make.year.tanhes' parameter to a non-zero value.
--
Excuse brevity. Sent from mobile device.On Nov 2, 2015 9:57 AM, "Lars Vogel" <lars.vogel@gmail.com> wrote:Hi,
what is the "correct" way of using the copyright tag for multiple years?
I used to use the following:
<copyright>
<year>2007</year>
<year>2008</year>
<year>2009</year>
<year>2010</year>
<year>2011</year>
<year>2012</year>
<year>2013</year>
<year>2014</year>
<year>2015</year>
<holder>Someone</holder>
</copyright>
But that results in the PDF output to:
Copyright © 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Someone
Should I only write the following?
<copyright>
<year>2007 - 2015</year>
<holder>Someone</holder>
</copyright>
Best regards, Lars
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]