Skip to content

Instantly share code, notes, and snippets.

@phi-gamma
Last active December 23, 2015 15:09
Show Gist options
  • Select an option

  • Save phi-gamma/6653790 to your computer and use it in GitHub Desktop.

Select an option

Save phi-gamma/6653790 to your computer and use it in GitHub Desktop.
\setupregister [index] [symbol=n,]
\setupbodyfont [serif,10pt]
\starttext
\placeindex
\page [yes]
\startchapter[title={Everything Buns},]
\index{all-purpose flour+Everything Buns}
\input knuth
\stopchapter
\startchapter[title={Rosemary \& Black Pepper Bread},]
\index{all-purpose flour+Rosemary \& Black Pepper Bread}
\input knuth
\stopchapter
\startchapter[title={Bacon \& Beer Butternut Squash Soup},]
\index{bacon+Bacon \& Beer Butternut Squash Soup}
\input knuth
\stopchapter
\stoptext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment