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