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

New features #9

Closed rescrv closed 7 months ago

rescrv commented 8 years ago

Some new features for crosstex.

Aliases allow you to create shortcuts to references. For example, @alias "hyperdex" "DBLP:conf/sigcomm/EscrivaWS12" allows me to cite our SIGCOMM paper with \cite{hyperdex} so it's clear in the text what I'm citing without disrupting flow.

No-Pages allows you to remove pages from the citations to shorten the references section. (done by Ayush)

How to merge:

git fetch https://github.com/rescrv/crosstex.git master
git merge --no-ff --log FETCH_HEAD
# fix any merge conflicts
git commit
koppor commented 7 months ago

@rescrv This was shown in my GitHub notifications. I wonder why this was closed? Because there was no activity by @el33th4x0r ?