將長表格行延續到下一頁

將長表格行延續到下一頁

我正在嘗試製作一個延續到下一頁的表格,這樣我就不會在文件中間創建任何空格。

但是,當我使用長表環境時,我得到以下資訊;

在此輸入影像描述在此輸入影像描述

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{longtable}
\begin{document}


\section{Introduction}
\section{Internal Functioning}

Magnetism is a property of matter that is a result of the orbiting electrons in atoms. The orbiting electrons cause the atoms to have a magnetic moment associated with an intrinsic angular momentum called spin. Spin will be discussed in more detail a little bit further down. It's convenient to imagine the electron spinning on its axis with the up and down orientations. However, in reality the electron is not physically spinning!


The following list gives a detailed description of each of this files.

\subsection{List of Program Components}

\subsubsection{alpha.py}

\textbf{Description:} 
sndmbfjherhfiuewhiu
skdjfiejijfiejfiojowejqo
ksnjhewiufhiwef
ksdnfjnaiefhie
ajksdnfiefiuej

\textbf{Modules used:} 123

\textbf{Functional Specifications of the Functions:}\medskip

\begin{longtable}{ | p{3cm} | p{10cm}| } 
\hline
\textbf{to} & kur\medskip

xmcnkdskjfakjfjkla;kslfk;lak;dslfklsd;k;alk;fekfoe \medskip

Magnetism is a property of matter that is a result of the orbiting electrons in atoms. The orbiting electrons cause the atoms to have a magnetic moment associated with an intrinsic angular momentum called spin. Spin will be discussed in more detail a little bit further down. It's convenient to imagine the electron spinning on its axis with the up and down orientations. However, in reality the electron is not physically spinning!

The body is largely composed of water molecules. Each water molecule has two hydrogen nuclei or protons. MRI takes advantage of the high prevalence of hydrogen in the body and the magnetic properties of the proton in a hydrogen atom. Hydrogen atoms induce a small magnetic field due to the spin of this atom's proton. When a person goes inside the powerful magnetic field of the scanner, the magnetic moments (the measure of its tendency to align with a magnetic field) of some of these protons changes, and aligns with the direction of the field.

The magnetic field in an magnetic resonance imaging (MRI) scanner is generated by surrounding a coil of wire with super cooling fluids (liquid helium and liquid nitrogen) lowering the temperature to about 10°K (-263°C or -441°F). Electrical current in the coil moves very fast creating the extremely large magnetic field.

kap(Integer, size -1)\medskip

\textbf{output}\par
theta\par
ppp\par
ooo\par
werwr\bigskip
kdkfjkrjeie\par
mdfmkerjoij\par
assad\\
\hline
\end{longtable}
\end{document}

如何使表格從第一頁開始並繼續到第二頁?

答案1

這有點麻煩,但你可以用 paracol 來做。請注意\strut第一行和最後一行上的 s。第一列和最後一列僅用於在生成的\columnsep間隙中建立垂直線。

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{paracol}
\begin{document}


\section{Introduction}
\section{Internal Functioning}

Magnetism is a property of matter that is a result of the orbiting electrons in atoms. The orbiting electrons cause the atoms to have a magnetic moment associated with an intrinsic angular momentum called spin. Spin will be discussed in more detail a little bit further down. It's convenient to imagine the electron spinning on its axis with the up and down orientations. However, in reality the electron is not physically spinning!


The following list gives a detailed description of each of this files.

\subsection{List of Program Components}

\subsubsection{alpha.py}

\textbf{Description:} 
sndmbfjherhfiuewhiu
skdjfiejijfiejfiojowejqo
ksnjhewiufhiwef
ksdnfjnaiefhie
ajksdnfiefiuej

\textbf{Modules used:} 123

\textbf{Functional Specifications of the Functions:}\medskip

\columnseprule=0.4pt
\setcolumnwidth{\dimexpr 0.5\columnseprule-0.5\columnsep,3cm,8cm}
\begin{paracol}{4}
\parindent=0pt
\switchcolumn[1]*[\hrule width\dimexpr11cm+2\columnsep+\columnseprule]
\strut\textbf{to}
\switchcolumn[2] 
\strut kur\medskip

xmcnkdskjfakjfjkla;kslfk;lak;dslfklsd;k;alk;fekfoe \medskip

