wmboyles / Math-Summaries

Medium length summaries of math subjects like multivariable calculus. Longer than a formula sheet, shorter than a textbook.
The Unlicense
75 stars 11 forks source link

File Structure #4

Closed wmboyles closed 4 years ago

wmboyles commented 5 years ago

Although I have already arranged the .tex files into their proper chapter, I'd like to organize further. There is a natural hierarchy of .tex files that can be seen in the table of contents or by looking at which files call others as \input{FILEPATH}. For example, backgroundReview.tex is further down in this hierarchy than main.tex because main.tex says \input{./backgroundReview/backgroundReview}.

wmboyles commented 4 years ago

Generally what I've done is arrange the contents of each chapter into a folder. Within each of these chapter folders, the contents of each section is is its own folder. Anything at most the size of a section is in one of these folders. This includes (sub)subsections and examples.