일부 그림과 텍스트 사이의 큰 임의 간격

일부 그림과 텍스트 사이의 큰 임의 간격

내 문서의 첫 번째 페이지는 괜찮지만 어떤 이유인지 두 번째 페이지는 텍스트와 그림 사이에 임의의 공백으로 가득 차 있습니다.

문제를 해결할 수 있는지 주위를 둘러보았지만 아무것도 작동하지 않았습니다. 솔직히 무엇이 잘못되었는지 전혀 모르겠습니다.

\documentclass[11pt,a4paper,twocolumn]{paper}
\usepackage[T1]{fontenc}
\usepackage[latin1,utf8]{inputenc}
\usepackage[none]{hyphenat}

\usepackage{lmodern}
\usepackage{makeidx}
\usepackage[pdftex]{graphicx} 

\usepackage[english]{babel}

\usepackage{amsmath,amssymb,amsthm}
\usepackage{mathrsfs}
\usepackage{mathtools}
\usepackage{grffile}     

\usepackage{bbm}
\usepackage{dsfont}

\usepackage[]{subfigure}

\usepackage{verbatim} 

\usepackage{color}
\usepackage{hyperref}

\usepackage{accents}
\usepackage{textcomp}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{float}

\setlength{\columnsep}{30pt}

\usepackage[compact]{titlesec}
\titlespacing{\section}{0pt}{*0}{*0}
\titlespacing{\subsection}{0pt}{*0}{*0}
\titlespacing{\subsubsection}{0pt}{*0}{*0}

\usepackage{geometry}
\geometry{a4paper,left=25mm,right=25mm, top=25mm, bottom=25mm}

\begin{document}

\section*{Materials $\&$ Methods}


\subsection*{Equipment $\&$ setup}

\noindent{The equipment used to complete the experiment included a multimeter, a soldering iron and some solder, 243 1k$\Omega$ (resistors with a tolerance of 5$\%$) and a circuit board. To start the resistance of a single resistor was measured using the multimeter and compared to the theoretical value of the resistor.}


\noindent{Next the first generation gasket, ($n=0$), was created using three resistors soldered into an equilateral triangle, see figure \ref{figure 1}, making sure the positioning of the resistors gave enough space to complete up to a fourth generation. The theoretical resistance across AB was then calculated and compared to the measured resistance across AB, AC and BC.}


\begin{figure}[H]
\begin{center}
\includegraphics[width=0.9\linewidth]{gen1.jpg}
\caption{First generation of a Sierpinski gasket}
\label{figure 1}
\end{center}
\end{figure}

