el33th4x0r / crosstex

CrossTeX is a BibTeX replacement, with better citation and bibliographic database support.
GNU General Public License v2.0
14 stars 10 forks source link

Working CrossTeX #1

Closed rescrv closed 12 years ago

rescrv commented 12 years ago

I've tagged labelled it internally as 0.8.dev. There are bound to be a few things we'll fix over the next few days. In the meantime, here's how to get started with it.

1) Clone the crosstex repository. 2) Install python-ply, python-argparse and python-importlib. Note that the last two are shipped with python 2.7+. 3) Run python setup.py install in the repository (possibly using sudo) to install CrossTeX. 4) Clone the crosstex-dbgen repository. 5) mkdir ~/.crosstex 6) Run cp -R xtx-todo/*.xtx xtx/*.xtx ~/.crosstex from the repository.

After NSDI, we'll tag a release, possibly add back a few missing features, and then make it so that you can easily run easy_install crosstex to get this version.