Salto de línea rota en el título de la sección

Salto de línea rota en el título de la sección

Tengo problemas con el salto de línea automático en el título de una sección de mi documento, pero sólo cuando compilo en mi computadora portátil. este es mi documento

\documentclass{article}

\tracingparagraphs=1
\listfiles

\begin{document}

\section{In (b) the nature of k was left intentionally unspecified. While it's true... }

\end{document}

Y sigo recibiendo lo siguiente:

ingrese la descripción de la imagen aquí

Sin embargo, cuando copié el código en el dorso, parece perfectamente normal: ingrese la descripción de la imagen aquí

Intenté compilar desde la línea de comando, eliminar todos los registros y demás y luego volver a compilar, pero nada funcionó desde mi computadora portátil. ¿Qué podría estar causando este problema?

EDITAR: Eliminé todos los paquetes que estaba usando y sigo teniendo el mismo problema. Aquí está el contenido del archivo .log:

This is pdfTeX, Version 3.14159265-2.6-1.40.18 (MiKTeX 2.9.6600 64-bit) (preloaded format=pdflatex 2018.2.11)  11 FEB 2018 13:11
entering extended mode
**./blah.tex
(blah.tex
LaTeX2e <2017-04-15>
Babel <3.17> and hyphenation patterns for 75 language(s) loaded.
("C:\Program Files\MiKTeX 2.9\tex\latex\base\article.cls"
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
("C:\Program Files\MiKTeX 2.9\tex\latex\base\size10.clo"
File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
) (blah.aux)
\openout1 = `blah.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 7.
LaTeX Font Info:    ... okay on input line 7.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 7.
LaTeX Font Info:    ... okay on input line 7.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 7.
LaTeX Font Info:    ... okay on input line 7.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 7.
LaTeX Font Info:    ... okay on input line 7.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 7.
LaTeX Font Info:    ... okay on input line 7.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 7.
LaTeX Font Info:    ... okay on input line 7.
@firstpass
[]\OT1/cmr/bx/n/14.4 In (b) the nature of k was left intentionally 
@ via @@0 b=22 p=0 d=1024
@@1: line 1.1 t=1024 -> @@0
unspecified 
@\par via @@1 b=0 p=-10000 d=100
@@2: line 2.2- t=1124 -> @@1

@firstpass
[]\OT1/cmr/bx/n/14.4 . While it's true... 
@\par via @@0 b=0 p=-10000 d=100
@@1: line 1.2- t=100 -> @@0

 [1

{C:/Users/Andrew/AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}] (blah.aux)


 *File List*
 article.cls    2014/09/29 v1.4h Standard LaTeX document class
  size10.clo    2014/09/29 v1.4h Standard LaTeX file (size option)
 ***********

 ) 
Here is how much of TeX's memory you used:
 208 strings out of 493303
 2394 string characters out of 3138853
 53826 words of memory out of 3000000
 3845 multiletter control sequences out of 15000+200000
 4245 words of font info for 16 fonts, out of 3000000 for 9000
 1141 hyphenation exceptions out of 8191
 23i,4n,19p,179b,107s stack positions out of 5000i,500n,10000p,200000b,50000s
<C:/Program Files/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmbx12.pfb><C:/Pr
ogram Files/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmr10.pfb>
Output written on blah.pdf (1 page, 21427 bytes).
PDF statistics:
 14 PDF objects out of 1000 (max. 8388607)
 0 named destinations out of 1000 (max. 500000)
 1 words of extra memory for PDF output out of 10000 (max. 10000000)

ACTUALIZACIÓN: Volver a escribir el documento solucionó el problema. Anoche estaba demasiado cansado para volver a escribir todo el documento (el documento real, mucho más largo). Todavía no tengo idea de qué estaba causando este problema.

información relacionada