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

update template and the demo #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aschenmaker
Copy link

首先,谢谢同学的模版。

基于个人的使用,我修改了一些内容。

  • 对表目录和图目录的修改
    • 修改了名称,原为插图表格
    • 注释了两者不能同时使用的代码段
    • 增加了两者同时使用时分页\clearpage
  • 对工具tools中的表格字号修改
    • 修改为了 五号字体 这个是论文要求
  • 对英文字体进行了修改
    • 改为 times new roman 字体
  • 对demo修改
    • 修改了demo的结构,对章节进行划分
    • 更新了插图。

@aschenmaker aschenmaker changed the title update template and the demo update template and the demo #1 Mar 26, 2022
@aschenmaker aschenmaker changed the title update template and the demo #1 update template and the demo Mar 26, 2022
@aschenmaker
Copy link
Author

#1 不过还是没有解决 issue中的问题

@@ -23,20 +23,24 @@

\NewDocumentEnvironment{ttab}{m m}{%
\begin{table}[htbp]
\cug@wuhao
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里如果不加五号,默认是多少了?

\let\cleardoublepage\relax
\let\clearpage\relax
\fi
\addcontentsline{toc}{chapter}{图目录}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

地大论文规范里写的是 图清单,表清单
可以改成这两个

\addcontentsline{toc}{chapter}{插 \quad 图}
\ifcug@toc@tab@show
\let\cleardoublepage\relax
\let\clearpage\relax
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里是故意这样写的,地大论文规范给的示范就是图清单表清单在一页的,不分页。

@@ -16,7 +16,7 @@

\RequirePackage{fontspec}
\RequirePackage{xeCJK}

\RequirePackage[defaultsups]{newtxtext}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个包有什么作用?单单引入就行?

@@ -0,0 +1,11 @@
This article is a description of the \LaTeXe{} template for a graduate dissertation of the
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

把所有内容写在一个文件里是我故意这样写的,不是说不能分成你这种。
我个人习惯把所有相关性的内容都写在一起,因为要查引用什么的,多个文件查找起来很麻烦。

你可以在 example.tex 里这样搞。

@@ -12,5 +12,3 @@ timozer*
*.bbl
*.blg
_minted-cache
imgs
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我的天,那些图片是你自己截图的吗?我之前搞过图片,后来上传的时候不知道怎么搞的,给弄丢了,也就懒得再去截图了. >_<

你把这些图又弄回来,我觉得很赞。

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

Successfully merging this pull request may close these issues.

2 participants