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

writing Mathematcal equations #1145

Open
MUHAMMAD-RIZWAN-IDREES opened this issue Oct 25, 2024 · 7 comments
Open

writing Mathematcal equations #1145

MUHAMMAD-RIZWAN-IDREES opened this issue Oct 25, 2024 · 7 comments
Labels

Comments

@MUHAMMAD-RIZWAN-IDREES
Copy link

MUHAMMAD-RIZWAN-IDREES commented Oct 25, 2024

**I am using openboard to teach students .As i will also teach mathematics of advance level which involves equations,derivatives,integrals,summation,etc

### is there any tool or any technique that i write mathematical equations in openborad.
waiting for your reply.thanks

@letsfindaway
Copy link
Collaborator

letsfindaway commented Oct 25, 2024

Please check the "Latex2SVG" app, which you find in the "Applications" folder in the right palette.

Write your formula as LaTeX in the input field. You can then drag-and-drop the generated rendered formula to the board. After that, the app can again be deleted from the board, it is only necessary to generate the rendered formula.

@MUHAMMAD-RIZWAN-IDREES
Copy link
Author

MUHAMMAD-RIZWAN-IDREES commented Oct 25, 2024 via email

@letsfindaway
Copy link
Collaborator

How to use it Is there any guide?

On Fri, Oct 25, 2024, 11:18 AM Martin Winter @.> wrote: Please check the "Latex2SVG" app, which you find in the "Applications" folder in the right palette. — Reply to this email directly, view it on GitHub <#1145 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BMNBXJQ2LZYQBK57NTNYKB3Z5HPDFAVCNFSM6AAAAABQSRLMSOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZWHE2TQOJTGA . You are receiving this because you authored the thread.Message ID: @.>

Just search for any LaTeX guide, e.g. here: https://latex-tutorial.com/tutorials/amsmath/. But note that you can only use simple snippets. But the following works:

\begin{align*}
  f(x) &= x^2\\
  g(x) &= \frac{1}{x}\\
  F(x) &= \int^a_b \frac{1}{3}x^3
\end{align*}

and results in
grafik

@letsfindaway
Copy link
Collaborator

Some nice examples are also here: https://www.overleaf.com/learn/latex/Integrals%2C_sums_and_limits

@MUHAMMAD-RIZWAN-IDREES
Copy link
Author

MUHAMMAD-RIZWAN-IDREES commented Oct 25, 2024 via email

@MUHAMMAD-RIZWAN-IDREES
Copy link
Author

MUHAMMAD-RIZWAN-IDREES commented Oct 25, 2024 via email

@letsfindaway
Copy link
Collaborator

One help needed How to start new line In latex2svg I am using command \ but it doesn't work

It seems that \\ only works in a \begin{}... / \end{...} block. See https://www.overleaf.com/learn/latex/Aligning_equations_with_amsmath#Aligning_several_equations for more examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants