0

Overleaf を使用してクラスでメモを取っていますが、作成しようとしている表形式の列で問題が発生しています。私のコードは次のとおりです。

\begin{center}
    \begin{tabular}{|c|c|}
    \hline
    Crystalline Solids & Non-Crsytalline Solids \\
    \hline 
    i. Atoms and molecules are periodic in space & i. Atoms and molecules are not periodic in space \\
    \hline 
    ii. Some crystalline solids are anisotopic \\ 
    i.e the magnitudes of the physical properties like \\
    refractive index, electrical conductivity are \\
    different along difference directions \\  & ii. Physical properties are isotropic \\
    \hline 
    iii. Have sharp melting points & iii. Do not have sharp boiling points - a range is present \\
    \hline 
    iv. Breaks are observed in the cooling curve & iv. No breaks in cooling curve \\
    \hline 
    v. Breaks along sharp edges i.e breaks \\ 
    along specific "crystallographic planes" & v. Broken surfaces are irregular because there are no crystal planes \\
    \hline 
    \end{tabular}
\end{center}

問題は、私のテーブルがそのように表示されることです。https://imgur.com/ZrWFNSS\begin{table}環境と環境 を使用してみましたが、またはの\begin{figure}ような修飾子を使用した後でも、テキスト内のテーブルの位置も変更され、配置はまだオフです。これをページに収まるように修正するにはどうすればよいですか?[h][ht]

4

1 に答える 1