-
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%28
and%29
- When writing transposed tensors/matrices
^\top
is 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
![](https://latex.codecogs[...])
This input
![](https://latex.codecogs.com/svg.latex?%5Cmathbf%7BE%7D%3D%5Cfrac%7B1%7D%7B2%7D%5Cleft%28%5Cnabla%5Cmathbf%7Bu%7D+%5Cnabla%5Cmathbf%7Bu%7D%5E%7B%5Ctext%7BT%7D%7D%5Cright%29 "Green-Lagrange strain tensor")
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