CTeX-org / forum

A temporarily alternate forum of `bbs.ctex.org`
https://t.me/chinesetex
Apache License 2.0
210 stars 16 forks source link

Ctex如何设置页边距,另外,类似论文中的项目资助的脚注 如何实现? #324

Open fuysgit opened 2 weeks ago

fuysgit commented 2 weeks ago

请教下高手,如何在ctex下实现A4纸的设置,以及页边距的设置? 在latex中,用geometry包就行,但geometry包在ctex中无法使用。

3

另外,我想请教下,Ctex如何实现上图中框出的,作者信息及论文项目信息的展示功能?

fuysgit commented 2 weeks ago

额,分栏搞定了,我命令输错了。

Liam0205 commented 2 weeks ago

都是基础问题。建议先去完整地看一遍入门材料。


geometry 宏包无法使用。该命题为假。

\documentclass[a4paper]{ctexart}
\usepackage{geometry}
\geometry{margin = 1in}
\usepackage{blindtext}
\begin{document}
\blindtext
\end{document}

image


有个东西叫做“脚注”。用 \footnote 命令来实现。

fuysgit commented 2 weeks ago

都是基础问题。建议先去完整地看一遍入门材料。

geometry 宏包无法使用。该命题为假。

\documentclass[a4paper]{ctexart}
\usepackage{geometry}
\geometry{margin = 1in}
\usepackage{blindtext}
\begin{document}
\blindtext
\end{document}

image

有个东西叫做“脚注”。用 \footnote 命令来实现。

谢谢,我研究下脚注, 那个页边距我搞定过了, 输错了一个字母。

zepinglee commented 2 weeks ago

建议按照官方的模板填写。不推荐新人去实现模板的格式。

fuysgit commented 1 week ago

建议按照官方的模板填写。不推荐新人去实现模板的格式。

不是额,是我自己要弄个模板翻译个文章。