I often want to make multiple citations from results of a single
regexp seach using 'reftex-citation', but am forced to rerun the
function and retype the regexp to get the additional citations. Is
there a better way?
Thanks,
JDH
Thanks,
JDH
1. foiltex and auctex, reftex, etc.
I am using foiltex (great package!) with emacs and auctex, reftex,
outl-minor-mode etc. With a normal latex file these packages produce
outlines, outline views, etc. by looking for the \section'ing
commands.
Foiltex, however, uses \foilhead (and \rotatefoilhead) instead of
\section, so these nice tools do not work anymore (auctex does has
some minimal support). e.g. outl-minor-mode does not work at all.
I got around this by defining section again as:
\newcommand{\section}[2][0in]{\foilhead[#1]{#2}}
This almost works, the only problem I have now is with the
\section*{References} that is generated automatically by the
\bibliography command. With my new section definition it gets
translated into \foilhead{*}References.
Ive tried using \secdef but this then breaks \foilhead[.5in]{Title}.
Anyone?
Jose
3. Multiple citations for one author in one year
4. ARJ for unix(like) with -V option?
5. loading reftex for the first time
6. OT? - Spammers spying your car radio!....cable modems next?
7. Multiple reference lists (cited/extra)
8. Help, simple keepalive problem
9. Citing page numbers in multiple references
10. BibTeX help needed: citing multiple sources
11. multiple references using \cite
12. Citeasnoun and Cite with multiple/same author
13. Multiple citations using \cite in form of [1-6], not [1,2,3,4,5,6]