I have an article to be written with 1 inch margins, with figures of course in the figure environment. [...] I now narrowed down the problem to the use of \abstract{...}. I use
\documentclass[12pt]{article}
\usepackage[a4paper, margin=1in]{geometry}
\usepackage{graphicx,authblk}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{csquotes}
\begin{document}
\abstract{Lorem ipsum dolor sit amet, \ldots}
\section{Test}
Test
\begin{figure}
\centering
\includegraphics[width=0.8\textwidth]{fig_Test.pdf}
\caption{This is a long sentence used as caption. It has
to be so long to illustrate my problem.}
\label{fig_Test}
\end{figure}
\end{document}
If I remove the \abstract directive, everything works fine. But as soon as the \abstract instruction is there, its formatting (narrower textblock than standard) is kept for the subsequent sections, and the captions are wider than the text block. What to do, if I do want to provide an abstract for the paper?


\ifpdf…\else…\fisection could be replaced by loadinggraphicxandtikzwithout options) and make the example compilable, e.g., replacing the unknown image by an example image of packagemwe? The resulting MWE would help us to help you. BTW: Don't understand your 2nd sentence. – Schweinebacke Aug 07 '17 at 10:43\abstract{...}directive. – Mico Aug 07 '17 at 17:08articledocument class, theabstractenvironment not only uses a narrower text block (i.e., wider margins), it also uses a smaller font. If you use the command version of theabstractenvironment, i.e., if you write\abstract ..., you must provide a suitably-placed\endabstractdirective as well. If you fail to do so, the whole remainder of the document will be typeset using wider margins and a smaller text font. – Mico Aug 07 '17 at 17:13