parnoldx / nasc

Do maths like a normal person
http://parnoldx.github.io/nasc/
GNU General Public License v3.0
560 stars 37 forks source link

Export to LateX or Markdown Image #69

Open Hedronmx opened 7 years ago

Hedronmx commented 7 years ago

Could it be possible to export to LaTeX?? Or maybe markdown image? Thanks!

parnoldx commented 7 years ago

Possible yes. But not so easy probably.

julientaq commented 6 years ago

@Hedronmx i'm curious about the use case for Markdown or Latex here. Do you have some example for that?

Hedronmx commented 6 years ago

Of course, it would look something like this example On the left is how you type an equation in markdown and on the right is how LaTeX interprets the equations.

The idea is to export from Nasc as LaTeX, so it looks better instead of using non format file.

parnoldx commented 4 years ago

Okay, I switched the sharing from PasteBin to MathB.in This service supports markdown and latex math equations. So you can grab the latex stuff there.

Right now the export is basic as I just wrap the equations in $ signs. So it would propably be good to use some latex commands for specific commands or so but since I had no motivation to do this in completion right now I will do this incrementally. If you post suggestions what should be replaced I will do it.

Hedronmx commented 4 years ago

This is great! Let me test it out and let you know. Thank you for your time.

parnoldx commented 4 years ago

Btw. They say they also support html so maybe the layout of the sheet on the right could be improved with some magic if someone is motivated.