[FEAT] Refactor Chapter Two #69
Reference in New Issue
Block a user
Delete Branch "latex/68-feat-refactor-chapter-two"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #68
This pull request restructures the literature review and theoretical foundation sections of the document by splitting content into separate files and improving modularity. Key changes include the removal of inline content in the original file and the addition of references to new, modular files for better organization.
Restructuring and modularization:
latex/chapters/02_literature_review.tex: Removed inline sections and content, including a figure and subsections on "Short-Time Fourier Transform" and "Machine Learning."latex/chapters/id/02_literature_review/index.tex: Added references to modular files for "Tinjauan Pustaka," "Short-Time Fourier Transform," and "Machine Learning" under the theoretical foundation section.latex/chapters/id/02_literature_review/theoritical_foundation/machine_learning.tex: Added a new file containing the "Machine Learning" subsection.latex/chapters/id/02_literature_review/theoritical_foundation/stft.tex: Added a new file containing the "Short-Time Fourier Transform" subsection.