docs: 📝 enhance readability of KaTeX (#2)#3
Open
JamesNZL wants to merge 7 commits intouoa-ece209:masterfrom
Open
docs: 📝 enhance readability of KaTeX (#2)#3JamesNZL wants to merge 7 commits intouoa-ece209:masterfrom
KaTeX (#2)#3JamesNZL wants to merge 7 commits intouoa-ece209:masterfrom
Conversation
delete CNAME to avoid merging it upstream
Member
Author
|
Deployed a GitHub Pages staging environment on my fork, changes can be previewed at |
42f0cba to
06071ef
Compare
Member
Author
|
Ready to be reviewed and merged! |
JamesNZL
commented
Aug 20, 2022
| - Using this information we can derive the relation | ||
| \\[ P\_{is-loss} = I^2\_{L(RMS)} R\_s \quad \Rightarrow \quad 0.05 \geq 0.55^2 R\_s \quad \Rightarrow \quad R\_s \leq 165 m\Omega \\] | ||
| \\[ P\_\text{is-loss} = I^2\_\text{L(RMS)}\cdot R\_\text{s} \quad \Rightarrow \quad 0.05 \geq 0.55^2 R\_\text{s} \quad \Rightarrow \quad R\_\text{s} \leq 165\, \text{m}\Omega \\] | ||
| - If R<sub>s</sub> is choosen as 160mΩ, V<sub>is</sub> measured at both highest and lowest i<sub>L</sub> are |
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Main Changes
Uses$\text{L}$ for 'load', and $L$ for an inductor
\text{L}to distinguish betweenReplaces one-line
/fractions with\fracwhen possible\mathit{p.f.}to avoid extra whitespace added between each character in maths mode\mathit\mathttfor register variables, egUses
\cosand\sincommands to property typeset sinusoidal functionsProperly typesets quantities and units
Type of Change
Why Should This Be Merged?
I believe these changes make it much easier to visually discriminate between the different mathematical content of the lecture slides by properly typesetting variables and text annotations.
How Has This Been Tested?
cs209.pdf
cs209.zip
I have tested this with a$\LaTeX$ document as above, with the source in the following format:
A staging environment is live at
https://jamesnzl.github.io/uoa-ece209.github.iowhere all changes can be previewed.I have also tried to respect line-width with inline equations and line-height with block equations to avoid slide overflows, and have fully tested this in the staging environment.