
LaTex에서 잘못 배치된 부동 소수점에 관한 많은 스레드를 읽었지만 아직 만족스러운 답변을 찾지 못했습니다. 코드 세그먼트에서 볼 수 있듯이 그림 1은 "In order to test ..." 단락 뒤와 "Using the digital ..." 단락 앞에 있는 것으로 가정됩니다. 그러나 단락 텍스트 사이의 임의의 위치에 배치되는 경우. 도움을 주시면 감사하겠습니다.
\documentclass[aps,reprint,nofootinbib]{revtex4-1}
\usepackage{graphicx}
\usepackage{gensymb}
\usepackage[section]{placeins}
.
.
.
In order to test...
\begin{figure}[h]
\includegraphics[scale=0.65]{1}
\caption{Circuit used to test Kirchhoff's laws.}
\end{figure}
Using the digital...
편집: 방금 그림이 있어야 할 위치가 너무 작다는 것을 알았습니다. 하지만 placeins
패키지가 이 문제를 처리하면 안 되나요? 본질적으로 LaTex가 하는 일은 빈 공간을 그림 뒤에 오는 것으로 예상되는 다음 단락의 텍스트로 채우는 것입니다.
답변1
\usepackage{float}
그리고는 말해요\begin{figure}[H]