diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-11 01:15:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-11 01:15:16 +0000 |
commit | ef384f9c1e1d8eadb6a9452fa542f34d171ab795 (patch) | |
tree | 4e85fed52a3d5df84cd8b2db961a275fca8b1d2e | |
parent | b59c5fb47c6e19fbe71f5aa475c3ad48987f0d98 (diff) |
bytefield (10feb11)
git-svn-id: svn://tug.org/texlive/trunk@21365 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/bytefield/bytefield.pdf | bin | 375344 -> 375614 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/bytefield/bytefield.dtx | 10 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bytefield/bytefield.sty | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/bytefield/bytefield.pdf b/Master/texmf-dist/doc/latex/bytefield/bytefield.pdf Binary files differindex b00314cce3e..e8f3f1ee01e 100644 --- a/Master/texmf-dist/doc/latex/bytefield/bytefield.pdf +++ b/Master/texmf-dist/doc/latex/bytefield/bytefield.pdf diff --git a/Master/texmf-dist/source/latex/bytefield/bytefield.dtx b/Master/texmf-dist/source/latex/bytefield/bytefield.dtx index 7a6c8b42a81..0aba8eab386 100644 --- a/Master/texmf-dist/source/latex/bytefield/bytefield.dtx +++ b/Master/texmf-dist/source/latex/bytefield/bytefield.dtx @@ -22,7 +22,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{bytefield} %<*package> - [2011/01/25 v2.0 Network protocol diagrams] + [2011/02/09 v2.0a Network protocol diagrams] %</package> % %<*driver> @@ -66,7 +66,7 @@ %</driver> % \fi % -% \CheckSum{851} +% \CheckSum{847} % % \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 @@ -2237,7 +2237,7 @@ % \begin{macro}{\wordlabelr@start} % \begin{macro}{\wordlabelr@end} % The starting and ending height (in points) of the set of rows to be -% labelled on the right. +% labeled on the right. % \begin{macrocode} \newlength{\wordlabelr@start} \newlength{\wordlabelr@end} @@ -2316,11 +2316,11 @@ % \end{macrocode} % \end{macro} % \begin{macro}{\@currenvir} -% \begin{macrocode} % Because of our meddling with |\begingroup| and |\endgroup|, the % current environment is all messed up. We therefore force the % |\end{rightwordgroup}| to succeed, even if it doesn't match the preceding % |\begin|. +% \begin{macrocode} \def\@currenvir{rightwordgroup}% \ignorespaces } @@ -2333,7 +2333,7 @@ % \begin{macro}{\wordlabell@start} % \begin{macro}{\wordlabell@end} % The starting and ending height (in points) of the set of rows to be -% labelled on the left. +% labeled on the left. % \begin{macrocode} \newlength{\wordlabell@start} \newlength{\wordlabell@end} diff --git a/Master/texmf-dist/tex/latex/bytefield/bytefield.sty b/Master/texmf-dist/tex/latex/bytefield/bytefield.sty index 98e039072c7..e720839514f 100644 --- a/Master/texmf-dist/tex/latex/bytefield/bytefield.sty +++ b/Master/texmf-dist/tex/latex/bytefield/bytefield.sty @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{bytefield} - [2011/01/25 v2.0 Network protocol diagrams] + [2011/02/09 v2.0a Network protocol diagrams] \RequirePackage{calc}[1998/07/07] \RequirePackage{keyval} \def\bf@newdimen#1{\advance\count11 by 1 |