On Aug 22 2014 2:36 PM, Ross Williamson wrote:
> Hi All,
>
> I'm trying to write a custom exporter that adds a count to the papers 
> i.e.
>
> [1] Auther, title, journal
> [2] Other auther title journal
> [3] .....
>
> I saw that \i was supposed to iterate but it didn't seem to work?

Ross,

So what is your question?  What OS are you using?  And can you use
latex/bibtex or does this have to be offline?  If you can use it with
latex/bibtex, then this is what I did to do the same thing:

1) develop a script that strips out all keys from all bib files
2) use the above to generate "\nocite{key1} \nocite{key2} ..."
3) use {la,lau,pdf}tex/bibtex as normal

for me my generator produces (reference_bib.tex -- am alphabetized list
of all citations in my collection).  Note: natbib produces
numbered/alphabetized citations:

% This is an auto-generated file... do not edit
\documentclass{article}
\usepackage{url}
\usepackage{latexsym}
\usepackage{showtags}
\usepackage{gtd}
\usepackage[left=2cm,top=2cm,right=2cm,nohead,nofoot]{geometry}

\usepackage[natbib=true]{biblatex}
\addbibresource{./Unasylva58.bib}
\addbibresource{./amr.bib}
\addbibresource{./arXiv.bib}
\addbibresource{./art.bib}
\addbibresource{./cnc.bib}
\addbibresource{./comp.bib}
\addbibresource{./ecology.bib}
\addbibresource{./electronics.bib}
\addbibresource{./general.bib}
\addbibresource{./gtd.bib}
\addbibresource{./health.bib}
\addbibresource{./iucn.bib}
\addbibresource{./lasers.bib}
\addbibresource{./masonary_surface.bib}
\addbibresource{./mereotopology.bib}
\addbibresource{./nasa.bib}
\addbibresource{./pakistan.bib}
\addbibresource{./plan9.bib}
\addbibresource{./radar.bib}
\addbibresource{./smithing.bib}
\addbibresource{./wootz.bib}

\begin{document}
\begingroup\MakeUnderscoreOther

%./Unasylva58.bib
\nocite{Calder2007TNU} \nocite{Vigiak2007FWP} \nocite{Chappell2007PHP}
\nocite{Malagnoux2007FTA} \nocite{Kangarani2007PPI}
\nocite{Watkins2007FMK} \nocite{Kafeero2007IWS} \nocite{Stolton2007MFC}
\nocite{Stohlgren2007FLC} \nocite{Barrena2007CEE}
\nocite{Zingari2007FYA} \nocite{Donovan2007WFA}

... and 1139 citations later


\endgroup
\printbibliography

\end{document}

=============

and I get output that looks like:

References
[1] Henry DI Abarbanel, Nikolai F Rulkov, and Mikhail M Sushchik.
\Generalized synchronization of chaos:
The auxiliary system approach". In: Physical Review E 53.5 (1996), p.
4528.
[2] H. Abelson, G. Jay Sussman, and J. Sussman. Structure and
Interpretation of Computer Programs. 2nd.
Cambridge, MA: MIT Press, 1996. isbn: 0262011530.
[3] J.A. Acebron and R. Spigler. \Supercomputing applications to the
numerical modeling of industrial and
applied mathematics problems". In: The Journal of Supercomputing 40.1
(2007), pp. 67{80.
[4] Habitat Criteria Report: Rio Salado Environmental Restoration
Project (Draft). Tech. rep. Aspen Environmental Group, 2000.
====================

Is this what you are looking for?



------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Jabref-users mailing list
Jabref-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jabref-users

Reply via email to