@ -51,7 +46,7 @@ If you use latex, you can automatize references, by creating a bash script with:
bibtex manuscript
bibtex manuscript
latex manuscript.tex
latex manuscript.tex
This ensure that your reference file is always up-to-date; you can cite a paper in your manuscript a soon as you add it in bibtex. This means that if you have, for instance, a doi on a webpage, you only need to do:
This ensure that your reference file is always up-to-date; you can cite a paper in your manuscript a soon as you add it in pubs. This means that if you have, for instance, a doi on a webpage, you only need to do:
pubs add -D 10.1007/s00422-012-0514-6
pubs add -D 10.1007/s00422-012-0514-6
@ -59,10 +54,10 @@ and then add `\cite{Loeb_2012}` in your manuscript. After running the bash scrip
Requirements
Requirements
------------
------------
- python >= 2.7
- python >= 2.7 or >= 3.3
- [dateutil](http://labix.org/python-dateutil)
- [dateutil](http://labix.org/python-dateutil)
- [pyYaml](http://pyyaml.org) (will be deprecated soon)
- [pyYaml](http://pyyaml.org) (will be deprecated soon)