gpt4 book ai didi

latex - 在 Latex 中将摘要添加到首页

转载 作者:行者123 更新时间:2023-12-01 01:33:27 27 4
gpt4 key购买 nike

下面包括我的 LaTeX 代码。默认情况下,摘要位于标题页之后的第一页上。但是标题页下面有很多空间,我的摘要会很短,所以无论如何要把它包含在标题页组件下面?

谢谢,
一种
代码:

\documentclass[12pt,reqno,a4paper,titlepage]{article}

\usepackage{amsmath}

\usepackage{amsthm}

\usepackage{amssybm}%for math bold

\usepackage[pdftex]{graphicx}

\usepackage{verbatim}

\usepackage[margin=2.5cm]{geometry}%for the margins headers footers etc

\usepackage{hyperref}%for the hyperlinks-COOL and must use

\usepackage[tt]{titlepic}%package i downloaded to put a pic in the titlepage

\usepackage{helvet}

\usepackage[usenames,dvipsnames]{color}%options to use names like redviolet and others

\begin{document}

\title{title}

\titlepic{\setlength\fboxsep{0pt}\setlength\fboxrule{4pt}
\fcolorbox{Plum}{green}{\includegraphics[scale=0.3]{pic}}}

\author{\Huge my name}

\maketitle

\begin{abstract}

abstract text here

\end{abstract}

document text here

\end{document}

最佳答案

将您的标题页包裹到 minipage

\begin{minipage}[h]{\textwidth}
\maketitle
\end{minipage}

然后您可以在其下方添加文本。

关于latex - 在 Latex 中将摘要添加到首页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3407266/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com