\ref{}로 줄을 시작하는 '올바른 방법'(컴파일러의 관점에서)은 무엇입니까?

\ref{}로 줄을 시작하는 '올바른 방법'(컴파일러의 관점에서)은 무엇입니까?

저는 vim으로 tex를 작성하고 자동 린터를 사용합니다. 나는 같은 단락의 문장을 별도의 줄에 작성하며(명확성과 버전 제어를 위해) 종종 \ref{}같은 이름을 사용하여 줄을 시작 하고 싶습니다 . 이와 같이:

\ref{Q5*} shows that the two problems (or two instances of the same problem) can come apart.
If the two problems are distinct, then~\ref{Q5} has at least one problem which most questions do not.
Even if the problem of self-answering is a special case of the problem of pedantry (which I do not think it is) this at least shows that~\ref{Q5} has two different instances of the problem.

\ref{}줄바꿈하지 않는 공백 없이 줄 중간에 a를 사용하면 내 린터가 경고 메시지를 표시하므로 줄바꿈하지 않는 공백(블록의 두 번째 줄)을 사용합니다. 하지만 \ref{}줄 시작 부분에 사용하면 동일한 경고가 표시됩니다 .

줄을 제대로 시작하려면 무엇을 사용해야 합니까 \ref{}? (왜 컴파일러는 처음부터 이런 경고를 던지는 걸까요?) 줄 시작 부분에 줄 바꿈하지 않는 공백을 넣는 것이 이상해 보입니다!

감사해요!

관련 정보