Go to the first, previous, next, last section, table of contents.


REVSORT

Just like SORTON except that it sorts the given field arguments in descending order (SORTON sorts in ascending order). The two sorts can be freely mixed. The example below sorts on the YEAR field in descending order, and then for each sorted year group sorts on the SURNAME field in ascending order.

%%REVSORT %YEAR
%%SORTON %SURNAME

Note that the GPPREVSORT and TEXREVSORT predefined macros which the above replaces are deprecated and should not be used.


Go to the first, previous, next, last section, table of contents.