Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

论文已誊写完毕,有一些小问题 #19

Open
Va1Nise opened this issue May 17, 2023 · 3 comments
Open

论文已誊写完毕,有一些小问题 #19

Va1Nise opened this issue May 17, 2023 · 3 comments

Comments

@Va1Nise
Copy link

Va1Nise commented May 17, 2023

1.中英文摘要那两页会有标题,我把标题那行代码注释之后,他会有一段空白,学校模版是没有的。
image
image
2.我翻看各类解释文档,结论这一章好像没有像致谢那样编写一个\begin{acknowledge}\end{...}的环境,如果用chapter来创建的话,目录里会变成第X章 结论,如果用chapter*创建的话,目录里就没有这部分结论了
image
image
3.致谢部分,在右下角少了一部分模版里的:作者落款 写于XX年这种东西
image

。其他的我用下来是没有任何问题的。如果时间紧迫也许可以不用管1,只需要修改下2,3即可

@littlePING-221
Copy link
Contributor

对于问题3,可以使用以下代码解决

  \begin{flushright}
    落款\\
    地点\\
    年月日\\
  \end{flushright}

效果如下
图片

@littlePING-221
Copy link
Contributor

对于问题2,已提交 PR #20

@DMax1314
Copy link

DMax1314 commented May 28, 2023

关于问题一我做了这样的尝试

{
% \cleardoublepage% Move to first page of new chapter
\let\clearpage\relax% Don't allow page break
\centering\heiti\xiaoer{摘\ \ \ \ 要}
\vspace{-10mm}
\chapter*{ }
}
image
做不到和word版本完全一致,但是比原来的效果会好很多,想要彻底解决这个问题可能要修改sty文件?给abstract一个单独定义出来

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants