From 708b9f4b9ddfc0a1bb2d0e2df616059a4092700d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 10 Nov 2010 20:38:46 +0100 Subject: Bump version, improve title/date handling. --- lltxb-dtxstyle.tex | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'lltxb-dtxstyle.tex') diff --git a/lltxb-dtxstyle.tex b/lltxb-dtxstyle.tex index 6d2d70f..2ccba83 100644 --- a/lltxb-dtxstyle.tex +++ b/lltxb-dtxstyle.tex @@ -29,7 +29,7 @@ \newcommand \plaintex {\PlainTeX\xspace} % special elements of text -\newcommand*\email [1] {<\href{mailto:#1}{#1}>} +\newcommand*\email [1] {\href{mailto:#1}{#1}} \newcommand \file {\nolinkurl} \newcommand \pk {\textsf} \newcommand \cmdname {\texttt} @@ -46,5 +46,22 @@ \def\cs#1{\@backslashchar #1}% } -% easy verbatim -\MakeShortVerb\| +% constant metadata +\author{% + Manuel P\'egouri\'e-Gonnard \& \'Elie Roux \\ + Support: \email{lualatex-dev@tug.org}% +} +\hypersetup{% + pdfauthor = {Manuel Pegourie-Gonnard and Elie Roux}, +} + +% other metadata +\newcommand*\pkdate [2] {% + \title{The \pk{#1} package} + \date{#2} + \hypersetup{pdftitle={The #1 package}} +} + + +% ltxdoc setup +\DisableCrossrefs -- cgit v1.2.3