You can get the contents of this directory bundled as a zip file.
| Identifier | Caption |
|---|---|
| etextools | e-TeX tools for LaTeX users and package writers. |
| Name | Size* | Date UTC | Notes |
|---|---|---|---|
| README | 1 KiB | 2010-Aug-27 | Shown below |
| etextools-examples.pdf | 109 KiB | 2010-Dec-08 | |
| etextools-examples.tex | 12 KiB | 2010-Dec-08 | |
| etextools.dtx | 244 KiB | 2010-Dec-08 | |
| etextools.pdf | 1099 KiB | 2010-Dec-08 |
*File sizes in kibibytes.
% etextools v3.14159 (stable) - 2010/04/20
% This work consists of the main source file etextools.dtx
% and the derived files
% etextools.sty, etextools.pdf, etextools.ins,
% etextools-examples.tex
% Unpacking:
% (a) If etextools.ins is present:
% etex etextools.ins
% (b) Without etextools.ins:
% etex etextools.dtx
% (c) If you insist on using LaTeX
% latex \let\install=y\input{etextools.dtx}
% (quote the arguments according to the demands of your shell)
% Documentation: (pdf)latex etextools.dtx; ...
% -----------------------------------------------------------------------------------------
etextools provides many (purely expandable) tools for LaTeX:
- Extensive list management (csv lists, lists of single tokens/characters, etoolbox lists):
. purely expandable loops (csvloop, forcsvloop etc.)
. conversion (csvtolist etc.))
. addition/deletion (csvadd, listdel etc.)
- Expansion and groups control : \expandnext, \ExpandAfterCmds, \AfterGroup...
- Tests on tokens, characters and control sequences (\iffirstchar, \ifiscs, \ifdefcount, \@ifchar...)
- Tests on strings (\ifstrnum, \ifuppercase, \DeclareStringFilter...)
- Purely expandable macros with options (\FE@testopt, \FE@ifstar) or modifiers (\FE@modifiers)
- Some purely expandable numerics (\interval, \locinterplin)
% -----------------------------------------------------------------------------------------