chiehrosswang / TRB_LaTeX_tex

A LaTeX template for Transportation Research Board Annual Meeting papers
MIT License
45 stars 22 forks source link

Correctly count words when sections are in separate files #17

Closed shankari closed 5 years ago

shankari commented 5 years ago

It is a common pattern to split the document into multiple sections that are then included using \input. This allows multiple co-authors to work on document sections in parallel without constant conflicts.

This change:

Testing done

Bonus fix: support inline lists with enumitem by default

shankari commented 5 years ago

This fixes #8

chiehrosswang commented 5 years ago

Thanks for addressing this issue. Personally, I do not think a TRB paper would need to be divided into several .tex files to be combined. Therefore, I've decided not to merge this commit to the master repository.

shankari commented 5 years ago

@chiehrosswang this was actually a feature request from @slremy (#8) :)

chiehrosswang commented 5 years ago

Yeah I know, I am closing that issue too for the same reason. Thanks anyway!