I want to make a market list where the column quantity is blank. The hard copy of the list will be used as a template for market list. Housewife/House keeper will fill the quantity in the hard copy she will need corresponding to the item.
Now, my question is that is there any good package that makes the market list good one?
MWE(compile using xelatex)
\documentclass{article}
\usepackage{booktabs}
\usepackage{polyglossia}
%\setmainlanguage[numerals=Devanagari]{bengali}
%\setmainlanguage{bengali}
%\setotherlanguage{english}
%\newfontfamily\englishfont[Scale=MatchLowercase]{Linux Biolinum O}
%\newfontfamily\bengalifont[Script=Bengali]{Akaash}
\begin{document}
\begin{tabular}{l@{\hspace{1.5cm}}}
Name\\
\toprule
Rice\\
\midrule
pulse\\
\midrule
Salt\\
\midrule
Oil\\
\midrule
Pepper\\
\midrule
Onion\\
\midrule
Garlic\\
\midrule
Ginger\\
\midrule
Salad\\
\midrule
Chicken\\
\midrule
Spice\\
\bottomrule
\end{tabular}
\end{document}


minipage. – alhelal Mar 13 '18 at 01:44