调整下顺序即可,感谢莲枝提供的方案:
\makeatletter
\AddToShipoutPicture{%
\begingroup
\setlength{\@tempdima}{2mm}%
\setlength{\@tempdimb}{\paperwidth-\@tempdima-2cm}%
\setlength{\@tempdimc}{\paperheight-\@tempdima}%
%\setlength{\@tempdimd}{\paperheight-\@tempdima}%
\put(\LenToUnit{\@tempdima},\LenToUnit{\@tempdimc}){%
\pgfornament[anchor=north west,width=2cm]{61}}
\put(\LenToUnit{\@tempdimb},\LenToUnit{\@tempdimc}){%
\pgfornament[anchor=north east,width=2cm,symmetry=v]{61}}
\put(\LenToUnit{\@tempdima},\LenToUnit{\@tempdima}){%
\pgfornament[anchor=south west,width=2cm,symmetry=h]{61}}
\put(\LenToUnit{\@tempdimb},\LenToUnit{\@tempdima}){%
\pgfornament[anchor=south east,width=2cm,symmetry=c]{63}}
\endgroup
}
\makeatother
如果一列都是左对齐的,那么某个单元格可以 \multicolumn{1}{c}{xxxx}
该单元格就是居中的。
看看文档的说明:
那你可以自己直接加,用默认的命令,就认可默认的样式。
搞不懂你的需求是什么?这些都是加个宏包就可以实现的。
indentfirst,enumitem 自己看看宏包,自己扩展,我们是满足基本格式,不是个性化定制,如果需要付费定制。
你这是固定的定制标题呢?还是定制的是只是必要的时候加一个代码说明呢?两个差异很大。
可以看看这里:
https://tex.stackexchange.com/questions/40682/define-a-new-caption-in-a-listing-environment
公式里加文字 要用 \text
命令。
无代码无真相,猜不出来。
新的内核版本更新了吧,(LaTeX2e <2021-06-01> patch level 1) \hspace
支持进行数值计算的功能,导致 ulem 没有及时更新支持。我修改了宽度的代码了,到 github 更新下。
https://github.com/latexstudio/CUMCMThesis
参考这里:参考:https://tex.stackexchange.com/questions/582383/ulem-with-hspace-error
提示看应该是找不到命令行,看看mactex的安装是否勾选了系统的环境变量。
具体代码看看这样无法确定你的问题。
问 如何在代码环境中插入跨越多行的花括号?