xpeekahead
==========

A simplistic peek ahead set up.

For more details,  see the documentation,
[xpeekahead.pdf](http://mirrors.ctan.org/macros/latex/contrib/xpeekahead/doc/xpeekahead.pdf)
	
--------------

## Requirements
* none besides a fairly recent LaTeX distribution as recent as 2022/06/01
(with the new in kernel *\ProcessKeyOptions* and *\NewDocumentCommand*).

## Installation
The stable version is available at [CTAN](https://ctan.org/pkg/xpeekahead).

## Usage
### Stable version
Just place
```latex
  \usepackage{xpeekahead}
```

in the preamble and compile away.

## Contacting Author

For bug reports and enhancement suggestions, the preferred way is to use
[the project's issue page](https://github.com/alceu-frigeri/xpeekahead/issues).
Please be ready to provide an example code showing the bug, if any.

Please do not use the issue page for generic help on how to use the package.

* git: https://github.com/alceu-frigeri/xpeekahead

-------------
Copyright 2025-present by Alceu Frigeri

 This work may be distributed and/or modified under the
 conditions of

 * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), version 1.3c (or later), and/or
 * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), version 3 (or later)

This work has the LPPL maintenance status *maintained*.

The Current Maintainer of this work is Alceu Frigeri

-------------
## This work consist of the files

* xpeekahead.sty
    - the package itself

* README.md  (this file)
    - quick introduction

* xpeekahead.tex
    - package documentation
* xpeekahead.pdf
    - documentation in PDF format
    
-------------

## Change log
* Version 1.3a (this)
    - doc/comments typos
    - final (?) code speed up 

* Version 1.3
    - switching over <pkginfograb> package's info
    - expanding/completing the set of base conditional commands.
    - some code optimization (less expansions wherever possible). 

* Version 1.2
    - a bit of code optimization. (readability and compactness)
    - documentation about variants

* Version 1.1
    - adding commands for pre-compiled regular expressions.
    - nn/TF snafu. fixing name convention. deprecating 'wrong' ones.
    - documentation.


* Version 1.0
    - Initial setup.
