diff options
author | Karl Berry <karl@freefriends.org> | 2007-02-21 23:54:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-02-21 23:54:19 +0000 |
commit | 038a5dc7d31591d03bb7dd2bee2ca5e89f0ff26a (patch) | |
tree | 0206f1532eaf8dea0c935a4e7b66a593f15ac1c4 /Master/texmf-dist/source/latex/oberdiek/oberdiek.tex | |
parent | d13b89bc23ac3bf2bce2bd534b97ed97e0b091c1 (diff) |
oberdiek bookmark0.2, hypcap1.6 (20feb07)
git-svn-id: svn://tug.org/texlive/trunk@3977 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/oberdiek.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/oberdiek.tex | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex b/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex index 6f11242c915..4d3be05b283 100644 --- a/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex +++ b/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex @@ -6,7 +6,7 @@ \newcommand*{\Subject}{CTAN:\CTANdir} \newcommand*{\Author}{Heiko Oberdiek} \newcommand*{\Email}{oberdiek@uni-freiburg.de} -\newcommand*{\Date}{2007/01/24} +\newcommand*{\Date}{2007/02/20} % Copyright (C) 2006 by % Heiko Oberdiek <oberdiek@uni-freiburg.de> @@ -162,7 +162,9 @@ [\entrysep] \entry{auxhook}{2006/05/31}{1.0}{Hooks for auxiliary files}% [\entrysep] -\entry{bmpsize}{2006/08/24}{1.0}{Extract size and resolution data from bitmap files}% +\entry{bmpsize}{2007/02/18}{1.1}{Extract size and resolution data from bitmap files}% +[\entrysep] +\entry{bookmark}{2007/02/20}{0.2}{PDF bookmarks}% [\entrysep] \entry{centernot}{2006/12/02}{1.0}{Centers the not symbol horizontally}% [\entrysep] @@ -180,13 +182,15 @@ [\entrysep] \entry{epstopdf}{2006/08/26}{1.3}{Conversion with epstopdf on the fly}% [\entrysep] +\entry{flags}{2007/02/18}{0.1}{Flag setting in bit fields}% +[\entrysep] \entry{grffile}{2006/11/30}{1.2}{Extended file name support for graphics}% [\entrysep] \entry{holtxdoc}{2006/06/02}{0.7}{Private additional ltxdoc support}% [\entrysep] \entry{hypbmsec}{2006/02/20}{2.2}{Bookmarks in sectioning commands}% [\entrysep] -\entry{hypcap}{2006/02/20}{1.5}{Adjusting anchors of captions}% +\entry{hypcap}{2007/02/19}{1.6}{Adjusting anchors of captions}% [\entrysep] \entry{hypdestopt}{2006/06/01}{2.0}{Hyperref destination optimizer}% [\entrysep] @@ -238,7 +242,7 @@ [\entrysep] \entry{twoopt}{2006/02/20}{1.4}{Definitions with two optional arguments}% [\entrysep] -\entry{zref}{2007/01/23}{1.4}{New reference scheme for \LaTeXe{}}% +\entry{zref}{2007/02/18}{1.5}{New reference scheme for \LaTeXe{}}% \end{overview} \section{Packages} @@ -298,6 +302,19 @@ options \xoption{viewport}, \xoption{trim} and \xoption{clip}. \tocinclude{bmpsize} \newpage +\subsection{\pkgsectformat{bookmark}} +\label{bookmark} +\begin{abstract} +This package implements a new bookmark (outline) organization for +package \xpackage{hyperref}. Bookmark properties such +as style and color can now be set. Other action types +are available (URI, GoToR, Named). The bookmarks are +generated in the first compile run. Package \xpackage{hyperref} +uses two runs. +\end{abstract} +\tocinclude{bookmark} + +\newpage \subsection{\pkgsectformat{centernot}} \label{centernot} \begin{abstract} @@ -379,6 +396,16 @@ epstopdf is automatically called to convert it to pdf format. \tocinclude{epstopdf} \newpage +\subsection{\pkgsectformat{flags}} +\label{flags} +\begin{abstract} +Package \xpackage{flags} allows the setting and clearing +of flags in bit fields and converts the bit field into a +decimal number. Currently the bit field is limited to 31 bits. +\end{abstract} +\tocinclude{flags} + +\newpage \subsection{\pkgsectformat{grffile}} \label{grffile} \begin{abstract} |