diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-16 23:47:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-16 23:47:14 +0000 |
commit | 0c242425bcb89cc3af3064b8b895608a7f5ec3bb (patch) | |
tree | c9e2e2a0cd90b875325b6ef0cc06edada1b5f4ec /Master/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplots.units.code.tex | |
parent | a77f52d8c904326838bc0523faffdc79bdff0f6e (diff) |
pgfplots 1.4 (14jul10)
git-svn-id: svn://tug.org/texlive/trunk@19488 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplots.units.code.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplots.units.code.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplots.units.code.tex b/Master/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplots.units.code.tex index 5326db78aba..084d076b289 100644 --- a/Master/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplots.units.code.tex +++ b/Master/texmf-dist/tex/generic/pgfplots/libs/tikzlibrarypgfplots.units.code.tex @@ -64,21 +64,21 @@ /pgfplots/x unit/.initial={},% /pgfplots/x unit prefix/.initial={},% /pgfplots/change x base/.is if=pgfplots@units@change@x@base,% - /pgfplots/change x base/.initial=false,% + /pgfplots/change x base=false,% % % Setup basic y settings % /pgfplots/y unit/.initial={},% /pgfplots/y unit prefix/.initial={},% /pgfplots/change y base/.is if=pgfplots@units@change@y@base,% - /pgfplots/change y base/.initial=false,% + /pgfplots/change y base=false,% % % Setup basic z settings % /pgfplots/z unit/.initial={},% /pgfplots/z unit prefix/.initial={},% /pgfplots/change z base/.is if=pgfplots@units@change@z@base,% - /pgfplots/change z base/.initial=false,% + /pgfplots/change z base=false,% % % default markings of units. I.e. the surroundings of the unit: % [unit markings=curly braces] yields {<unit>} @@ -221,4 +221,4 @@ \fi% \fi% } -\endinput
\ No newline at end of file +\endinput |