From eb1442008618eb247e459e968cfb19e013fa7d02 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 13 Dec 2007 23:40:55 +0000 Subject: already in other packages git-svn-id: svn://tug.org/texlive/trunk@5771 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/ltxmisc/askinclude.sty | 103 --------------------- .../texmf-dist/tex/latex/ltxmisc/texilikecover.sty | 43 --------- 2 files changed, 146 deletions(-) delete mode 100644 Master/texmf-dist/tex/latex/ltxmisc/askinclude.sty delete mode 100644 Master/texmf-dist/tex/latex/ltxmisc/texilikecover.sty (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/tex/latex/ltxmisc/askinclude.sty b/Master/texmf-dist/tex/latex/ltxmisc/askinclude.sty deleted file mode 100644 index c4a6ffb617c..00000000000 --- a/Master/texmf-dist/tex/latex/ltxmisc/askinclude.sty +++ /dev/null @@ -1,103 +0,0 @@ -% askinclude.sty - interactive asking of included files -% -% VERSION 1.2e November 11, 1994 -% -% (c) 1991 by Pablo A. Straub. Permission is granted to copy and use this -% in any way and for any purpose, except direct commercial advantage, -% provided that you retain this copyright notice. -% -% HISTORY -% -% 0.95 11/05/91 First beta-test version (asked two questions) -% 0.99 11/05/91 Second beta-test version (asks one question; uses * and -.) -% 1.0 11/07/91 Changed prompts (sent to comp.text.tex) -% 1.2e 11/02/94 Two small changes to run under LaTeX2e [RF]; -% additional documentation [TRS] -% -% Please send enhancements and corrections to straub@cs.umd.edu. -% -% USAGE -% -% Here's an example root file (see pp.72--74 in the LaTeX book): -% -% % File: main.tex -% % -% \documentclass[...]{book} -% \usepackage{askinclude} -% % ^^^^^^^^^^ -% % Initialization: -% \input{preamble} -% % -% \begin{document} -% % -% % Title page: -% \include{titlepg} -% % -% % Chapters: -% \include{chapter0} -% \include{chapter1} -% \include{chapter2} -% ... -% % -% \end{document} -% -% Each \include causes a page break and so askinclude probably only makes -% sense in the context of larger documents such as books. -% -% HOW IT WORKS -% -% The askinclude package asks the user which files to include. If -% the user presses return, the files from the previous run are included -% automatically (except on the first run, in which case all files are -% included); if the answer is * all files are included; if the answer -% is - no files are included; otherwise the specified files (separated -% by commas, with no embedded spaces) are included. -% -% RESTRICTIONS -% -% This file redefines \document, the command executed with \begin{document}. -% It may be incompatible with other styles that also redefine \document. -% -% The user's input is not validated. Anything that is not a * or a - or an -% empty line is passed to \includeonly. -% -% ACKNOWLEDGEMENT -% -% Tom Scavo (scavo@cie.uoregon.edu) suggested saving the include file list -% from the previous run and a simplified user interface. - - -\def\@includeonly{\@gobble} % assume we do not include from last run -\def\@inputs{*} % assume all files included - -% determine which files to include - -\def\@star{*} % constant for comparison purposes -\def\@minussign{-} % " " " " - -\typeout { } -\typeout {Enter file(s) to include (separated by commas and no spaces),} -\typeout {or enter * for all files, or enter - for none, or} -\typein [\inputfiles]{press Return if this run is the same as the last.} - -\ifx\inputfiles\@star % all files included - % do nothing -\else \ifx\inputfiles\@minussign % no files included - \includeonly{} - \def\@inputs{} -\else \ifx\inputfiles\empty % include according to previous run - \def\@includeonly#1{% - \gdef\@inputs{#1} - \ifx\@inputs\@star \else \global\@partswtrue\global\edef\@partlist{#1}\fi} -\else - \def\@inputs{\inputfiles} % include these files - \includeonly{\inputfiles} -\fi\fi\fi - - -\AtBeginDocument{\if@filesw - \immediate\write\@mainaux{\string\@includeonly\string{\@inputs - \string}}% - \def\@includeonly{}\fi} - -% END OF FILE askinclude.sty diff --git a/Master/texmf-dist/tex/latex/ltxmisc/texilikecover.sty b/Master/texmf-dist/tex/latex/ltxmisc/texilikecover.sty deleted file mode 100644 index cdd6deb8042..00000000000 --- a/Master/texmf-dist/tex/latex/ltxmisc/texilikecover.sty +++ /dev/null @@ -1,43 +0,0 @@ -% 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 -- cgit v1.2.3