Graphics, Figures & TablesA complicated table i guess

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

A complicated table i guess

Post by dmuthu_cse »

Hello friends,

Would you please adivce me to build the table which is attached. I have tried with minipages, that results in unstructured manner. Here is the code,

Code: Select all

\documentclass[10.5pt,english]{book}
\usepackage{fancybox,array,amsmath,amssymb,babel}
\usepackage[centering,
  headheight=14pt,
  headsep=10pt,
  includehead,
  papersize={18cm,24cm},
  text={15.25cm,19.2cm},
  dvips=false,
  pdftex=false,
  vtex=false]{geometry}
\usepackage[cam,a4,center,dvips]{crop}
\usepackage{graphicx,colortbl,textcomp,wrapfig}
\usepackage{fancyhdr,setspace}
\usepackage{ltxtable,tabularx,booktabs}
\usepackage{verbatim}
\usepackage{floatrow}
\usepackage{syntrace}
\hyphenpenalty=5000
\begin{document}
\thispagestyle{empty}
\setcounter{chapter}{1}
\setcounter{secnumdepth}{3}
\setcounter{page}{1}

\fbox{
\parbox[t]{0.92\columnwidth}{
\begin{center}
    \textbf{Purchase Requisition}\\[1ex]
Regular
\end{center}\vspace{-5pt}
Date : xxx	 \vspace{-20pt} 
  
\begin{center}
      \textit{Occasional}
\end{center}\vspace{-10pt}	

No   : xxx	 \vspace{-20pt}

\begin{flushright}
    Date by which  Materials is required :xxx
\end{flushright}
\begin{tabular}{l|c|>{\centering}p{1.2in}|c|c}\hline
\textbf{Serial No.}	& \textbf{Code No.}	& \textbf{Description of Materials} & \textbf{Quantity required}	& \textbf{Remarks}\\ \hline
& & & \\[20ex] \hline
\end{tabular}\\[1ex]

\noindent Requesting by : xxx	\hspace{7cm} Approved by : xxx\\[1.5ex]
Purchase manager : xxx\\
}}\\[1ex]
\end{document}
Please go through it, and help me as soon as you can.

Thanks in advance.

Regards,

Muthu
Attachments
Table.pdf
(50.26 KiB) Downloaded 305 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply