Forgot password
 Register account
original poster: abababa

能不能单独开一个版块,专门存各种定理命题之类的

[Copy link]

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2025-4-10 06:40

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2025-4-10 07:43

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2025-4-10 09:03
页面左侧分层级的目录导航,如:
physicstravelguide.com
Theorems › Noether's Theorems › Noether's Theorem for fields
Advanced Notions › Topological Defects › Magnetic Monopoles

《理论物理参考》theoretical-physics.com/dev/index.html,源码在github.com/certik/theoretical-physics
theoretical-physics.com/dev/math/differential … metry.html#manifolds
3. Mathematics » 3.40. Differential Geometry » 3.40.1. Manifolds » Scalars, Vectors, Tensors

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2025-4-10 10:10

redirect page

例如@abababa 创建了“基底”页面见[[拓扑基]]
Wikipedia有更简便的操作方法en.wikipedia.org/wiki/Wikipedia:Redirect_maker 不需要每次手动创建
应该学习MediaWiki数据库结构如何存储页面重定向
RedirectLookup.php
RedirectStore.php

414

Threads

1641

Posts

15

Reputation

Show all posts

original poster abababa posted 2025-4-13 14:22
Last edited by hbghlyj 2025-6-5 08:08
abababa 发表于 2025-4-13 13:15
创建了两个页面,集合

有理数在实数中稠密
在开集构造定理中,我引用了一个开集的定义,我想引用的是这个页面:
page/度量空间/开集#开集

这个要怎么引用?我现在引用的不对。

还有我新建了一个页面:
page/实分析/可数个可数集仍可数

这个也显示不正常。是我自己的输入有问题吗?

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2025-4-13 14:34
abababa 发表于 2025-4-13 07:22
在开集构造定理中,我引用了一个开集的定义
重名的页面用[[]]会自动选取最接近的。
但如果[[]]自动选取的不是想要的那个,需改用 Markdown 链接语法. 链接文本放在中括号内,链接地址放在后面的括号中
[开集](../度量空间/开集)

414

Threads

1641

Posts

15

Reputation

Show all posts

original poster abababa posted 2025-4-13 14:40
Last edited by hbghlyj 2025-4-13 14:41
hbghlyj 发表于 2025-4-13 14:38
在Markdown中,字符需要转义,所以的输入为

若用 $$ 代替就不需要转义
这个能不能在我输入的时候,还是按原来的\[\]来输入,但是在后台让它自动转成$$呢?这样就方便多了。

414

Threads

1641

Posts

15

Reputation

Show all posts

original poster abababa posted 2025-4-13 14:42
hbghlyj 发表于 2025-4-13 14:34
重名的页面用[[]]会自动选取最接近的。
但如果[[]]自动选取的不是想要的那个,需改用 Markdown 链接语法.  ...
但现在那个页面里的开集,一点链接就不存在了

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2025-4-13 14:45
abababa 发表于 2025-4-13 07:42
但现在那个页面里的开集,一点链接就不存在了。
我知道了,链接应该是[开集](page/度量空间/开集)

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2025-4-13 14:53
abababa 发表于 2025-4-13 07:40
这个能不能在我输入的时候,还是按原来的\[\]来输入,但是在后台让它自动转成$$呢
如果自动将\[\]转成$$就失去了对Markdown转义语法的支持
在输入时可以在编辑器里批量替换吧

414

Threads

1641

Posts

15

Reputation

Show all posts

original poster abababa posted 2025-4-13 14:54
hbghlyj 发表于 2025-4-13 14:53
如果自动将转成就失去了对Markdown转义语法的支持
在输入时可以在编辑器里批量替换吧 ...
就是你在28楼里说的那个“在线Pandoc”,它不是也把这个转成你说的“Markdown”代码了吗?我的意思就是这两个都是程序,能不能依次执行呢?就先转,再存,都让程序自己做。

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2025-4-13 14:57
abababa 发表于 2025-4-13 07:54
就是你在28楼里说的那个“在线Pandoc”,它不是也把这个转成你说的“Markdown”代码了吗?我的意思就是这 ...
但批量替换为$$之后原来的Markdown转义语法\[\]将不起作用
Markdown转义语法的\[\]会变成[]

414

Threads

1641

Posts

15

Reputation

Show all posts

original poster abababa posted 2025-4-13 15:19
hbghlyj 发表于 2025-4-13 15:09
“在线Pandoc”可以把输入的LaTeX转成Markdown代码。
编辑框所输入的是Markdown不是LaTeX。
如果自动批量 ...
但你说的是已经保存后才替换,我说的是那种顺序的,先做pandoc,再保存,这样不就是在保存时就已经是正确的Markdown了吗?也就不需要替换了啊。就是我点保存按钮之后,它应该在后台接收到这些文本了吧,先把文本做一下替换,然后再存到数据库里,这样不就好了吗?

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2025-4-13 15:24
abababa 发表于 2025-4-13 08:19
先做pandoc,再保存,这样不就是在保存时就已经是正确 ...
确实,Pandoc可以在线使用pandoc.org/try/无需在本网站上另外安装Pandoc

414

Threads

1641

Posts

15

Reputation

Show all posts

original poster abababa posted 2025-4-13 15:25
hbghlyj 发表于 2025-4-13 15:23
Pandoc可以在线使用https://pandoc.org/try/
这样不如程序自动做方便啊,而且我也不熟悉Markdown,总是出错,还是觉得从已经打好的文本里直接粘贴上去,一保存,别的都自动做方便。

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2025-4-14 01:18

搜索用户贡献

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2025-4-14 11:05
hbghlyj 发表于 2023-1-27 16:52
例如香蕉空间分为3部分: 百科、讲义、讨论室
bananaspace.org/w/index.php?title=首页&oldid=29687
卜辰璟站长删除了首页上的讨论室链接😳原因是“讨论室:学术效果不如预期”

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2025-4-18 04:27
Wiki语法
  1. [[Exotic R4|Exotic <math>\R^4</math>]]
Copy the Code
链接到Exotic R4页面
链接文字Exotic $\mathbb R^4$中显示公式

414

Threads

1641

Posts

15

Reputation

Show all posts

original poster abababa posted 2025-6-5 10:51
hbghlyj 发表于 2025-6-5 06:51
Pandoc确实有tex_math_single_backslash的选项:
如果视为数学,失去()[]转义语法
这个Pandoc就是一个功能,把一段带latex数学公式的文本转成这个什么markdown的东西。我觉得在本论坛的那个像wiki的东西里面做一个函数,也做成Pandoc的功能,在本论坛的wiki保存之前先用这个函数转一下,不就和先去Pandoc转,再粘贴到本论坛的wiki,再保存一样了吗?

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2025-6-5 11:03
abababa wrote at 2025-6-5 03:51
这个Pandoc就是一个功能,把一段带latex数学公式的文本转成这个什么markdown的东西。我觉得在本论坛的那个 ...
Pandoc默认将\(\)\[\]视为()[]的转义,若要Pandoc将\(\)\[\]视为LaTeX数学模式分界符,需启用tex_math_single_backslash选项
8.21.14 Extension: tex_math_single_backslash
Causes anything between \( and \) to be interpreted as inline TeX math, and anything between \[ and \] to be interpreted as display TeX math. Note: a drawback of this extension is that it precludes escaping ( and [.
缺点是它阻止转义 ( 和 [,默认的Markdown解析禁用该选项!我们是否启用该选项

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:11 GMT+8

Powered by Discuz!

Processed in 0.016092 seconds, 25 queries