At Thu, 7 Mar 2019 15:06:30 -0800 (PST), Joey Eremondi wrote:
> I'm using Scribble and Frog to automatically generate a publications list 
> from a BibTex file. The problem is, right now I get the same order 
> regardless of what order I call ~cite: sorted by year, oldest to newest. 
> I'd like the reverse of this, with newest at the top. Is it possible to 
> change the order of the generated bibliography, to either match the order I 
> call ~cite in, or to automatically sort by date (in reverse?)

You can supply `#:sort? #f` as an argument to a `~cite` to use the
order that you supply. There's not currently a way to change the
automatic sort order.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to