diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-18 22:37:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-18 22:37:51 +0000 |
commit | 6855fd75c3f3f6a15bb3dc2ed6e90132806fbae4 (patch) | |
tree | 2c7c5588fe796a83061f232fdb30346b3855a07b /Master/texmf-dist/tex/latex/prerex | |
parent | f96e8771c6f759afd6f369d21e220a2fb1d424a7 (diff) |
prerex (18sep10)
git-svn-id: svn://tug.org/texlive/trunk@19799 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/prerex')
-rw-r--r-- | Master/texmf-dist/tex/latex/prerex/prerex.sty | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/prerex/prerex.sty b/Master/texmf-dist/tex/latex/prerex/prerex.sty index f868d548766..73fd8a37914 100644 --- a/Master/texmf-dist/tex/latex/prerex/prerex.sty +++ b/Master/texmf-dist/tex/latex/prerex/prerex.sty @@ -61,10 +61,14 @@ % The nominal diagram width is 10 + (\textwidth divided by \unit). % \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{prerex}[2010/06/25 v6.0 LaTeX style for prerequisite charts, pgf version] +\ProvidesPackage{prerex}[2010/09/17 v6.0.3 LaTeX style for prerequisite charts, pgf version] % Changelog: % +% Version 6.0.3 +% +% Added required ALT tag to AREA outputs. +% % Version 6.0 % Version 5.7 % @@ -249,7 +253,7 @@ \addtocounter{ySE}{0 - \dpi * \ratio{\zposy{gridOrigin_\thechart}sp}{1in}} \addtocounter{ySE}{0 - (#2 + #5) * \PixelsPerUnit } % subtract # of pixels from origin to node (+#5) -\immediate\write\@imapfile{<area shape=rect coords="\thexNW,\theyNW,\thexSE,\theySE" href="\CourseURL{#1}{#2}{#3}" target="_new">}% +\immediate\write\@imapfile{<area shape=rect coords="\thexNW,\theyNW,\thexSE,\theySE" href="\CourseURL{#1}{#2}{#3}" target="_new" alt="#3">}% } \def\@halfcourse#1,#2:#3#4#5{% |