Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I am working on one application where i need to store page numbers in an array and retrive them later to print index. I don't want to use the existing index function as i need to have control on it. How can i implement it?

share|improve this question
I'm not sure if this helps but have a look here ctan.org/pkg/etoc and here to get an idea of what can be makes tex.stackexchange.com/questions/94766/… – karathan Jan 29 at 8:37
1  
you can directly use \write to work with external file of your own format, or define new commands that will use \label and \pageref. – Eddy_Em Jan 29 at 8:40
@Eddy_Em very helpful to me your comment ... :) I was looking for something like this tex.stackexchange.com/questions/20957/… I think it will be useful and to user15662 – karathan Jan 29 at 9:08
What's in the standard indexing facility that doesn't suit you? – egreg Jan 29 at 9:21

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.