latex中title的排版问题
怎么在latex中使title之前可以加内容,或者title不另起一页而是跟在上一页内容后面??...
怎么在latex中使title之前可以加内容,或者title不另起一页而是跟在上一页内容后面??
展开
1个回答
展开全部
终于帮你找到了一个方法:
<your content goes here>
\begingroup
\let\newpage\relax% Void the actions of \newpage
\maketitle
\endgroup
解释是这样的:
You need to remove the \newpage issued by \maketitle. The easiest way to do so is to use grouping, which allows for a temporary change to some macro (\newpage in this case)
结果显示如下啊:
具体还要细调,发现摘要不知道怎么回事,显示不出来了~~~
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询