diff options
author | Karl Berry <karl@freefriends.org> | 2007-05-16 15:39:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-05-16 15:39:39 +0000 |
commit | 05e9c729f7f69025d3a68dbca99ebec7b319258b (patch) | |
tree | e816f795b61647ce4e79c8ebca2aa78b8e1ccdae /Master | |
parent | 7a6c91d2bab775c6bd57e953da70f0882eed3b9c (diff) |
new package (from single file) texilikecover (5apr07)
git-svn-id: svn://tug.org/texlive/trunk@4295 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/latex/texilikecover/texilikecover.sty | 43 | ||||
-rw-r--r-- | Master/texmf-dist/tpm/texilikecover.tpm | 22 | ||||
-rw-r--r-- | Master/texmf/lists/texilikecover | 6 | ||||
-rw-r--r-- | Master/texmf/tpm/collection-latexextra.tpm | 1 |
4 files changed, 72 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/texilikecover/texilikecover.sty b/Master/texmf-dist/tex/latex/texilikecover/texilikecover.sty new file mode 100644 index 00000000000..cdd6deb8042 --- /dev/null +++ b/Master/texmf-dist/tex/latex/texilikecover/texilikecover.sty @@ -0,0 +1,43 @@ +% texilikecover.sty v 0.1 5-Apr-2007 +% Copyright (C) 2007 by Alberto Simões +% +% These macros may be freely transmitted, reproduced, or modified +% provided that this notice is left intact. +% +% Quick recipe: +% \usepackage{texilikecover} +% \title{My Title} +% \subtitle{My Subtitle} +% \date{Date or version info} +% \author{Name \and Name \and Name} +% +% \begin{document} +% \maketitle +% +% Contact me using ambs -at- cpan -dot- org +% +\ProvidesPackage{texilikecover}[2007/04/05 v 0.1: Texi-like cover for LaTeX2e.] + +\newcommand{\subtitle}[1]{\def\@subtitle{#1}} + +\renewcommand{\and}{\\} + +\renewcommand{\maketitle}{ + \thispagestyle{empty} + \mbox{} + \vfill + \noindent{\huge\bf \@title}\\ + \rule{\textwidth}{3pt} + \begin{flushright} + \vskip -3mm + \@subtitle\\ + \@date + \end{flushright} + \vfill\vfill + \begin{flushleft} + \bf\Large + \@author + \end{flushleft} + \vskip -5mm\rule{\textwidth}{2pt} + \cleardoublepage +}
\ No newline at end of file diff --git a/Master/texmf-dist/tpm/texilikecover.tpm b/Master/texmf-dist/tpm/texilikecover.tpm new file mode 100644 index 00000000000..6739bfe65c2 --- /dev/null +++ b/Master/texmf-dist/tpm/texilikecover.tpm @@ -0,0 +1,22 @@ +<!DOCTYPE rdf:RDF SYSTEM "../../support/tpm.dtd"> +<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/"> + <rdf:Description about="http://texlive.dante.de/texlive/Package/texilikecover.zip"> + <TPM:Name>texilikecover</TPM:Name> + <TPM:Type>Package</TPM:Type> + <TPM:Date>1970/01/01 00:00:00</TPM:Date> + <TPM:Version></TPM:Version> + <TPM:Creator>karl</TPM:Creator> + <TPM:Title>The texilikecover package.</TPM:Title> + <TPM:Description></TPM:Description> + <TPM:Author></TPM:Author> + <TPM:Size>948</TPM:Size> + <TPM:License></TPM:License> + <TPM:Build/> + <TPM:RunFiles size="1765"> +texmf-dist/tex/latex/texilikecover/texilikecover.sty +texmf-dist/tpm/texilikecover.tpm + </TPM:RunFiles> + <TPM:Provides>Package/texilikecover</TPM:Provides> + </rdf:Description> +</rdf:RDF> + diff --git a/Master/texmf/lists/texilikecover b/Master/texmf/lists/texilikecover new file mode 100644 index 00000000000..8216c66e3f8 --- /dev/null +++ b/Master/texmf/lists/texilikecover @@ -0,0 +1,6 @@ + + +texmf-dist/tex/latex/texilikecover/texilikecover.sty +texmf-dist/tpm/texilikecover.tpm + +texmf/lists/texilikecover diff --git a/Master/texmf/tpm/collection-latexextra.tpm b/Master/texmf/tpm/collection-latexextra.tpm index a3e810c331f..7392404dd7c 100644 --- a/Master/texmf/tpm/collection-latexextra.tpm +++ b/Master/texmf/tpm/collection-latexextra.tpm @@ -468,6 +468,7 @@ A large collection of add-on packages for LaTeX. <TPM:Package name="taupin"/> <TPM:Package name="tcldoc"/> <TPM:Package name="technics"/> + <TPM:Package name="texilikecover"/> <TPM:Package name="texlogos"/> <TPM:Package name="texmate"/> <TPM:Package name="texpower"/> |