在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):stevengj/LaTeXStrings.jl开源软件地址(OpenSource Url):https://github.com/stevengj/LaTeXStrings.jl开源编程语言(OpenSource Language):Julia 100.0%开源软件介绍(OpenSource Introduction):LaTeXStringsThis is a small package to make it easier to type LaTeX equations in string literals in the Julia language, written by Steven G. Johnson. With ordinary strings in Julia, to enter a string literal with
embedded LaTeX equations you need to manually escape all backslashes
and dollar signs: for example,
FAQ: Not a LaTeX rendererLaTeXStrings does not do any rendering — its sole purpose is to make it easier to enter LaTeX-rendered strings without typing a lot of backslash escapes, as well as providing a type to tell display backends to use LaTeX rendering if possible. Other packages like plotting software, Jupyter notebooks, Pluto, etcetera, are responsible for the LaTeX rendering (if any). For example, they might use MathJax, MathTeXEngine.jl, or other renderers. LaTeXStrings only provides the LaTeX text to these backend, and has no influence on what LaTeX features (if any) are supported. UsageAfter installing LaTeXStrings with
to load the package. At this point, you can construct If you want to perform string
interpolation
(inserting the values of other variables into your string), use You can also use the lower-level constructor Finally, you can use the lowest-level constructor
AuthorThis package was written by Steven G. Johnson, and is distributed under the MIT/expat license (see the LICENSE.md file). |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论