Graphics, Figures & TablesLong table environment is creating new pages for each row while space is available to continue below the previous row

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
sumanta
Posts: 1
Joined: Wed Apr 17, 2024 9:48 pm

Long table environment is creating new pages for each row while space is available to continue below the previous row

Post by sumanta »

Code: Select all

Code, edit and compile here:
\documentclass[../main.tex]{subfiles}
\geometry{landscape}
\begin{document}
%\begin{center}
\begin{longtable}{|m{6cm}|m{1.2cm}|m{9cm}|m{5cm}|m{2.5cm}|}
\hline
\centering\textbf{CO}& \textbf{Unit No.}& \centering \textbf{Intended learning outcome}& \centering\textbf{PI}& \textbf{PO number}\\
\hline
\endfirsthead
\multicolumn{5}{r}{continued from previous page....}\\
\hline
\centering\textbf{CO}& \textbf{Unit No.}& \centering \textbf{Intended learning outcome}& \centering\textbf{PI}& \textbf{PO number}\\
\hline
\endhead
\multicolumn{5}{r}{continued to next page.....}\\
\endfoot
\hline
\endlastfoot
%=============================================First row ====================================================================================
\multirow{10}{6cm}{1. Explain formation, specifications, symbols \& characteristics of zener diode, BJT, FET and UJT [BT-2, BT-1]} &
\multicolumn{1}{|p{1.2cm}|}{1,2} &
\multicolumn{1}{|p{9cm}|}{\begin{itemize} \item Describe the construction and characteristics of semiconductor devices [BT-2]
\item Identify the symbols of the aforesaid devices [BT-2]
\item Interpret specifications, parameters and configurations [BT-1]\end{itemize}}&
\multicolumn{1}{|p{5cm}|}{\begin{itemize}
\item Apply mathematical techniques such as calculus, linear algebra, and statistics to solve problems
\item Apply laws of natural science to an engineering problem
\item Apply fundamental engineering concepts to solve engineering problems
\end{itemize}} & \multicolumn{1}{|p{2.5cm}|}{P1.1.1, P1.2.1, P1.3.1}\\
\hline
%===========================================Second Row ======================================================================================
\multirow{5}{6cm}{2.Illustrate the output parameters of half and full wave rectifier circuit and analyse different types of filter circuits to be used for different purpose [BT-4] }&
\multicolumn{1}{|p{1.2cm}}{1}&
\multicolumn{1}{|p{9cm}|}{\begin{itemize}
\item Understand the need of rectifier [BT-2]
\item Illustrate the operation of rectifier circuits [BT-3]
\item Compare half and full wave rectifier and identify their benefits and limitations [BT-5]
\item Determine input and output waveform of rectifiers [BT-3]
\item Calculate RMS and average voltage, current, ripple factor, form factor, PIV, rectifier efficiency [BT-3]
\item Understanding the need of filters and describe their operating principle [BT-2]
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply