abstract
Синопсис:
\begin{abstract}
...
\end{abstract}
Создайте аннотацию, возможно, из нескольких абзацев. Эта среда определена только в классах документов article и report (см. Классы документов).
Использование примера ниже в классе article создает отображаемый абзац. Параметр класса документа titlepage размещает аннотацию на отдельной странице (см. Параметры классов документов); это значение по умолчанию только в классе report.
\begin{abstract}
We compare all known accounts of the proposal made by Porter Alexander
to Robert E Lee at the Appomattox Court House that the army continue
in a guerrilla war, which Lee refused.
\end{abstract}
Следующий пример создаёт аннотацию в одну колонку в документе с двумя колонками (для более гибкого решения используйте пакет abstract).
\documentclass[twocolumn]{article}
...
\begin{document}
\title{Babe Ruth as Cultural Progenitor: a Atavistic Approach}
\author{Smith \\ Jones \\ Robinson\thanks{Railroad tracking grant.}}
\twocolumn[
\begin{@twocolumnfalse}
\maketitle
\begin{abstract}
Ruth was not just the Sultan of Swat, he was the entire swat
team.
\end{abstract}
\end{@twocolumnfalse}
]
{ % by-hand insert a footnote at page bottom
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\footnotetext[1]{Thanks for all the fish.}
}
© 2007–2018 Karl Berry
Public Domain Software
http://latexref.xyz/abstract.html