Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-books.git

Code for xindy styles -- this was already available in the online database, but I forgot to commit the on-disk files.

Author liantze <email>
Date 2013-02-23 17:08:47 GMT+0800
Commit 4300a8b2abed3c31030b31585f8e26d22a06c9c0
Parent 6f05ca7
catidx/topcateg.tex
+\begin{filecontents*}{deepidx.xdy}
+(markup-locref :open "\hyperpage{" :close "}")
+
+(markup-index :open "~n\begin{theindex}~n"
+ :close "~n\end{theindex}~n"
+ :tree
+ )
+(markup-indexentry :open "~n \indexspace~n \item " :depth 0
+(markup-indexentry :open "~n \sssubitem " :depth 3)
+(markup-indexentry :open "~n \sssssubitem " :depth 4)
+(markup-indexentry :open "~n \sssssssubitem " :depth 5)
+(markup-keyword :open "\protect\capitalizewords[q]{" :close "}{\large\headingfamily\bfseries\color{\primarycolor}\thestring}" :depth 0)
+\end{filecontents*}
+\long\def\lettergroup#1\item{\item}
+\let\lettergroupDefault\lettergroup
flatidx/flatletter.tex
+\begin{filecontents*}{flatidx.xdy}
+(markup-locref :open "\hyperpage{" :close "}")
+
+(markup-index :open "~n\begin{theindex}~n"
+ :close "~n\end{theindex}~n"
+ :tree
+ )
+(markup-letter-group :open-head "\textcolor{\primarycolor}{\headingfamily\bfseries " :close-head "}")
+\end{filecontents*}
Delta 24 lines added, 0 lines removed, 24-line increase