Expose maketitle by just using \input
#92
Reference in New Issue
Block a user
Delete Branch "latex/91-bug-expose-maketitle"
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?
This pull request includes significant updates to the
code/notebooks/stft.ipynbfile to refactor and simplify machine learning model training and evaluation, as well as enhancements to the LaTeX files for improved multilingual support and document structure. The changes streamline the codebase and improve maintainability while adding new functionality.Refactoring and Simplification of Code (
code/notebooks/stft.ipynb):Refactored Machine Learning Model Training:
train_and_evaluate_modelto encapsulate model training and evaluation logic, replacing repetitive code for multiple classifiers.models_sensor1andmodels_sensor2) for streamlined iteration and evaluation.Improved Visualization:
cmap="jet") and normalization (vmax=0.03,vmin=0.0) to the STFT magnitude plots, enhancing clarity and interpretability.prepare_plot_dataandplot_accuracies) for cleaner and more modular visualization of model accuracies.Enhancements to LaTeX Files:
Multilingual Glossary and Acronyms:
\addterm,\addacronym) to support bilingual entries in Slovene and English, enabling better localization of terms and acronyms.Document Structure Updates:
\maketitleand related sections, moving them to separate files (frontmatter/maketitleandfrontmatter/maketitle_secondary) for modularity.Removed Redundant Metadata Commands:
latex/thesis.clsto simplify the class definition. [1] [2]