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
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.