Problema de artigo para rsl.cls

Problema de artigo para rsl.cls

Quero enviar um artigo para Review of Symbolic Logic e tenho problemas com falha de quebra de página da primeira para a segunda página, conforme ilustrado no seguinte arquivo pdfOpostow- observe as frases em negrito nas páginas 1 e 3, e a frase superior na página 2.

Aqui está o arquivo de arquivos tex. https://www.dropbox.com/sh/pi3f5lnluacme5f/AAD4Dfv-XtaUbDhGa-s9Cpzza?dl=0

Responder1

Na classe rsl (arquivo rsl.cls) remova o comentário das linhas 918 e 919 para

 \newenvironment{capsule}
 {\abs@header{\capsulename}\abs@body}  

aula

Ou comente #920.

 % !TeX TS-program = pdflatex   
\documentclass[compmod]{rsl}    
\usepackage{amsmath,amssymb,latexsym, natbib, babel, blindtext}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}

\gridframe{N}
\volume{0}
\issue{0}
\def\fpage{1}
\def\lpage{8}
\pyear{2009}
\pmonth{Month}
\doinu{10.1017/S1755020300000000}
\setcounter{page}{1}

\title[Review of Symbolic Logic]{Document example}

\subtitle{Rejoinders}

\author[F.~A.~B]{F A B}
\affil{University of Somewhere}

\leftrunninghead{FAB}
\rightrunninghead{Document example}

\begin{document}

\maketitle

\begin{abstract}
\blindtext
\end{abstract}

XXX

\section{}
\blindtext[3]

%\textbf{Now follows some lines on the first page to illustrate that without using} 
%\begin{verbatim}
%\pagebreak
%\end{verbatim}
%
%\textbf{the first page just continues beyond the page  and} \blindtext 
%
%%\pagebreak 
%
%
%\begin{verbatim}
%after another \pagebreak the document text reappears on the next page:
%\end{verbatim} 

 \blindtext [5]

%\textbf{Notice that the text continued normally to the third page}.    

%\bibliographystyle{rsl}
%\bibliography{Oppostoweber}

\end{document}

saída

Saída original, antes da "correção".

ori

informação relacionada