The above solution has worked fine ...however
Label only stores values upto 9, and i am now on 13 subsections so i need to fine a way to expand the lable functionality or else find a different way of doing this.
Search found 3 matches
- Fri Jul 29, 2011 8:28 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: Indexing with Reference to Section and Subsection
- Replies: 2
- Views: 10002
- Fri Jul 29, 2011 5:31 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: Indexing with Reference to Section and Subsection
- Replies: 2
- Views: 10002
Indexing with Reference to Section and Subsection
so i've found a solution i'm happy with.
\makeindex
\newcommand{\ind}[2]{\index{#1|inds{\ref{#2}}}}
\newcommand{\inds}[2]{#1}
and i add to my index in the document using
\section{a thing}
\subsection{a thing of the first thing}\label{sub:thing}
\ind{things}{sub:thing}
So i'm create a label ...
\makeindex
\newcommand{\ind}[2]{\index{#1|inds{\ref{#2}}}}
\newcommand{\inds}[2]{#1}
and i add to my index in the document using
\section{a thing}
\subsection{a thing of the first thing}\label{sub:thing}
\ind{things}{sub:thing}
So i'm create a label ...
- Fri Jul 29, 2011 9:01 am
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: Indexing with Reference to Section and Subsection
- Replies: 2
- Views: 10002
Indexing with Reference to Section and Subsection
Hello,
I'm having some probblems with indexing and i hope you can help. I have a list of technical presentations (100s of them) seperated in numbered sections (the conference) and numbered subsections(the presentation name).
To help me navigate this i want to build an index of topics, but with ...
I'm having some probblems with indexing and i hope you can help. I have a list of technical presentations (100s of them) seperated in numbered sections (the conference) and numbered subsections(the presentation name).
To help me navigate this i want to build an index of topics, but with ...