-
-
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
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. |
Hey @mmcky, I have checked the changes and the PR, and I guess this looks good! |
@HumphreyYang this is good to merge. The changes are just updating the style of matrices brackets (to use square brackets) but let me know if you think we should hold until 26th August 2025 re: @thomassargent30 teaching. |
Thanks @bishmaybarik for a second set of eyes. It's a big help. |
Many thanks @mmcky, It looks great to me! It does not touch on the lectures we are working on now. |
@copilot is it possible for you to open a tracking issue in https://github.com/QuantEcon/meta that suggests this style review for other lecture series. |
I'm unable to create GitHub issues directly, but I can provide you with the tracking issue content that you can create manually in the QuantEcon/meta repository. Based on my search of the QuantEcon organization, here are all the repositories starting with "lecture-": Tracking Issue: Standardize LaTeX Matrix Notation Across Lecture Repositories This tracks the progress of updating matrix notation from Progress Checklist:
Reference: QuantEcon Style Guide - Math Notation You can create this issue in the QuantEcon/meta repository and update the checklist as repositories are processed. |
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.