From: Wolfgang Bangerth Date: Tue, 21 Aug 2007 17:29:21 +0000 (+0000) Subject: Do the table of contents in two columns so as to save some vertical space. X-Git-Tag: v8.0.0~10041 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ae636051b286af6a8b7b46ff3ee7da6fb2e687a;p=dealii.git Do the table of contents in two columns so as to save some vertical space. git-svn-id: https://svn.dealii.org/trunk@15006 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/Makefile b/deal.II/doc/doxygen/tutorial/Makefile index c636b4917d..6c06fae27c 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -72,15 +72,16 @@ $(example-toc-results): $(example-toc): @echo ================== Making $@ - @echo "" > $@ - @echo "" >> $@ - @echo "
Table of contents
" >> $@ + @echo "" > $@ + @echo "" >> $@ + @echo "
Table of contents
" >> $@ @echo "
    " >> $@ @echo "
  1. Introduction" >> $@ @cat generated/$(call get_basename, $@)_toc.intro >> $@ @echo "
  2. The commented program" >> $@ @cat generated/$(call get_basename, $@)_toc.prog >> $@ - @echo "
  3. Results" >> $@ + @echo "
    " >> $@ + @echo "
  1. Results" >> $@ @cat generated/$(call get_basename, $@)_toc.results >> $@ @echo "
  2. The plain program" >> $@ @cat generated/$(call get_basename, $@)_toc.plain >> $@