Skip to content

init files for notes and stuff and prep#1

Open
ApplenWorm wants to merge 69 commits intomainfrom
complex-variables
Open

init files for notes and stuff and prep#1
ApplenWorm wants to merge 69 commits intomainfrom
complex-variables

Conversation

@ApplenWorm
Copy link
Owner

@ApplenWorm ApplenWorm commented Feb 23, 2025

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 .gitignore to 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 .gitignore is intended to exclude.

Written by Cursor Bugbot for commit 30ea996. This will update automatically on new commits. Configure here.

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
ApplenWorm and others added 17 commits March 31, 2025 23:25
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.
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}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Fix in Cursor Fix in Web

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant