-
-
Notifications
You must be signed in to change notification settings - Fork 53
Standardize LaTeX math notation: replace pmatrix with bmatrix across all lecture files #526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…all lecture files Co-authored-by: mmcky <[email protected]>
Here is the relevant style guide page |
Thanks @mmcky |
@bishmaybarik would you have time to look through the diff of this PR and cross-check to see if these changes are consistent and make sense in context? I have had a pretty good look myself and we can discuss when we link up on Thursday. |
Hi @mmcky, I'd love to go through the PR and flag any points that is not consistent. I'll let you know by Thursday during our meeting. |
This PR standardizes LaTeX math notation throughout the lecture files by replacing all instances of
pmatrix
withbmatrix
to align with the QuantEcon style guide.Changes Made
bmatrix
notation\begin{pmatrix}
→\begin{bmatrix}
and\end{pmatrix}
→\end{bmatrix}
Files Modified
lectures/svd_intro.md
(3 instances)lectures/stats_examples.md
(1 instance)lectures/lagrangian_lqdp.md
(13 instances)lectures/multi_hyper.md
(3 instances)lectures/opt_transport.md
(7 instances)lectures/newton_method.md
(13 instances)lectures/lake_model.md
(3 instances)Example Change
Before:
After:
The changes are purely stylistic and maintain all mathematical content while ensuring consistency with the established style guide. All matrix expressions now use square brackets (
bmatrix
) instead of parentheses (pmatrix
).Fixes #314.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.