CTAN Comprehensive TeX Archive Network

Directory macros/latex/contrib/bxenclose

README.md

BXenclose Package

: To enclose the document body with some pieces of code

The package enables authors to designate in the preamble to make the document body enclosed with the given pieces of code. As is known, there are already various mechanisms provided by kernel or packages that attach “hooks” at the beginning and end of documents. This package tries harder to win the race, that is, place the given code as close to the real document body as possible.

System requirement

  • format: .
    • engine: Anything.
    • Dependent packages: None.

Installation

  • *.sty → $TEXMF/tex/latex/BXenclose

License

This package is distributed under the MIT License.

The bxenclose Package

Package Loading

\usepackage{bxenclose}

No options are available.

Usage

This package defines the following single command:

\enclosebodywith{<begin>}{<end>}

This command makes the document body enclosed with <begin> and <end>. That is, <begin> is executed immediately before the body text (probably after other “begin-document hooks” provided by itself and other packages) and <end> is executed immediately after the body text (probably before other “end-document hooks”).

Note that both <begin> and <end> code are treated as part of the document body. In particular, <begin> code cannot contain any preamble-restricted commands (such as \listfiles).

Revision History

  • Version 0.2 〈2016/04/01〉
    • The first public version.

Takayuki YATO (aka. "ZR") http://zrbabbler.sp.land.to/

Download the contents of this package in one zip archive (3.3k).

bxenclose – Enclose the document body with some pieces of code

The package enables authors to designate in the preamble to make the document body enclosed with the given pieces of code. As is known, there are already various mechanisms provided by kernel or packages that attach hooks at the beginning and end of documents.

Packagebxenclose
Version0.2
LicensesMIT License
Copyright2016 Takayuki YATO
MaintainerTakayuki Yato
Contained inTeX Live as bxenclose
MiKTeX as bxenclose
TopicsMacro support
...
Guest Book Sitemap Contact Contact Author