Is it possible to get abbreviated and short pager types to work together? Abbreviated: ``` 1 2 3 ... 32 ``` Short: ``` < 2 > ``` What I want: ``` < 1 2 3 ... 32 > ``` Thanks in advance.