Re: [PATCH/RFC 07/10] ref-filter: introduce align_atom_parser()

2015-12-07 Thread Karthik Nayak
On Thu, Dec 3, 2015 at 2:53 AM, Eric Sunshine wrote: > On Wed, Nov 11, 2015 at 2:44 PM, Karthik Nayak wrote: >> Introduce align_atom_parser() which will parse 'align' atoms and store >> the required width and position into the 'used_atom'

Re: [PATCH/RFC 07/10] ref-filter: introduce align_atom_parser()

2015-12-02 Thread Eric Sunshine
On Wed, Nov 11, 2015 at 2:44 PM, Karthik Nayak wrote: > Introduce align_atom_parser() which will parse 'align' atoms and store > the required width and position into the 'used_atom' structure. While > we're here, add support for the usage of 'width=' and 'position=' when >

[PATCH/RFC 07/10] ref-filter: introduce align_atom_parser()

2015-11-11 Thread Karthik Nayak
Introduce align_atom_parser() which will parse 'align' atoms and store the required width and position into the 'used_atom' structure. While we're here, add support for the usage of 'width=' and 'position=' when using the 'align' atom (e.g. %(align:position=middle,width=30)). Add documentation