jkitchin / jmax

Johns customizations to maximize emacs
185 stars 59 forks source link

Support for [prefix][suffix]? #38

Closed Foucl closed 9 years ago

Foucl commented 9 years ago

Would it be very hard to implement the Prefix and Suffix part of cite commands (for 'cf.' and page numers resp.): \cite[prefix][suffix]{ref}? Or would one just need to create a new custom link?

jkitchin commented 9 years ago

This is already implemented. [[cite:testkey][cf::p56]]

is converted to: \cite[cf][p56]{testkey}