TyOverby / Pipe

Mozilla Public License 2.0
21 stars 1 forks source link

The List environment should handle nested lists correctly #4

Closed TyOverby closed 10 years ago

TyOverby commented 10 years ago

Right now the way to sublist is by nesting a list inside of an item in the parent list. The right way to do this in LaTeX is simply with a list environment inside the parent list environment without an item to go with it. This also produces much nicer pipe code.

|list 
    |item Foo
    |item Bar
    |list 
        |item Baz
        |item Buzz
TyOverby commented 10 years ago

Fixed in 21ee947ea45b01b9b789988dabcc04f5db4de7b5