1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
%%
%% This is file `etextools.drv',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% etextools.dtx (with options: `driver')
%%
%% This is a generated file.
%%
%% Copyright (C) 2009 by Florent Chervet <florent.chervet@free.fr>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3 of this license or (at your option) any later
%% version. The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%%
%% This work consists of the main source file etextools.dtx
%% and the derived files
%% etextools.sty, etextools.pdf, etextools.ins,
%% and etextools-examples.tex
%%
%%% etextools : e-TeX tools for LaTeX Users and package Writers (v.3.1 - 2009/09/30)
\edef\thisfile{\jobname}
\def\thisinfo{The \thispackage\ package -- an \eTeX{} package for \LaTeX{}}
\def\thisrevision{3.1}
\def\thisdate{30 September 2009}
\newcommand\makebookmark[1]{}
\documentclass[a4paper,oneside]{ltxdockit}
\usepackage[latin1]{inputenc}
\usepackage[american]{babel}
\usepackage{doc,tocloft,stmaryrd,amsmath,amssymb,xspace,graphics,geometry,fancyhdr,titlesec,relsize,framed,bbding,enumitem,embedfile,etoolbox,marvosym,wasysym,soul,makecell,arydshln,numprint}
\CodelineNumbered\CodelineIndex
\usepackage{fancyvrb,microtype}
\makeatletter\let\org@newif\newif\def\newif#1{\ifx#1\ifnotempty\else\expandafter\org@newif\fi}
\usepackage{umrand}
\let\newif\org@newif
\makeatother
\newrobustcmd*\cmdLabel[1]{\csgdef{cmdlabel->#1}{}}
\embedfile{\thisfile.dtx}
\geometry{left=4.5cm,marginparwidth=14pt,right=1.5cm,top=3mm,headsep=3mm,bottom=3mm,footskip=8mm,includeheadfoot}
\titlepage{%
title={The \Thispackage macros},
subtitle={An \etex package providing useful (purely expandable) tools \\ for LaTeX Users and package Writers},
url={http://www.ctan.org/tex-archive/macros/latex/contrib/etextools/},
author={\footnotesize Florent CHERVET},
email={\footnotesize\mdseries florent.chervet@free.fr},
revision={\footnotesize\thisrevision},
date={\footnotesize\thisdate}}
\hypersetup{%
hyperindex=true,
pdftitle={The etextools package},
pdfsubject={An e-TeX package providing useful tools for LaTeX package writers -- essay on purely expandability},
pdfauthor={Florent CHERVET},
colorlinks,linkcolor=reflink,urlcolor=spot,
pdfkeywords={tex, e-tex, latex, package, programming},
bookmarksopen=true,bookmarksopenlevel=2}
\begin{document}
\DocInput{\thisfile.dtx}
\end{document}
\endinput
%%
%% End of file `etextools.drv'.
|