Conversation
All sty and packages and styling.
notes taken from goooogle ai studio
we will see how it goes.
beautifiying, and typesetting notes on latex properly. The way I like it.
updating, and getting more from OG notes. removing preambles
Proper formatting. and also interchanging $$ with \[\]. and other stuff.
$$ is done replaced by \[\]. And other issues with overflowing the pagewidth.
Adding proper structure in latex code
Making proper references ( i hope) and labels
Labels and references were added, typos fixed and other stuff
pdf references at least
GRAPHS FOR NOTE01
UNFINISHED code for latex for graphs for week 2
i guess the graph codes for week 4 is done. img_graph7 is an issue, i need to be careful, but overall good.
You know it babe
just first 2 graph figures are done. Rest to be done in the future.
MAYBEE???? updating the individual notes, because i am lost
You know it, graphs are made. next week will be done in the future.
easy stuff to be fair. Had done it in 40 mins
and that completes all graphs codes (latexisation) for complex variables. More tickling and updating will be done (MAYBE) in the future.
You know what i mean
deleting some unnecessary stuff like paging from source, and including some graph code (includes) for week. DONE
…le files for Complex Variables notes. DUPLICATES
| \pgfsyspdfmark {pgfid125}{4736286}{22878154} | ||
| \@writefile{loe}{\contentsline {example}{\ifthmt@listswap Example~18.8\else \numberline {18.8}Example\fi }{45}{example.8}\protected@file@percent } | ||
| \pgfsyspdfmark {pgfid126}{4736286}{11605940} | ||
| \gdef \@abspage@last{45} |
There was a problem hiding this comment.
LaTeX build artifacts accidentally committed to repository
Medium Severity
LaTeX build artifacts (.aux, .fdb_latexmk, .fls, .log files) have been committed to the repository. These are auto-generated files that are recreated on every compilation and typically belong in .gitignore. They also expose personal information including the local username (jonzoda) and full directory paths on the developer's machine (visible in paths like /home/jonzoda/Documents/school/...).
Additional Locations (2)
- [
2024/MTH5103/notes/ai_note/notes 2.fdb_latexmk#L1-L272](https://github.com/ApplenWorm/2023/blob/fa7000e5401ee7748617bc4f54171be3f36793ba/2024/MTH5103/notes/ai_note/notes 2.fdb_latexmk#L1-L272) - [
2024/MTH5103/notes/ai_note/notes 2.log#L1-L2570](https://github.com/ApplenWorm/2023/blob/fa7000e5401ee7748617bc4f54171be3f36793ba/2024/MTH5103/notes/ai_note/notes 2.log#L1-L2570)
Comment redundant zexternaldocument lists in notes and remove nobreak to avoid big boxes forcing page jumps.
…mples and correcting existing ones
…examples, and improved table of contents
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on March 5
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| *.log | ||
| *.out | ||
| *.toc | ||
| *.synctex.gz |
There was a problem hiding this comment.
Gitignore missing common LaTeX build artifact patterns
Low Severity
The .gitignore is missing several common LaTeX build artifact patterns: *.fdb_latexmk, *.fls, *.pre, and *.out (wait — *.out is listed). Actually *.fdb_latexmk and *.fls are missing, which is why those files passed through and got committed in this PR. These are standard latexmk artifacts that virtually every LaTeX .gitignore template includes.


All sty and packages and styling.
Note
Low Risk
Docs/notes-only changes with no executable code impact; main risk is repository bloat/noise from committed LaTeX build artifacts.
Overview
Adds a new
.gitignoreto ignore common LaTeX build artifacts (*.aux,*.log,*.out,*.toc,*.synctex.gz).Adds lightweight documentation files for shared notes (
2023/MTH6101/access.md) and attribution/licensing guidance (2023/Respect.md), plus a starter bibliography file (2024/MTH5103/notes/ai_note/biblio/template.bib).Also commits generated LaTeX outputs for
2024/MTH5103/notes/ai_note(e.g.,notes 2.aux,notes 2.log,notes 2.fls,notes 2.fdb_latexmk,notes 2.out), which appear to be build artifacts that the new.gitignoreis intended to exclude.Written by Cursor Bugbot for commit 30ea996. This will update automatically on new commits. Configure here.