diff options
author | hrs <hrs@FreeBSD.org> | 2007-01-05 05:48:19 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2007-01-05 05:48:19 +0800 |
commit | 317d9ff772aed0064c0ce73def6199d376f9ee62 (patch) | |
tree | 081414f9544f508112c3938f203615bf7b868b5d /print/latex-pgf/pkg-descr | |
parent | 40a3328f70b9c2ced8846bb9045bb5e0be08bb2d (diff) | |
download | freebsd-ports-gnome-317d9ff772aed0064c0ce73def6199d376f9ee62.tar.gz freebsd-ports-gnome-317d9ff772aed0064c0ce73def6199d376f9ee62.tar.zst freebsd-ports-gnome-317d9ff772aed0064c0ce73def6199d376f9ee62.zip |
Resurrect print/latex-pgf and print/latex-beamer and update
them to 1.01 and 3.06 respectively.
Changes since latex-beamer 3.01 (included in teTeX) include:
- Fixed bug in drawing of buttons.
- Version for use with pgf version 1.00.
- Added color theme wolverine and presentation theme AnnArbor,
submitted by Madhusudan Singh <madhusudan.singh@gmail.com>.
- Added two screen options.
- Added subsubsections (evil!).
- Added \begin{frame}{Title}{Subtitle} syntax.
- Switched to pgf version 0.95
- \setbeamercovered is now scoped.
- Fixed location of navigation symbols on plain frames.
- Fixed wrong frame number in conjunction with fragile option.
- Fixed compatibility definitions like \beamertemplateballtoc.
- Fixed compatibility definitions for \beamersetleftmargin.
- Fixed wobbling height of frametitle in default theme.
- Fixed problem with serif theme and "onlymath" option.
- Fixed problem with >127 characters and fragile option.
- Fixed problem with activation of Chinese characters
- Fixed problem with spaces in semiverbatim.
Diffstat (limited to 'print/latex-pgf/pkg-descr')
-rw-r--r-- | print/latex-pgf/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/print/latex-pgf/pkg-descr b/print/latex-pgf/pkg-descr new file mode 100644 index 000000000000..70cc1452f576 --- /dev/null +++ b/print/latex-pgf/pkg-descr @@ -0,0 +1,8 @@ +pgf stands for `portable graphics format'. It is a TeX macro package +that allows you to create graphics in your TeX documents using a special +pgfpicture environment and special macros for drawing lines, curves, +rectangles, and many other kind of graphic objects. +Its usage closely resembles the pstricks package or the normal picture +environment of LaTeX. + +WWW: http://latex-beamer.sourceforge.net/ |