summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/tex/latex/texilikecover/texilikecover.sty43
-rw-r--r--Master/texmf-dist/tpm/texilikecover.tpm22
-rw-r--r--Master/texmf/lists/texilikecover6
-rw-r--r--Master/texmf/tpm/collection-latexextra.tpm1
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"/>