Move a tag
[latex2e.git] / latex2e-20160201 / required / tools / indentfirst.dtx
bloba487867aab33673249c6003bc48e1e59958b1b17
1 % \iffalse meta-comment
3 % Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005
4 % 2006 2008 2009
5 % The LaTeX3 Project and any individual authors listed elsewhere
6 % in this file.
8 % This file is part of the Standard LaTeX `Tools Bundle'.
9 % -------------------------------------------------------
11 % It may be distributed and/or modified under the
12 % conditions of the LaTeX Project Public License, either version 1.3c
13 % of this license or (at your option) any later version.
14 % The latest version of this license is in
15 %    http://www.latex-project.org/lppl.txt
16 % and version 1.3c or later is part of all distributions of LaTeX
17 % version 2005/12/01 or later.
19 % The list of all files belonging to the LaTeX `Tools Bundle' is
20 % given in the file `manifest.txt'.
22 % \fi
23 % \iffalse
24 %% File: indent.dtx Copyright (C) 1991-1994 David Carlisle
26 %<package>\NeedsTeXFormat{LaTeX2e}
27 %<package>\ProvidesPackage{indentfirst}
28 %<package>         [1995/11/23 v1.03 Indent first paragraph (DPC)]
30 %<*driver>
31 \documentclass{ltxdoc}
32 \usepackage{indentfirst}
33 \GetFileInfo{indentfirst.sty}
34 \begin{document}
35 \title{The \textsf{indentfirst} package\thanks{This file
36         has version number \fileversion, last
37         revised \filedate.}}
38 \author{David Carlisle}
39 \date{\filedate}
40 \MaintainedByLaTeXTeam{tools}
41 \maketitle
42 \DocInput{indentfirst.dtx}
43 \end{document}
44 %</driver>
45 % \fi
47 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
49 % \changes{v1.00}{1991/01/02}{Initial version}
50 % \changes{v1.01}{1992/06/26}{Re-issue for the new doc and docstrip}
51 % \changes{v1.02}{1994/01/31}{Re-issue for LaTeX2e}
52 % \changes{v1.03}{1995/11/23}{Typo fixes in documentation}
54 % \begin{abstract}
55 % Make the first line of all sections etc., be indented by the usual
56 % paragraph indentation. This should work with all the standard document
57 % classes.
58 % \end{abstract}
60 % \CheckSum{4}^^A  Still I think a record:-)
62 % \StopEventually{}
64 % \begin{macro}{\if@afterindent}
65 % \LaTeX\ uses the switch |\if@afterindent| to decide whether to indent
66 % after a section heading. We just need to make sure that this is always
67 % true.
68 %    \begin{macrocode}
69 %<*package>
70 \let\@afterindentfalse\@afterindenttrue
71 \@afterindenttrue
72 %</package>
73 %    \end{macrocode}
74 % \end{macro}
76 % \Finale