From: kanschat Date: Fri, 18 Jun 2010 21:27:43 +0000 (+0000) Subject: change steps to client side image map X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4706e1ad300bd3d081df7a5d03f78ed39ef428f8;p=dealii-svn.git change steps to client side image map git-svn-id: https://svn.dealii.org/trunk@21226 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/Makefile b/deal.II/doc/doxygen/tutorial/Makefile index 7c943e8abb..d31bf18510 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -43,9 +43,9 @@ all: $(example-doxygen) steps.dot: steps.pl perl $< > $@ steps.png: steps.dot - neato -Tpng -Timap -O $< + neato -Tpng -Tcmapx -O $< @mv steps.dot.png steps.png - @mv steps.dot.imap steps.imap + @mv steps.dot.cmapx steps.cmapx $(example-toc-prog): diff --git a/deal.II/doc/doxygen/tutorial/steps.pl b/deal.II/doc/doxygen/tutorial/steps.pl index dbd6009e0b..8a52aa58af 100644 --- a/deal.II/doc/doxygen/tutorial/steps.pl +++ b/deal.II/doc/doxygen/tutorial/steps.pl @@ -43,6 +43,7 @@ my %attribute = ( 30 => $technique, 36 => $technique, 37 => $technique, + 39 => $technique, 45 => $technique, 17 => $solidsapplication, @@ -67,6 +68,7 @@ my %attribute = ( print << 'EOT' digraph G { + overlap=false; edge [fontname="FreeSans", fontsize="10", labelfontname="FreeSans", @@ -98,7 +100,7 @@ for (my $i=1; $i<=$laststep;++$i) print << 'EOT' - Step01 -> Step02; +Step01 -> Step02; Step02 -> Step03; Step03 -> Step04; Step04 -> Step05; @@ -142,16 +144,22 @@ Step06 -> Step27; Step06 -> Step28; +Step06 -> Step39; + Step04 -> Step29; Step12 -> Step30; +Step12 -> Step39; Step04 -> Step34; +Step21 -> Step22; Step22 -> Step35; Step04 -> Step36; Step03 -> Step45; + +Step39 -> Step12; } EOT diff --git a/deal.II/doc/doxygen/tutorial/steps.png b/deal.II/doc/doxygen/tutorial/steps.png index c268de856b..7b7300504f 100644 Binary files a/deal.II/doc/doxygen/tutorial/steps.png and b/deal.II/doc/doxygen/tutorial/steps.png differ