PDF随机不显示部分文本,编译时没有错误

PDF随机不显示部分文本,编译时没有错误

我正在用它写论文,pdflatex到目前为止没有遇到任何问题。当我编写论文时,我没有遇到任何错误。但是句子的一部分突然丢失(因此一行的一部分只是空白)。我试图找出原因,似乎如果我删除段落最后一句(或其他地方)中的一个或两个单词,文本看起来就没问题了。有人知道为什么会这样吗?昨天所有参考资料都很好,一切都编译得很好。今天我添加了教授的一些小更正,突然就发生了这种情况。

如果我单独编译具有相同序言的相同段落,则不会出现此问题。

我附加了两张图片来说明问题:

文档编译中:

文档编译

单独编译:

在此处输入图片描述

如果 MWE 示例有帮助,我可以这样做,但显然一切正常,只是文本随机丢失......

这是一个或多或少最小的工作示例:

% % % % % % % % % % % % % % %
\documentclass[a4paper,
final,
12pt,
numbers=noendperiod, 
BCOR=5.00mm,
bibliography=totoc,
listof=totoc]{scrreprt}


\usepackage[english]{babel}
\usepackage{tocbasic}
\usepackage{scrhack}
\usepackage[toc,page]{appendix}


\usepackage[usenames,dvipsnames,svgnames,table]{xcolor}




\usepackage[right]{eurosym}

% Font Encoding 
\usepackage[T1]{fontenc}
\newcommand{\changefont}[3]{
\fontfamily{#1} \fontseries{#2} \fontshape{#3} \selectfont}



\usepackage[utf8]{inputenc}


\usepackage{libertine}
\usepackage[scaled=.83]{beramono}
\usepackage[libertine]{newtxmath}
\DeclareMathSymbol{=}{\mathrel}{operators}{`=} % redefine math for chemmacros
%\usepackage{eulervm} % Math typing
\usepackage{microtype}



\usepackage{csquotes}
\usepackage[backend=biber,style=chem-angew]{biblatex}
\addbibresource{acf.bib}


\usepackage{longtable}
\usepackage{graphicx}

% mehrere Spalten vereinigen
\usepackage{multirow}

% Better table layouts
\usepackage{booktabs,dcolumn}

% Paket für Zeilenabstand
\usepackage[onehalfspacing]{setspace}



\usepackage{tabularx}



\frenchspacing


% Mathematische Sachen
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amstext}
\usepackage{mathtools}
\usepackage{bm}
\usepackage{nicefrac}
\usepackage{braket}
\usepackage{environ}
\usepackage{tikz}
\usetikzlibrary{calc,arrows}
\usepackage{tabulary}
\usepackage{pdflscape}


\usepackage{graphicx}

\usepackage{siunitx}

\usepackage{xspace}




%%\usepackage{overpic}
\newcommand{\pnmr}{\textsuperscript{31}P-NMR\xspace}
\newcommand{\phnmr}{\textsuperscript{31}P\{\textsuperscript{1}H\}-NMR\xspace}
\newcommand{\hnmr}{\textsuperscript{1}H-NMR\xspace}
\newcommand{\cnmr}{\textsuperscript{13}C-NMR\xspace}
\newcommand{\cnmrh}{\textsuperscript{13}C\{\textsuperscript{1}H\}-NMR\xspace}
\newcommand{\engl}{\textit{engl.}\xspace}
\newcommand{\etal}{\textit{et al.}\xspace}
\newcommand{\via}{\textit{via}\xspace}


\newcommand{\M}{[M]\textsuperscript{+}}
\newcommand{\MH}{[M+H]\textsuperscript{+}}

\newcommand{\superscript}[1]{\ensuremath{^{\textrm{#1}}}}
\newcommand{\subscript}[1]{\ensuremath{_{\textrm{#1}}}}

\usepackage[within=chapter]{newfloat}


\DeclareFloatingEnvironment[
fileext=los,
name=Scheme,
listname={List of Schemes},
]{scheme}


\usepackage{caption}
\usepackage{subcaption}
\captionsetup{format=plain,
font=onehalfspacing,font=footnotesize}
\captionsetup[table]{belowskip=2ex}


\captionsetup[sub]{font+=footnotesize}


\usepackage{multicol}
\newcolumntype{.}{D{.}{.}{-1}}


\usepackage[version=3]{mhchem} % Formula subscripts using \ce{}
\usepackage{bpchem}
\usepackage{psfrag}
\usepackage[crop=off]{auto-pst-pdf} % Use EPS graphics with pdfLaTeX
\usepackage{xkeyval}
\usepackage{pst-pdf}
\usepackage{ifplatform}
\usepackage{chemnum}
\cmpdsetup{cmpd-style =\rmfamily, ref-style = \rmfamily}
\usepackage{chemgreek}




\setkomafont{captionlabel}{\sffamily\bfseries}

\usepackage{lipsum}

% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% Automatic List of Abbreviations % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % 
\usepackage{nomencl}
\makenomenclature
\renewcommand*{\nomprefix}{}
\newcommand*{\nom}[2]{#1\nomenclature{#1}{#2}}
\renewcommand{\nomname}{Abbreviations}
\renewcommand{\nompreamble}{\markboth{\nomname}{\nomname}}
% % latex run, then use nomencl command, then run latex again

% % % % % % % %Header % %
\pagestyle{headings}
%\setcapindent{1.5em}

% % % % % % % % % % % % % % % % % % % % % % % % % %
%Hyperref % % % % % % % % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % %

%\usepackage[linktocpage=true]{hyperref}
\usepackage[bookmarksnumbered,hyperfootnotes=false,breaklinks=true]{hyperref}
\hypersetup{colorlinks,
            citecolor=DarkGreen,
            linkcolor=black, %DarkBlue,
            urlcolor=black} % % Bestimme Farben von Hyperrefverweisen

\KOMAoptions{DIV=last}

\begin{document}

The structures of these PN ring systems have been extensively studied in the solid state
\via single crystal X\mbox{-}ray crystallography, where in a predominant number of cases
only the thermodynamically favoured \textit{cis} isomers can be observed. 

\pnmr experiments on the other hand suggest that both \textit{cis} and \textit{trans}
species can be encountered in nearly equal amounts in solution.\supercite{Stahl2000}

Although there is a general consensus in the literature that the \textit{cis} isomer is 
the more stable product, little is known about the reasons for this trend.

Low\mbox{-}level \textit{ab\mbox{ }initio} and semi\mbox{-}empirical calculations 
presented by Haiduc and co-workers in 1994 provide insight into the source of puckering,     
but fail to explain observed stabilities.\supercite{Silaghi-Dumitrescu1994}

Another related facet of cyclodiphosphazane chemistry that has received little attention
is the mechanism of ring inversion, where vertex inversion at the phosphorus, edge   
inversion at the imino nitrogen and a sequence of cycloreversion and cycloaddition have     
been proposed.\supercite{Chen1985,Wirringa1995,Silaghi-Dumitrescu1998,Schranz1999} %,  

     \end{document}

相关内容