· James Chen · techniques  · 1 min read  · - views

LaTeX to MathML tool

It is a small tool converting LaTeX style code to MathML which can be used in places like word.

It is a small tool converting LaTeX style code to MathML which can be used in places like word.

https://www.cmwonderland.com/latex_to_mathml.html

Markdown

Credit to Shi binbin

Back to Blog

Comments

Related Posts

View All Posts »

Differential Expression

It contains my assignment in Bioinformatics course talking about Differential Expression and this semesters' code

分享一个微信机器人

去年最火的微信机器人似乎是GitHub - littlecodersh/ItChat: A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。,尤其是这种文章用微信控制深度学习训练:中国特色的keras插件还是相当有趣的。今天又看到一个功能很全的微信接口https://github.com/youfou/wxpy

Snakemake Basic

snakemake是一个用来编写任务流程的工具,用python写的,因此其执行的流程脚本也比较通俗易懂,易于理解,可以看做用户友好版的make。