Forgot password?
 Register account
View 226|Reply 2

LaTeX在线编译按钮

[Copy link]

3153

Threads

7906

Posts

610K

Credits

Credits
64096
QQ

Show all posts

hbghlyj Posted 2024-9-25 19:59 |Read mode
latex.org论坛中,帖子正文中的每个 LaTeX 代码块都有一个按钮,可以使用 texlive.net 在线编译。

希望将此按钮添加到此论坛TeX / LaTeX版块的帖子正文中的代码块中🙂

HTTP 表单是由 JavaScript 脚本 runlatex.js 提交的,可以参考davidcarlisle.github.io/latexcgi/#the-learnla … interface-runlatexjs

3153

Threads

7906

Posts

610K

Credits

Credits
64096
QQ

Show all posts

 Author| hbghlyj Posted 2024-9-25 20:09

xelatex例子

% !TeX xelatex
\documentclass{article}

\usepackage{fontspec}

\setmainfont{FandolSong}

\begin{document}

这是简介及摘要。

\end{document}

3153

Threads

7906

Posts

610K

Credits

Credits
64096
QQ

Show all posts

 Author| hbghlyj Posted 2024-9-25 20:18
只要在页面上添加
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.12/ace.min.js"></script>
<script src="https://davidcarlisle.github.io/latexcgi/runlatex.js"></script>
就能将所有页面上 <pre> 变为LaTeX代码块。

Mobile version|Discuz Math Forum

2025-6-5 01:43 GMT+8

Powered by Discuz!

× Quick Reply To Top Edit