\noindent{The second generation, ($n=1$), added an additional 6 resistors resulting in 3 first generation gaskets soldered together at their corners as seen in figure \ref{figure 2}. The theoretical resistance across AB' was calculated, using the $\Delta$ to $Y$ transformation, and then compared to the measured resistance across AB', AC' and B'C'.}

\begin{figure}[H]
\begin{center}
\includegraphics[width=0.9\linewidth]{gen2.jpg}
\caption{Second generation of a Sierpinski gasket}
\label{figure 2}
\end{center}
\end{figure}

\noindent{The third generation, ($n=2$), required a further additional 18 resistors resulting in 3 second generation gaskets soldered together at their corners, in a similar fashion to generation 2 , as seen in figure \ref{figure 3}. The theoretical resistance across AB'' was calculated and then compared to the measured resistance across AB'', AC'' and B''C''.}

\begin{figure}[H]
\begin{center}
\includegraphics[width=0.9\linewidth]{gen3.jpg}
\caption{Third generation of a Sierpinski gasket}
\label{figure 3}
\end{center}
\end{figure}

\noindent{The final generation to be completed on the single circuit board was the fourth generation, ($n=3$), and required a total of 81 resistors. They were soldered together to form what looked like 3 third generation gaskets soldered at their corners, as seen in figure \ref{figure 4}. The theoretical resistance across AB''' was calculated again and then compared to the measured resistance across AB''', AC''' and B'''C'''.}

\begin{figure}[H]
\begin{center}
\includegraphics[width=0.9\linewidth]{gen4.jpg}
\caption{Fourth generation of a Sierpinski gasket}
\label{figure 4}
\end{center}
\end{figure}

\noindent{Now that the circuit board had no room left on it to expand to a fifth generation gasket, ($n=4$), we combined our fourth generation gasket with 2 other groups. We did this through the use of crocodile clips and circuit leads to connect them into a large equilateral triangle AB''''C''''. The theoretical resistance across AB'''' was calculated and then compared to the measured resistance across AB'''', AC'''', B''''C''''.}

\subsection*{Data collection}

To measure the resistance of each generation we attached a multimeter across the gasket, using crocodile clips and circuit leads, from one corner of the triangle to another. This gave three values of resistance for each generation. The measured resistances were noted down into small tables for each generations. A summary table was then created to, make it easier to read the data, generalising a notation that the top point of the gasket as A, the bottom left as B and the bottom right as C. The table also included the theoretical resistance, $R_T$, the mean resistance, $R_{mean}$, and the number of resistors from A to B, which would all be needed later for the plotting of a graph. 

\section*{Results}
\subsection*{Calculations $\&$ errors}  
\section*{Discussion}
\section*{Conclusion}[![enter image description here][1]][1]

\end{document}

코드에는 첫 페이지의 텍스트와 그림이 포함되지 않습니다.

모든 텍스트를 페이지 왼쪽의 하나의 큰 단락으로 이동하고 이미지를 오른쪽에 배치하여 문제를 해결했습니다. 그런 다음 이미지 크기를 줄여서 한 페이지에 모두 들어갈 수 있도록 했습니다.

답변1

나는 다음과 같은 변경을 할 것입니다

  • 위의 의견에서 제안한대로 [H] 옵션 을 교체하십시오.[htb]
  • \begin<{center} ... \end{center}다음으로 대체 \centering(아래 MWE 참조)
  • 모두 제거 \noindent{...}하고 대신 프리앰블 정의에서 사용\setlength\parindent{0pt}
  • subfigure쓸모없는 패키지 사용 대신subfig
  • hyperref서문 끝으로 패키지를 이동합니다 .

이 변경 후에 나는 다음을 얻습니다.

\documentclass[11pt,a4paper,twocolumn]{paper}
\usepackage[T1]{fontenc}
\usepackage{inputenc}

\usepackage{lmodern}
\usepackage{makeidx}
\usepackage[demo]{graphicx}

\usepackage[english]{babel}
\usepackage[none]{hyphenat}% without this package the result is even better

%\usepackage{amsmath,amssymb,amsthm}
%\usepackage{mathrsfs}
%\usepackage{mathtools}
%\usepackage{grffile}

%\usepackage{bbm}
%\usepackage{dsfont}

\usepackage[]{subfigure}

\usepackage{verbatim}

\usepackage{color}

\usepackage{accents}
\usepackage{textcomp}
\usepackage{multirow}
\usepackage{booktabs}
%\usepackage{float}

\setlength{\columnsep}{30pt}

\usepackage[compact]{titlesec}
\titlespacing{\section}{0pt}{*0}{*0}
\titlespacing{\subsection}{0pt}{*0}{*0}
\titlespacing{\subsubsection}{0pt}{*0}{*0}

\usepackage{geometry}
\geometry{a4paper,left=25mm,right=25mm, top=25mm, bottom=25mm}
\setlength\parindent{0pt}

\usepackage{hyperref}

\begin{document}

\section*{Materials $\&$ Methods}


\subsection*{Equipment $\&$ setup}

The equipment used to complete the experiment included a multimeter, a soldering iron and some solder, 243 1k$\Omega$ (resistors with a tolerance of 5$\%$) and a circuit board. To start the resistance of a single resistor was measured using the multimeter and compared to the theoretical value of the resistor.


Next the first generation gasket, ($n=0$), was created using three resistors soldered into an equilateral triangle, see figure \ref{figure 1}, making sure the positioning of the resistors gave enough space to complete up to a fourth generation. The theoretical resistance across AB was then calculated and compared to the measured resistance across AB, AC and BC.


\begin{figure}[htb]
\centering
\includegraphics[width=0.9\linewidth]{gen1.jpg}
\caption{First generation of a Sierpinski gasket}
\label{figure 1}
\end{figure}

The second generation, ($n=1$), added an additional 6 resistors resulting in 3 first generation gaskets soldered together at their corners as seen in figure \ref{figure 2}. The theoretical resistance across AB' was calculated, using the $\Delta$ to $Y$ transformation, and then compared to the measured resistance across AB', AC' and B'C'.

\begin{figure}[htb]
\centering
\includegraphics[width=0.9\linewidth]{gen2.jpg}
\caption{Second generation of a Sierpinski gasket}
\label{figure 2}
\end{figure}

The third generation, ($n=2$), required a further additional 18 resistors resulting in 3 second generation gaskets soldered together at their corners, in a similar fashion to generation 2 , as seen in figure \ref{figure 3}. The theoretical resistance across AB'' was calculated and then compared to the measured resistance across AB'', AC'' and B''C''.

\begin{figure}[htb]
\centering
\includegraphics[width=0.9\linewidth]{gen3.jpg}
\caption{Third generation of a Sierpinski gasket}
\label{figure 3}
\end{figure}

The final generation to be completed on the single circuit board was the fourth generation, ($n=3$), and required a total of 81 resistors. They were soldered together to form what looked like 3 third generation gaskets soldered at their corners, as seen in figure \ref{figure 4}. The theoretical resistance across AB''' was calculated again and then compared to the measured resistance across AB''', AC''' and B'''C'''.

\begin{figure}[htb]
\centering
\includegraphics[width=0.9\linewidth]{gen4.jpg}
\caption{Fourth generation of a Sierpinski gasket}
\label{figure 4}
\end{figure}

Now that the circuit board had no room left on it to expand to a fifth generation gasket, ($n=4$), we combined our fourth generation gasket with 2 other groups. We did this through the use of crocodile clips and circuit leads to connect them into a large equilateral triangle AB''''C''''. The theoretical resistance across AB'''' was calculated and then compared to the measured resistance across AB'''', AC'''', B''''C''''.

\subsection*{Data collection}

To measure the resistance of each generation we attached a multimeter across the gasket, using crocodile clips and circuit leads, from one corner of the triangle to another. This gave three values of resistance for each generation. The measured resistances were noted down into small tables for each generations. A summary table was then created to, make it easier to read the data, generalising a notation that the top point of the gasket as A, the bottom left as B and the bottom right as C. The table also included the theoretical resistance, $R_T$, the mean resistance, $R_{mean}$, and the number of resistors from A to B, which would all be needed later for the plotting of a graph.

\section*{Results}
\subsection*{Calculations $\&$ errors}
\section*{Discussion}
\section*{Conclusion}

\end{document}

여기에 이미지 설명을 입력하세요

관련 정보