LaTeXStudio
LaTeXStudio
这家伙很懒,什么也没写!

注册于 4年前

回答
468
文章
292
关注者
196

调整下顺序即可,感谢莲枝提供的方案:

\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

新的内核版本更新了吧,(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的安装是否勾选了系统的环境变量。

发布
问题