From 2e6b6d51f565a1d1aafaa05a7289f9140cf3b266 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 18 May 2007 16:33:56 +0000 Subject: install longstanding and complicated package frankenstein git-svn-id: svn://tug.org/texlive/trunk@4311 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/frankenstein/lips.tex | 67 +++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/frankenstein/lips.tex (limited to 'Master/texmf-dist/doc/latex/frankenstein/lips.tex') diff --git a/Master/texmf-dist/doc/latex/frankenstein/lips.tex b/Master/texmf-dist/doc/latex/frankenstein/lips.tex new file mode 100644 index 00000000000..2c60ab165ba --- /dev/null +++ b/Master/texmf-dist/doc/latex/frankenstein/lips.tex @@ -0,0 +1,67 @@ +% lips.tex -- documentation for the lips LaTeX package. +% +% This program is part of the Frankenstein bundle for LaTeX2e. +% +% Copyright (C) 1995-2001 Matt Swift +% +% This program is free software; you may redistribute it and/or +% modify it under the conditions of the LaTeX Project Public +% License, either version 1.2 or (at your option) any later +% version. The latest version of this license is in +% http://www.latex-project.org/lppl.txt, and version 1.2 or later +% is part of all distributions of LaTeX version 1999/12/01 or +% later. +% +% This program is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% LaTeX Project Public License for more details. +% +\documentclass{ltxdoc} +\makeatletter +\def\part {% + \clearpage + \@afterindentfalse + \secdef\@part\@spart +} +\def\StripV #1{\E@cdr #1\@nil} +\makeatother +\usepackage{attrib,compsci} +\newbook\manual {Chicago\nocite{chicago:14} Manual of Style}[Chicago Manual] +\newbook\MLAman {The\nocite{mlaman} MLA Style Manual and Guide to Scholarly Publishing} + [The MLA Style Manual] +\newtheorem{lessoninternal}{Lesson} +\newenvironment{lesson} {% + \let\AttribInit\sffamily + \let\PreTrib\textsection + \let\PostTrib\ShortEmpty + \lessoninternal + } {% + \endlessoninternal + } +\newcommand\manualref [1] {\textsf{\S #1}} +\ProcessDTXFile{lips.sty} +\newlet\MaybeABib\relax +\IfCitations { + \def\MaybeABib {% + \newpage + \bibliographystyle{achicago}% + \bibliography{frankenstein}% + } + \SaveDoXVarS + \usepackage{achicago} + \RestoreDoXVarS +} +\CodelineIndex +\EnableCrossrefs +\begin{document} +\date{Version: \StripV\fileversion \qquad Date: \filedate\\ + \relsize{-2}Documentation revision: \docdate} +\author{Matt Swift \email{swift@alum.mit.edu}} +\title{The \textsf{lips} LaTeX package \\\smaller \fileinfo} +\maketitle +\DocInput{lips.sty} +\MaybeABib +\newpage +\PrintIndex +\end{document} -- cgit v1.2.3