Table of Contents

  1. Front cover
  2. Introduction
  3. $chapter) { echo "
  4. $chapter_num

    ".htmlentities($chapter)."

    \n
      \n"; foreach($sections as $section_num => $section) { $section_chapter_ar = explode("." , $section_num); $section_chapter = $section_chapter_ar[0]; if($section_chapter == $chapter_num) { echo "
    1. $section_num

      ".htmlentities($section)."

      \n
        \n"; foreach($items as $item_num => $item) { $item_ar = explode("." , $item_num); $item_section = $item_ar[0] . "." . $item_ar[1]; if($item_section == $section_num) { echo "
      1. $item_num ".preventOrphans($item)."
      2. \n"; } } echo "
      \n
    2. \n"; } } echo "
    \n
  5. \n"; } ?>
  6. Reference

    1. Bibliography

Note

This is a work in progress. The entire site is now open source, so please feel free to contribute by forking it on GitHub.