Magnetism is a property of matter that is a result of the orbiting electrons in atoms. The orbiting electrons cause the atoms to have a magnetic moment associated with an intrinsic angular momentum called spin. Spin will be discussed in more detail a little bit further down. It's convenient to imagine the electron spinning on its axis with the up and down orientations. However, in reality the electron is not physically spinning!

The body is largely composed of water molecules. Each water molecule has two hydrogen nuclei or protons. MRI takes advantage of the high prevalence of hydrogen in the body and the magnetic properties of the proton in a hydrogen atom. Hydrogen atoms induce a small magnetic field due to the spin of this atom's proton. When a person goes inside the powerful magnetic field of the scanner, the magnetic moments (the measure of its tendency to align with a magnetic field) of some of these protons changes, and aligns with the direction of the field.

The magnetic field in an magnetic resonance imaging (MRI) scanner is generated by surrounding a coil of wire with super cooling fluids (liquid helium and liquid nitrogen) lowering the temperature to about 10°K (-263°C or -441°F). Electrical current in the coil moves very fast creating the extremely large magnetic field.

kap(Integer, size -1)\medskip

\textbf{output}\par
theta\par
ppp\par
ooo\par
werwr\bigskip
kdkfjkrjeie\par
mdfmkerjoij\par
assad\strut
\switchcolumn[1]*[\hrule width\dimexpr11cm+2\columnsep+\columnseprule]
\end{paracol}
\end{document}

此版本創建了mytabular簡化應用程式的環境。第一列的寬度可調,第二列填滿文字區域。

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{paracol}

\newenvironment{mytabular}[1][3cm]% #1 = width of first column (optonal)
{\columnseprule=0.4pt
  \setcolumnwidth{\dimexpr 0.5\columnseprule-0.5\columnsep\relax,
    #1,
    \dimexpr \textwidth-#1-2\columnsep-2\columnseprule\relax,
    \dimexpr 0.5\columnseprule-0.5\columnsep\relax}%
  \parindent=0pt
  \def\hline{\switchcolumn[1]*[\hrule width\textwidth]}%
  \begin{paracol}{4}}%
{\end{paracol}}
  
\begin{document}

\section{Introduction}
\section{Internal Functioning}

Magnetism is a property of matter that is a result of the orbiting electrons in atoms. The orbiting electrons cause the atoms to have a magnetic moment associated with an intrinsic angular momentum called spin. Spin will be discussed in more detail a little bit further down. It's convenient to imagine the electron spinning on its axis with the up and down orientations. However, in reality the electron is not physically spinning!


The following list gives a detailed description of each of this files.

\subsection{List of Program Components}

\subsubsection{alpha.py}

\textbf{Description:} 
sndmbfjherhfiuewhiu
skdjfiejijfiejfiojowejqo
ksnjhewiufhiwef
ksdnfjnaiefhie
ajksdnfiefiuej

\textbf{Modules used:} 123

\textbf{Functional Specifications of the Functions:}\medskip

\begin{mytabular}
\hline
\strut\textbf{to}
\switchcolumn
\strut kur\medskip

xmcnkdskjfakjfjkla;kslfk;lak;dslfklsd;k;alk;fekfoe \medskip

Magnetism is a property of matter that is a result of the orbiting electrons in atoms. The orbiting electrons cause the atoms to have a magnetic moment associated with an intrinsic angular momentum called spin. Spin will be discussed in more detail a little bit further down. It's convenient to imagine the electron spinning on its axis with the up and down orientations. However, in reality the electron is not physically spinning!

The body is largely composed of water molecules. Each water molecule has two hydrogen nuclei or protons. MRI takes advantage of the high prevalence of hydrogen in the body and the magnetic properties of the proton in a hydrogen atom. Hydrogen atoms induce a small magnetic field due to the spin of this atom's proton. When a person goes inside the powerful magnetic field of the scanner, the magnetic moments (the measure of its tendency to align with a magnetic field) of some of these protons changes, and aligns with the direction of the field.

The magnetic field in an magnetic resonance imaging (MRI) scanner is generated by surrounding a coil of wire with super cooling fluids (liquid helium and liquid nitrogen) lowering the temperature to about 10°K (-263°C or -441°F). Electrical current in the coil moves very fast creating the extremely large magnetic field.

kap(Integer, size -1)\medskip

\textbf{output}\par
theta\par
ppp\par
ooo\par
werwr\bigskip
kdkfjkrjeie\par
mdfmkerjoij\par
assad\strut
\hline
\end{mytabular}
\end{document}

相關內容