File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -45,4 +45,9 @@ See issue: [在中文文档中,table 使用 captions above 会死循环](https
4545
4646## 2025/12/15 分离 figure 和 table
4747### What
48- 以前的 图片及题注 与 表格及题注 是在同一个逻辑下的,都是通过 new-figure 生成,但是figure的题注是在下面,table的题注是在上面,过去只是在宏定义上修改了 render-small-figure 和 render-big-figure,使用的时候自命名功能使用不了,上下位置切换两个会同步。
48+ 以前的 图片及题注 与 表格及题注 是在同一个逻辑下的,都是通过 new-figure 生成,但是figure的题注是在下面,table的题注是在上面,过去只是在宏定义上修改了 render-small-figure 和 render-big-figure,使用的时候自命名功能使用不了,上下位置切换两个会同步。
49+
50+ ## 2025/12/29 修复upgradetm.cpp的映射关系
51+ ### What
52+ - 删除"newfigure","new-figure""new-table";
53+ - ` style_rename ` 放的是TeXmacs文件和tmu文件的映射关系,不需要放"newfigure","new-figure""new-table",如果放了,映射关系就是"newfigure"="new-figure-new-table"
Original file line number Diff line number Diff line change @@ -2522,9 +2522,7 @@ static charp style_rename[]= {"thelabel",
25222522 " newexercise" ,
25232523 " new-exercise" ,
25242524 " newfigure" ,
2525- " new-figure"
2526- " new-table" ,
2527-
2525+ " new-figure" ,
25282526 " theprefix" ,
25292527 " the-prefix" ,
25302528 " thechapter" ,
You can’t perform that action at this time.
0 commit comments