-
Notifications
You must be signed in to change notification settings - Fork 2
tutorial_equations
Pedro edited this page Jun 2, 2020
·
2 revisions
- Go to codecogs
- Type your equation
- Set output format to .svg
- Copy
<img src=[...] />part of html (at the end of the page) - Paste in markdown file
- Replace parenthesis
(and)for%28and%29 - When writing transposed tensors/matrices
^\topis a pain. Use^\text{T}or just^T
This input
<img
src="https://latex.codecogs.com/svg.latex?
\mathbf{E}=\frac{1}{2}%28\nabla\mathbf{u}+\nabla\mathbf{u}^\text{T}%29"
title="Green-Lagrange strain tensor"
/>Will generate this equation
- Go to codecogs
- Type your equation
- Set output format to .svg
- At the end of the page, set output code to URL Encoded
- Paste in markdown file as

This input

Will generate this equation
If you need complicated stuff like cases or align environments, use Texify app for Github.
Examples
- 2DSimple
Implementation notes
- Schemes (private)
- New Shell
- New refpats
Templates and Tutorials
Drafts