Welcome to my repository of LaTeX notes for various courses at the University of Maryland (UMD). These comprehensive notes are designed to enhance understanding of course material and serve as a valuable study resource.
This repository houses meticulously crafted LaTeX notes for a range of UMD courses. Each course has its dedicated folder containing LaTeX source files and compiled PDFs. The notes encompass key concepts, theorems, proofs, and illustrative examples discussed in the lectures.
- MATH246: Differential Equations
- STAT400: Applied Statistics I
- MATH240: Linear Algebra
To utilize these notes:
-
Clone this repository to your local machine:
git clone https://github.com/yourusername/umd-course-notes.git
-
Navigate to the desired course folder.
-
Open the PDF file to view the compiled notes, or use the LaTeX source files as a reference.
-
To compile the LaTeX files yourself:
- Ensure you have a LaTeX distribution installed (e.g., TeX Live or MacTeX)
- Run the following command in the course folder:
pdflatex notes.tex
Contributions are highly appreciated! If you have any corrections or improvements or have LaTeX notes of your own for courses that you would like to share, please open an issue or submit a pull request. To contribute:
- Fork the repository
- Create a new branch for your changes
- Make your improvements or additions
- Submit a pull request
Please ensure your contributions maintain the existing LaTeX formatting and style.
If you use or build upon these notes in your work, please provide appropriate credit by referencing this repository or acknowledging the contribution.
Note these notes are based off of academic property that belongs to the University of Maryland. Please do not use them in a way that would not be approved by UMD and make sure to give credits where necessary. This project is licensed under the MIT License. You are free to use, modify, and distribute these notes, provided proper attribution is given.
For any questions or suggestions, please open an issue or contact me at [[email protected]].