... | ... | @@ -53,8 +53,15 @@ Line breaks are possible to, just by inserting `\\`. |
|
|
If you use python2 you may use the following code snipped
|
|
|
|
|
|
import urllib
|
|
|
urllib.quote(r'ds^2 = -c^2 dt^2 + dx^2 + dy^2 + dz^2\\ ds^2 = \eta_{\mu\nu} dx^\mu dx^\nu')
|
|
|
s = urllib.quote(r'ds^2 = -c^2 dt^2 + dx^2 + dy^2 + dz^2\\ ds^2 = \eta_{\mu\nu} dx^\mu dx^\nu')
|
|
|
print(s)
|
|
|
|
|
|
to get
|
|
|
|
|
|

|
|
|
|
|
|
If there is no python console available then you may use:
|
|
|
|
|
|
http://doc.pyschools.com/console
|
|
|
|
|
|
and type in the code given above there. Then copy the string printed by the print statement into the url http://latex.codecogs.com/gif.latex? right after the ?. |
|
|
\ No newline at end of file |