나는 이 성가신 경고를 피하는 방법을 배우고 싶습니다.
6~7행 단락에 \hbox가 너무 찼습니다(11.18448pt가 너무 넓음).
가능한 가장 쉬운 문서:
\documentclass[a4paper, 10pt]{article}
\begin{document}
That is to say, an inertial reference $P$ is like an affine reference $(p_0;v_0,v_1,v_2,v_3)$ such that $\{v_0,v_1,v_2,v_3\}$ is a positively oriented basis of $E$, vector $e_0$ is oriented to the future and...
\end{document}
나에게 준다
"참조"에 다음을 추가하면 \break
여전히 경고가 표시됩니다. 그렇다면 이 경고를 어떻게 해결할 수 있습니까? (사실 내 문서에는 이런 것들이 가득해요! 그냥 없애고 싶어요)
답변1
공백을 늘리는 데 더 많은 유연성을 제공하는 것을 사용할 수 있지만 \sloppy
여기서는 허용되는 것보다 더 많이 늘려야 하므로 \sloppy
가득 찬 상자에 대한 경고를 받게 됩니다(매우 열악해 보입니다).
\sloppy
That is to say, an inertial reference $P$ is like an affine reference
$(p_0;v_0,v_1,v_2,v_3)$ such that $\{v_0,v_1,v_2,v_3\}$ is a positively
oriented basis of $E$, vector $e_0$ is oriented to the future and...
경고와 함께
Underfull \hbox (badness 1888) in paragraph at lines 5--6
[]\OT1/cmr/m/n/10 That is to say, an in-er-tial ref-er-ence $\OML/cmm/m/it/10 P
$ \OT1/cmr/m/n/10 is like an affine ref-er-ence
깨지지 않는 큰 단위가 포함된 짧은 단락을 사용하면 TeX가 어려움을 겪게 되므로 위의 확장된 버전을 받아들이거나 손으로 나누기를 추가하는 등 약간의 도움이 필요할 수 있습니다.
예를 들어 \sloppy
강제 중단 없이
That is to say, an inertial reference $P$ is like an affine reference
$(p_0;\break v_0,v_1,v_2,v_3)$ such that $\{v_0,v_1,v_2,v_3\}$ is a
positively oriented basis of $E$, vector $e_0$ is oriented to the future and...