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/tex/latex/bytefield | |
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/tex/latex/bytefield')
-rw-r--r-- | Master/texmf-dist/tex/latex/bytefield/bytefield.sty | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/bytefield/bytefield.sty b/Master/texmf-dist/tex/latex/bytefield/bytefield.sty index b145fdffef9..40ce86b2517 100644 --- a/Master/texmf-dist/tex/latex/bytefield/bytefield.sty +++ b/Master/texmf-dist/tex/latex/bytefield/bytefield.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% 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 conditions of %% the LaTeX Project Public License, either version 1.3a of this license @@ -22,13 +22,20 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{bytefield} - [2005/07/31 v1.2a Network protocol diagrams] + [2010/10/31 v1.3 Network protocol diagrams] \RequirePackage{calc}[1998/07/07] \def\bf@newdimen#1{\advance\count11 by 1 \ch@ck1\insc@unt\dimen% Check room \allocationnumber=\count11 \dimendef#1=\allocationnumber \wlog{\string#1=\string\dimen\the\allocationnumber\space (locally)}} +\AtBeginDocument{% + \begingroup\expandafter\expandafter\expandafter\endgroup + \expandafter\ifx\csname locdimen\endcsname\relax + \else + \let\bf@newdimen\locdimen + \fi +} \newlength{\bytefield@height} \newif\ifcounting@words \newlength{\bytefield@height@increment} |