From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SnE6M-0002Zs-4x for garchives@archives.gentoo.org; Fri, 06 Jul 2012 19:22:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E8DCE04C1; Fri, 6 Jul 2012 19:21:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 02EBFE04C1 for ; Fri, 6 Jul 2012 19:21:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68FF31B4012 for ; Fri, 6 Jul 2012 19:21:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 33C02E5436 for ; Fri, 6 Jul 2012 19:21:53 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1341387589.28c65e6205d369d25555fa9f7a673c0c2ad30a1a.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.cls pms.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 28c65e6205d369d25555fa9f7a673c0c2ad30a1a X-VCS-Branch: master Date: Fri, 6 Jul 2012 19:21:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5f88a559-5e3d-49ac-8828-2166f7081c74 X-Archives-Hash: 53b7ba1600e4eca5edd9ad07b4dfed87 commit: 28c65e6205d369d25555fa9f7a673c0c2ad30a1a Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Wed Jul 4 07:39:49 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Wed Jul 4 07:39:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms.git;a=3Dc= ommit;h=3D28c65e62 Move some metadata information from style file to main TeX source. --- pms.cls | 17 ++--------------- pms.tex | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/pms.cls b/pms.cls index db2fd48..dcce924 100644 --- a/pms.cls +++ b/pms.cls @@ -113,22 +113,11 @@ colorlinks=3Dtrue, citecolor=3Dblack, linkcolor=3Dblack, - pdftitle=3D{Package Manager Specification}, - pdfauthor=3D{Stephen P. Bennett, Ciaran McCreesh}, - pdfcreator=3D{pdfLaTeX and hyperref}, - pdfsubject=3D{Defining a feature set for package managers in the - Gentoo world}, pdflang=3D{en}, - pdfkeywords=3D{Gentoo, package manager, specification}, + pdfcreator=3D{pdfLaTeX and hyperref}, pdfproducer=3D{pdfLaTeX and hyperref}, } } -% Some metadata needed for the title page generation -\title{Package Manager Specification} -\author{Stephen P. Bennett \\ - \href{mailto:spb@exherbo.org}{spb@exherbo.org} \and Ciaran - McCreesh \\ - \href{mailto:ciaran.mccreesh@googlemail.com}{ciaran.mccreesh@googlem= ail.com}} % Reads the last commit date from the Git repository and even succeeds % when none is available \ifthenelse{\equal{\VCDateISO}{}} @@ -139,9 +128,7 @@ } =20 % Set page title -\pagestyle{myheadings} -\markboth{\scshape Package Manager Specification}{\scshape Package - Manager Specification} +\pagestyle{headings} % This is some kind of hack. We set the proportions of the text area % and then move it 30mm to the left to increase the right (outer) % margin. diff --git a/pms.tex b/pms.tex index 4ada8ec..dd60225 100644 --- a/pms.tex +++ b/pms.tex @@ -1,5 +1,20 @@ \documentclass{pms} =20 +\title{Package Manager Specification} +\author{% + Stephen P. Bennett \\ + \href{mailto:spb@exherbo.org}{spb@exherbo.org} + \and + Ciaran McCreesh \\ + \href{mailto:ciaran.mccreesh@googlemail.com}{ciaran.mccreesh@googlem= ail.com} +} +\hypersetup{% + pdftitle=3D{Package Manager Specification}, + pdfauthor=3D{Stephen P. Bennett, Ciaran McCreesh}, + pdfsubject=3D{Defining a feature set for package managers in the Gen= too world}, + pdfkeywords=3D{Gentoo, package manager, specification}, +} + \begin{document} \maketitle =20