表格列中的垂直空间

表格列中的垂直空间

我正在创建以下表格。表格需要用钢笔或铅笔手动填写。但每行可用的空间有限(垂直)。如何增加列之间的垂直空间

\documentclass[a4paper]{exam}
    \usepackage{multicol, setspace}
    \usepackage{textcomp, booktabs,colortbl}
    \usepackage[table]{xcolor}
    \setlength\columnsep{10pt}
    \onehalfspacing
    \begin{document}

    \begin{center}
    \fbox{\fbox{\parbox{5.5in}{\centering
    OPD ENCOUNTER FORM}}}
    \end{center}
    \vspace{0.1in}

    \makebox[\textwidth]{Name :\enspace\hrulefill}
    \begin{multicols}{2}
    \vspace{0.2in}
    \makebox[0.45\textwidth]{Age:\enspace\hrulefill}
    \makebox[0.5\textwidth]{Sex:\enspace\hrulefill}
    \end{multicols}
    \makebox[\textwidth]{Address:\enspace\hrulefill}

    \begin{multicols}{2}
    \makebox[0.45\textwidth]{Dated: \enspace\hrulefill}
    \makebox[0.45\textwidth]{Ref: \enspace\hrulefill} 
    \end{multicols} 
    %-----------------------------------------------------------
    \section*{Present Problem}
    \fillwithlines{0.5in}
    %----------------------------------------------------------

    \section*{\large \textrecipe}
    \begin{table}[htp]
    \rowcolors{2}{gray!25}{white}
    \begin{tabular}{c p{3cm}p{3cm}clc} 
    \toprule 
     Sr No & Drug & Dose  & Frequency & Duration & Remark \\ \midrule
    1 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\

     2 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\

    3 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\ 

     4 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\ 

    5 &  &  & -~~ -~~ -  & x & before/with/after meals, at night  \\

    6 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\

    7 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\ \bottomrule 
    \end{tabular}
    \end{table}
    \end{document}

答案1

您可以使用\renewcommand{\arraystretch}{2}2例如根据需要更改3

\documentclass[a4paper]{exam}
    \usepackage{multicol, setspace}
    \usepackage{textcomp, booktabs,colortbl}
    \usepackage[table]{xcolor}
    \setlength\columnsep{10pt}
    \onehalfspacing
    \begin{document}

    \begin{center}
    \fbox{\fbox{\parbox{5.5in}{\centering
    OPD ENCOUNTER FORM}}}
    \end{center}
    \vspace{0.1in}

    \makebox[\textwidth]{Name :\enspace\hrulefill}
    \begin{multicols}{2}
    \vspace{0.2in}
    \makebox[0.45\textwidth]{Age:\enspace\hrulefill}
    \makebox[0.5\textwidth]{Sex:\enspace\hrulefill}
    \end{multicols}
    \makebox[\textwidth]{Address:\enspace\hrulefill}

    \begin{multicols}{2}
    \makebox[0.45\textwidth]{Dated: \enspace\hrulefill}
    \makebox[0.45\textwidth]{Ref: \enspace\hrulefill}
    \end{multicols}
    %-----------------------------------------------------------
    \section*{Present Problem}
    \fillwithlines{0.5in}
    %----------------------------------------------------------

    \section*{\large \textrecipe}
    \begin{table}[htp]
    \rowcolors{2}{gray!25}{white}
    \renewcommand{\arraystretch}{3}
    \begin{tabular}{c p{3cm}p{3cm}clc}
    \toprule
     Sr No & Drug & Dose  & Frequency & Duration & Remark \\ \midrule
    1 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\

     2 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\

    3 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\

     4 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\

    5 &  &  & -~~ -~~ -  & x & before/with/after meals, at night  \\

    6 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\

    7 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\ \bottomrule
    \end{tabular}
    \end{table}
    \end{document}

在此处输入图片描述

答案2

\\另一种方法是用 手动指定每行替换后要跳过的内容\\[skip]

通过这种方式,你甚至可以区分每一行的跳过。

例如,在下面的 MWE 中,我5ex在每个白色行和7ex每个灰色行之后给出了:

\documentclass[a4paper]{exam}
\usepackage{multicol, setspace}
\usepackage{textcomp, booktabs,colortbl}
\usepackage[table]{xcolor}
\setlength\columnsep{10pt}
\onehalfspacing
\begin{document}

\begin{center}
\fbox{\fbox{\parbox{5.5in}{\centering
OPD ENCOUNTER FORM}}}
\end{center}
\vspace{0.1in}

\makebox[\textwidth]{Name :\enspace\hrulefill}
\begin{multicols}{2}
\vspace{0.2in}
\makebox[0.45\textwidth]{Age:\enspace\hrulefill}
\makebox[0.5\textwidth]{Sex:\enspace\hrulefill}
\end{multicols}
\makebox[\textwidth]{Address:\enspace\hrulefill}

\begin{multicols}{2}
\makebox[0.45\textwidth]{Dated: \enspace\hrulefill}
\makebox[0.45\textwidth]{Ref: \enspace\hrulefill}
\end{multicols}
%-----------------------------------------------------------
\section*{Present Problem}
\fillwithlines{0.5in}
%----------------------------------------------------------

\section*{\large \textrecipe}
\begin{table}[htp]
\rowcolors{2}{gray!25}{white}
\begin{tabular}{c p{3cm}p{3cm}clc}
\toprule
 Sr No & Drug & Dose  & Frequency & Duration & Remark \\ \midrule
1 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\[5ex]

 2 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\[7ex]

3 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\[5ex]

 4 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\[7ex]

5 &  &  & -~~ -~~ -  & x & before/with/after meals, at night  \\[5ex]

6 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\[7ex]

7 &  &  & -~~ -~~ -  & x & before/with/after meals, at night \\[5ex] \bottomrule
\end{tabular}
\end{table}
\end{document} 

输出:

在此处输入图片描述

相关内容