Skip to content
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

Poor LaTeX in Appendix C (Interpolation) #2419

Open
scurest opened this issue Jun 27, 2024 · 0 comments
Open

Poor LaTeX in Appendix C (Interpolation) #2419

scurest opened this issue Jun 27, 2024 · 0 comments
Assignees
Milestone

Comments

@scurest
Copy link

scurest commented Jun 27, 2024

The math formulas in Appendix C should use normal juxtaposition for multiplication, not *. And they should use \sin, not sin, for the sine.

For example

$$v_t = \frac{\sin(a(1 - t))}{\sin(a)} v_k + s \frac{\sin(at)}{\sin(a)} v_{k+1}$$

not

$$v_t = \frac{sin(a(1 - t))}{sin(a)} * v_k + s * \frac{sin(at)}{sin(a)} * v_{k+1}$$
@lexaknyazev lexaknyazev self-assigned this Jun 27, 2024
@lexaknyazev lexaknyazev added this to the 2.0.x milestone Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants