diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-20 23:38:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-20 23:38:47 +0000 |
commit | 0897f41f17d5505fc19126b076ea7cf423a7db42 (patch) | |
tree | dda59049ea2a76953530bdf00b0f0446c6a0517d /Master/texmf-dist/doc/latex/axodraw2/README | |
parent | 6e85d755648b6c0966778e6c82dd2fff71c07756 (diff) |
axodraw2 (20feb18)
git-svn-id: svn://tug.org/texlive/trunk@46690 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/axodraw2/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/axodraw2/README | 54 |
1 files changed, 36 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/axodraw2/README b/Master/texmf-dist/doc/latex/axodraw2/README index e8fd3cf6a84..e55be0cb760 100644 --- a/Master/texmf-dist/doc/latex/axodraw2/README +++ b/Master/texmf-dist/doc/latex/axodraw2/README @@ -1,30 +1,49 @@ +Axodraw2 2.1.1 2018/02/15 +========================= + +axodraw2.sty version is v2.1.1 2018/02/15 +axohelp.c version is 1.2 2018/02/14 + Axodraw2 is a package that defines macros for drawing Feynman graphs in LaTeX documents. -It is an important update of the axodraw package, but since it is not -completely backwards compatible, we have given the style file a +It is an important development from the axodraw package, but since it +is not completely backwards compatible, we have given the style file a changed name. -Many new features have been added, with new types of line, and much -more flexibility in their properties: For details see the -documentation. +Compared with axodraw, many new features have been added, with new +types of line, and much more flexibility in their properties: For +details see the documentation. In addition, it is now possible to use axodraw2 with pdflatex, as well -as with the latex-dvips method. However with pdflatex (and also lualatex -and xelatex), an external program, axohelp, is used to perform the -geometrical calculations needed for the pdf code inserted in the -output file. The processing involves a run of pdflatex, a run of -axohelp, and then another run of pdflatex. +as with the latex-dvips method. However with pdflatex (and also +lualatex and xelatex), an external helper program, axohelp, is used to +perform the geometrical calculations needed for the pdf code inserted +in the output file. The processing involves a run of pdflatex, a run +of axohelp, and then another run of pdflatex. The files in the distribution are: - README This file - axodraw2.sty The main style file - axohelp.c Source code of axohelp - axohelp.exe MS-Windows executable for axohelp - axodraw2-man.pdf Documentation - axodraw2-man.tex Source for documentation - example.tex Example latex file for use of axodraw2 + README This file + axodraw2.sty The main style file + axodraw2-man.pdf Documentation + axodraw2-man.tex Source for documentation + example.tex Example latex file for use of axodraw2 + axohelp.c Source code of axohelp + axohelp.exe MS-Windows executable for axohelp + axohelp.1 Man page for axohelp + axohelp.test Script for testing axohelp + test.ax1 Input file for test + test.ax2-std Comparison output file for test + axohelp-big.test Script for comprehensive test of axohelp + test-big.ax1 Input file for comprehensive test + test-big.ax2-std Comparison output file for comprehensive test + configure.ac For use with autoconf and automake + Makefile.am For use with autoconf and automake + AUTHORS + COPYING + ChangeLog + INSTALL Authors, copyright, license @@ -38,4 +57,3 @@ under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the files axodraw2.sty or axohelp.c for more details. - |