diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/apxproof/README.md |
Initial commit
Diffstat (limited to 'macros/latex/contrib/apxproof/README.md')
-rw-r--r-- | macros/latex/contrib/apxproof/README.md | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/macros/latex/contrib/apxproof/README.md b/macros/latex/contrib/apxproof/README.md new file mode 100644 index 0000000000..512574166a --- /dev/null +++ b/macros/latex/contrib/apxproof/README.md @@ -0,0 +1,52 @@ +# `apxproof`: Proofs in Appendix + +## About + +The `apxproof` package makes it easier to write articles where proofs and +other material are deferred to the appendix. The appendix material is +written in the LaTeX code along with the main text which it naturally +complements, and it is automatically deferred. The package can +automatically send proofs to the appendix, can repeat in the appendix the +theorem environments stated in the main text, can section the appendix +automatically based on the sectioning of the main text, and supports a +separate bibliography for the appendix material. + +The documentation of this package is provided in the +[apxproof.pdf](apxproof.pdf) file. + +## Prerequisites + +In addition to a working installation of LaTeX2e, `apxproof` relies on a +few other packages, which should be provided by all reasonable LaTeX +distributions: + - `amsthm` + - `bibunits` + - `environ` + - `etoolbox` + - `fancyvrb` + - `ifthen` + - `kvoptions` + +## Manual installation + +Simply copy the file [apxproof.sty](apxproof.sty) in your LaTeX working directory, or +in any other directory where LaTeX searches for packages. + +## License + +Copyright © 2016-2019 by Pierre Senellart. + +This work may be distributed and/or modified under the conditions of the +LaTeX Project Public License, either version 1.3 of this license or (at +your option) any later version. The latest version of this license is in +http://www.latex-project.org/lppl.txt and version 1.3 or later is part of +all distributions of LaTeX version 2005/12/01 or later. + +## Contact + +https://github.com/PierreSenellart/apxproof + +Pierre Senellart <pierre@senellart.com> + +Bug reports and feature requests should +preferably be submitted through the *Issues* feature of GitHub. |