Forgot password
 Register account
View 226|Reply 2

LaTeX在线编译按钮

[Copy link]

3211

Threads

7832

Posts

52

Reputation

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

3211

Threads

7832

Posts

52

Reputation

Show all posts

original poster hbghlyj posted 2024-9-25 20:09

xelatex例子

% !TeX xelatex
\documentclass{article}

\usepackage{fontspec}

\setmainfont{FandolSong}

\begin{document}

这是简介及摘要。

\end{document}

3211

Threads

7832

Posts

52

Reputation

Show all posts

original poster 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代码块。

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-7-20 06:00 GMT+8

Powered by Discuz!

Processed in 0.012523 seconds, 22 queries