summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/etextools/README
blob: 7274a965d8b3d04f000428e775e4282124624750 (plain)
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
% 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)
% -----------------------------------------------------------------------------------------