2019-01-25 Podcasting is Review

I’ve been going through my house rules, more or less one page per podcast episode. Talking about the rules, and wonder about the actual use these rules have seen at the table, has led to quite a few changes for the better, I’d say.

Today I got rid of the reputation section and ended up saving an entire page.

Too bad I can only get a three column index that spills onto a second page, or a four column index that cannot by hyperlinked, though.

LaTeX! So close... Something about the `tufte` class loading the `hyperref` package before `imakeidx` or something. It makes my eyes glaze over.

This is what I tried in 4col-index:

4col-index

diff --git a/Halberds-and-Helmets.ltx b/Halberds-and-Helmets.ltx
index af1c9ee..751aa21 100644
--- a/Halberds-and-Helmets.ltx
+++ b/Halberds-and-Helmets.ltx
@@ -1,4 +1,4 @@
-\documentclass[a4paper,twoside,notitlepage,openany]{tufte-book}
+\documentclass[a4paper,twoside,notitlepage,openany,nohyperref]{tufte-book}
 \usepackage[utf8]{inputenc}

 % \usepackage{showkeys}% debugging \keys
@@ -11,8 +11,8 @@
 \usepackage{wasysym}

 % Set up index
-\usepackage{makeidx}
-\makeindex
+\usepackage{imakeidx}
+\makeindex[columns=4]

 % Set up the images/graphics package
 \usepackage{graphicx}
@@ -1619,7 +1619,7 @@ years. This is her spell book.
 \end{table}

-\newpage
+\begin{fullwidth}

 % prevent an empty page
 % http://tex.stackexchange.com/questions/109625/avoiding-empty-page-between-a-very-full-page-and-the-index
@@ -1631,7 +1631,6 @@ years. This is her spell book.

 \section*{Open Game License Version 1.0a}

-\begin{fullwidth}

 \fontsize{6.5pt}{7pt}\selectfont

I’ll also note that the index no longer appears in the bookmarks of the PDF.

Option 1: three column index, hyperlinks, and TOC entry, using `makeidx`:

Three Columns

Option 1: four column index, no hyperlinks, and no TOC entry, using `imakeidx`:

Four Columns

Source on GitHub.

on GitHub

​#RPG ​#Old School ​#Halberds and Helmets