Added the package version in the manual, dissociated from the date
This commit is contained in:
@ -95,6 +95,7 @@ $endif$
|
||||
\starttext
|
||||
|
||||
\starttitlepagemakeup
|
||||
\vfil
|
||||
$if(title)$
|
||||
{\tfd\setupinterlinespace $title$}
|
||||
$if(subtitle)$
|
||||
@ -103,12 +104,23 @@ $if(subtitle)$
|
||||
$endif$
|
||||
$if(author)$
|
||||
\blank[force,1cm]
|
||||
{\tfa\setupinterlinespace $for(author)$$author$$sep$\crlf $endfor$}
|
||||
{\tfa\setupinterlinespace $author$}
|
||||
$endif$
|
||||
$if(date)$
|
||||
$if(version)$
|
||||
\blank[force,1cm]
|
||||
{\tfa\setupinterlinespace $date$}
|
||||
{\tfb\setupinterlinespace v. $version$}
|
||||
$endif$
|
||||
\vfil
|
||||
\vskip1cm
|
||||
$if(date)$
|
||||
\blank[force,.7cm]
|
||||
{\tfx\setupinterlinespace Last update of this manual: $date$}
|
||||
$endif$
|
||||
$if(email)$
|
||||
\blank[force,small]
|
||||
{\tfx Contact: }{\ttx $email$}
|
||||
$endif$
|
||||
\vskip-2cm
|
||||
\stoptitlepagemakeup
|
||||
\pagebreak
|
||||
$endif$
|
||||
|
@ -2,7 +2,9 @@
|
||||
title: "crossrefenum"
|
||||
subtitle: "Smart typesetting of enumerated cross-references for various TeX formats"
|
||||
author: Bastien Dumont
|
||||
email: bastien [dot] dumont [at] posteo [dot] net
|
||||
date: "2024/04/13<!-- TODO : mettre à jour -->"
|
||||
version: 1.2
|
||||
lang: en-US
|
||||
toc: true
|
||||
license: true
|
||||
|
Reference in New Issue
Block a user