]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do the table of contents in two columns so as to save some vertical space.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 21 Aug 2007 17:29:21 +0000 (17:29 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 21 Aug 2007 17:29:21 +0000 (17:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@15006 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/tutorial/Makefile

index c636b4917d1ee59c6924de1153b28e3f9aefff91..6c06fae27c3d37122d7e9778478e16d6fe843572 100644 (file)
@@ -72,15 +72,16 @@ $(example-toc-results):
 
 $(example-toc):
        @echo ================== Making $@
-       @echo "<table class=\"tutorial\">" > $@
-       @echo "<tr><td><b>Table of contents</b></td></tr>" >> $@
-       @echo "<tr><td>" >> $@
+       @echo "<table class=\"tutorial\" width=\"50%\">" > $@
+       @echo "<tr><th colspan=\"2\"><b><small>Table of contents</small></b></th></tr>" >> $@
+       @echo "<tr><td width=\"50%\" valign=\"top\">" >> $@
        @echo "<ol>" >> $@
        @echo "  <li> <a href=\"#Intro\" class=bold>Introduction</a>" >> $@
        @cat generated/$(call get_basename, $@)_toc.intro >> $@
        @echo "  <li> <a href=\"#CommProg\" class=bold>The commented program</a>" >> $@
        @cat generated/$(call get_basename, $@)_toc.prog >> $@
-       @echo "  <li> <a href=\"#Results\" class=bold>Results</a>" >> $@
+       @echo "</ol></td><td width=\"50%\" valign=\"top\"><ol>" >> $@
+       @echo "  <li value=\"3\"> <a href=\"#Results\" class=bold>Results</a>" >> $@
        @cat generated/$(call get_basename, $@)_toc.results >> $@
        @echo "  <li> <a href=\"#PlainProg\" class=bold>The plain program</a>" >> $@
        @cat generated/$(call get_basename, $@)_toc.plain >> $@

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.