我想向《符号逻辑评论》提交一篇文章,但遇到了第一页到第二页的分页失败问题,如以下 pdf 文件所示奥波斯托- 注意第 1 页和第 3 页的粗体句子以及第 2 页的顶部句子。
这是 tex 文件的档案。 https://www.dropbox.com/sh/pi3f5lnluacme5f/AAD4Dfv-XtaUbDhGa-s9Cpzza?dl=0
答案1
在类rsl
(文件 rsl.cls)中,取消注释第 918 行和第 919 行,以
\newenvironment{capsule}
{\abs@header{\capsulename}\abs@body}
或者评论#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}
“修复”之前的原始输出。