-------------------------
List of Cases
<case name1> <pg>
<case name2> <pg>
etc...
List of Regulations
<regulation1> <pg>
<regulation2> <pg>
etc...
List of Laws
<law1> <pg>
<law2> <pg>
etc...
-------------------------
I first tried using the index function and did
Code: Select all
\index{Cases!Case1}
Code: Select all
\index{Regulations!Regulation1}
Code: Select all
\printindex
Code: Select all
\begin{document}
Is there any other way I can get LaTeX to list them at the beginning of the document? Alternatively, is there a way I can change the formatting of indexes so that they don't appear as 2 columns a page?