diff options
author | Karl Berry <karl@freefriends.org> | 2007-05-20 20:53:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-05-20 20:53:27 +0000 |
commit | 564ffc040cca987681b593c276fd52588a59dcf7 (patch) | |
tree | 01c7994158cdc126b5a3aa839f0d1fbdbabd68bc /Master/texmf-dist | |
parent | e9140257a60a0b4d4ab3bd869e99e85e35749774 (diff) |
try new mptopdf
git-svn-id: svn://tug.org/texlive/trunk@4326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/context/base/supp-mpe.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/base/supp-pdf.tex | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/context/base/supp-mpe.tex b/Master/texmf-dist/tex/context/base/supp-mpe.tex index 60f517e8b2a..35a940edc6e 100644 --- a/Master/texmf-dist/tex/context/base/supp-mpe.tex +++ b/Master/texmf-dist/tex/context/base/supp-mpe.tex @@ -505,9 +505,9 @@ %D \startbuffer %D \setupframed[width=3cm,height=2cm,frame=off] %D \startcombination[3*1] -%D {\framed[backgroundachtergrond=demo 1]{\bfd \white Demo 1}} {} -%D {\framed[backgroundachtergrond=demo 2]{\bfd \white Demo 2}} {} -%D {\framed[backgroundachtergrond=demo 3]{\bfd \white Demo 3}} {} +%D {\framed[background=demo 1]{\bfd \white Demo 1}} {} +%D {\framed[background=demo 2]{\bfd \white Demo 2}} {} +%D {\framed[background=demo 3]{\bfd \white Demo 3}} {} %D \stopcombination %D \stopbuffer %D diff --git a/Master/texmf-dist/tex/context/base/supp-pdf.tex b/Master/texmf-dist/tex/context/base/supp-pdf.tex index 754efa84795..63dfb1f69c3 100644 --- a/Master/texmf-dist/tex/context/base/supp-pdf.tex +++ b/Master/texmf-dist/tex/context/base/supp-pdf.tex @@ -161,8 +161,8 @@ %D his initials. (We keep the old code around because it's a %D nice illustration on how a module like this evolves.) -%D Beware, we cannot use \zeropoint here since it may be -%D defined in the range \dimen 0 - 20 which we happen to use +%D Beware, we cannot use \type{\zeropoint} here since it may be +%D defined in the range \type{\dimen0} - 20 which we happen to use %D as scratch registers; inside context we may consider %D using dedicated registers. |