Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
/* To make a ToC move with the page, add a HTML macro and put this in it */
<style> .toc-macro {position: static !important;} </style>

/* To make a ToC wider */
<style> .toc-macro {width: 80% !important;} </style>

/* Make the ToC in-line (not float on the right) */
<style> .toc-macro {float: none !important;} </style>

...