Remark.jl:从Julia创建降价演示文稿

时间:2021-05-05 22:44:45
【文件属性】:
文件名称:Remark.jl:从Julia创建降价演示文稿
文件大小:1.01MB
文件格式:ZIP
更新时间:2021-05-05 22:44:45
Julia 评论 一个简单的Julia包,可以使用从markdown创建演示文稿。 使用范例 要安装,请在Julia Pkg REPL中键入以下命令 (v1. 0 ) pkg > add Remark 查看有关如何编写Remark幻灯片放映的Markdown的。 最重要的是使用---分隔幻灯片; 可以在找到示例降价文件。 import Remark # Generate a presentation (html+markdown) from the markdown template # and save it in the folder "presentation". markdown_template = joinpath ( dirname ( dirname ( pathof (Remark))), " examples " , " markdown " ) cp (markdown_t
【文件预览】:
Remark.jl-master
----Project.toml(915B)
----.gitignore(272B)
----.codecov.yml(15B)
----src()
--------Remark.jl(5KB)
----LICENSE.md(1KB)
----.travis.yml(1KB)
----assets()
--------fonts()
--------style.css(1KB)
--------indextemplate.html(1KB)
----deps()
--------build.jl(929B)
----.github()
--------workflows()
----examples()
--------markdown()
--------julia()
----README.md(4KB)
----appveyor.yml(2KB)
----test()
--------indexmd.html(1KB)
--------indexjl.html(1KB)
--------runtests.jl(3KB)

网友评论