diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-04 00:10:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-04 00:10:04 +0000 |
commit | 4782bba527fabe58488f7cf7119e7b0609ff9861 (patch) | |
tree | 9c5ae27cc1b3bf364d9c5e138e4f58185378ea1a /Master/texmf-dist/source/latex/bytefield/bytefield.dtx | |
parent | fd3ad4097309e4e4b732778b17ce6024c19e2641 (diff) |
bytefield 1.3 (4nov10)
git-svn-id: svn://tug.org/texlive/trunk@20297 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/bytefield/bytefield.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/bytefield/bytefield.dtx | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/bytefield/bytefield.dtx b/Master/texmf-dist/source/latex/bytefield/bytefield.dtx index 7504d58c68e..4f6d096cb78 100644 --- a/Master/texmf-dist/source/latex/bytefield/bytefield.dtx +++ b/Master/texmf-dist/source/latex/bytefield/bytefield.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2008 by Scott Pakin <scott+bf@pakin.org> +% Copyright (C) 2010 by Scott Pakin <scott+bf@pakin.org> % ------------------------------------------------------ % % This file may be distributed and/or modified under the @@ -22,7 +22,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{bytefield} %<*package> - [2005/07/31 v1.2a Network protocol diagrams] + [2010/10/31 v1.3 Network protocol diagrams] %</package> % %<*driver> @@ -64,7 +64,7 @@ %</driver> % \fi % -% \CheckSum{599} +% \CheckSum{615} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -924,6 +924,22 @@ \dimendef#1=\allocationnumber \wlog{\string#1=\string\dimen\the\allocationnumber\space (locally)}} % \end{macrocode} +% If we're using $\varepsilon$-\TeX, we have access to many more +% \meta{dimen}s. The \textsf{etex} package makes these available via +% the |\locdimen| macro. At the start of the document we check if +% |\locdimen| is defined and, if so, replace the preceding definition of +% |\bf@newdimen| with \textsf{etex}'s |\locdimen|. +% \changes{v1.3}{2010/10/31}{Added support for $\varepsilon$-\TeX's larger +% local \meta{dimen} pool (code provided by Heiko Oberdiek)} +% \begin{macrocode} +\AtBeginDocument{% + \begingroup\expandafter\expandafter\expandafter\endgroup + \expandafter\ifx\csname locdimen\endcsname\relax + \else + \let\bf@newdimen\locdimen + \fi +} +% \end{macrocode} % \end{macro} % % \begin{macro}{\bytefield@height} |