diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/emarks/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/emarks/README | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/emarks/README b/Master/texmf-dist/doc/latex/emarks/README new file mode 100644 index 00000000000..5f6bafe47cb --- /dev/null +++ b/Master/texmf-dist/doc/latex/emarks/README @@ -0,0 +1,32 @@ +Package emarks -- e-TeX named marks registers (FC) + +emarks is a small package to make possible the use of named +marks registers with eTeX rather than numbered ones. + + +eTeX provides 32 768 marks registers making the use of them +far more comfortable than LaTeX tricks with + \markright \markboth \leftmark and \rightmark. + + +The package provides two commands for marking: + + \marksthe and \marksthecs + +with star form to disable expansion. +New marks registers are dynamically allocated as needed. +The syntax clearly sticks to the \marks primitive. + +And four commands to get the marks registers content: + + \thefirstmarks \thebotmarks \thetopmarks + + and: \getthemarks + ++ a facility to compare marks registers: \ifmarksequal + + +emarks requires eTeX (the program ;-)) etex (the package) + and nothing else. + +Copyright (C) 2011 by FC <florent.chervet @t free.fr> |