如何在【原创性说明】和【致谢】中添加一页?(不计入目录) #376
chengzhongyi8
started this conversation in
General
Replies: 2 comments 1 reply
-
可按以下方式进行修改。 \inputpage{fund}
\inputpage{acknowledgement} 个人感觉这个说明在盲审时被隐去,所以插在这个位置 |
Beta Was this translation helpful? Give feedback.
0 replies
-
才发现你不想加入目录,那上述方式不太完美,可以按下面方式进行 \inputpage{cover-chn}
\inputpage{title-chn}
\inputpage{title-eng}
\inputpage{auth-claim}
\ifthenelse{\equal{\BlindReview}{true}}
{
}
{
\inputpage{fund}
} 这样应该就可以了 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
操作系统:Overleaf
GradLevel:doctor
拿到了以前学长学姐的模板,发现在【原创性说明】和【致谢】之间还有一页是基金的资助信息。如图:

我想加入这一页到论文中,请问该如何操作?
Beta Was this translation helpful? Give feedback.
All reactions