I'm in the process of converting some Word documents to latex. I decided to go the following route:
Word -> ODF (with odf export or via libreoffice) -> latex (writer2latex).
The documents generated by writer2latex do look quite good, unfortunately, writer2latex creates what seems like a million different styles for every individual text element. Is there a way that I can minimize the amount of styles created? I understand that using the option clean or ultraclean will remove any styling, however, then I end up having to go through the entire document again, and apply styling manually. Is there a clever way around this?
And also: is there a way to convince writer2latex to use \chapter and not \section as the top level category?
Any advice regarding these issues is greatly appreciated!!
EDIT: The entire project is ~ 250-300 pages, made of 10 independent word documents.
