LaTex I need
A couple of things I need to do automatically in LaTeX (pointers appreciated):
- Put an index from bib items to the text so I know where a paper is cited within the body of the paper. This will of course be a list per bib item.
- Number each line of the body of the paper, so I can refer to (page no, line no), rather than say eg (3rd line of paragraph 5).
Labels: aggregator
2 Comments:
For line numbers, use the
lineno package
For creating a bibindex, use the backref option in hyperref, with its value set to 'page' or 'section' or whatever you want.
linenumbers: There are two ways, lineno and there are some rulers.
links from the references to the text: backref (is an option to hyerpref, I guess).
You could look into the style of CVPR 2010. There are the rulers and the backrefs.
Best
Post a Comment
<< Home