Replies: 1 comment
-
|
You are absolutely right, and it is mostly my fault :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see lately lots of method are proliferating for compiling latex formulas into .md files. Sometimes these method clash against each other. IMHO we should decide together a common method, write it down in CONTRIBUTING.md and use only it fo future files.
Here's a list
Suppose this is the content of
foo.tex.md:On GitHub the formula isn't translated:
So until now many types of compilation have been used.
readme2tex./svgs/....svgnew;foo.mdnew (example);foo.tex.mdunchanged/svg/....svgnew;foo.tex.mdchanged (example)foo.tex.mdchanged (example)(* sometimes a bad link is generated and the image is not rendered. For example when I tried inserting
it generated the link
$\left(\bigcup\limits_{c \ge 1} DTIME(n^c)\right)$https://render.githubusercontent.com/render/math?math=%5Cleft(%5Cbigcup%5Climits_%7Bc%20%5Cge%201%7D%20DTIME(n%5Ec)%5Cright)which does not work and caused the page to break.)IMHO the best option is
Math>Image localbut I'm ok with the othersBeta Was this translation helpful? Give feedback.
All reactions