Adsense
Popular Posts
- Install APXS in Redhat Linux
- MySQL workbench -"Could not decrypt password cache"
- Transfer modules between sites
- JavaScript, remove trailing insignificant zeros after toFixed function
- Set Windows path command line
- datatable order by nunmeric
- MySQL date created and date modified
- super(props) in React
- PHP, dump varailbes in a format way
- React: connect(mapStateToProps, mapDispatchToProps)
Saturday, September 27, 2014
Design date and signature box in Latex
To design date and signature box in Latex:
\begin{tabular}{ | b{2.6cm} | b{0.5cm} | b{4.7cm} | b{0.5cm} | b{3cm} | b{0.5cm} | b{4.7cm} |}
\multicolumn{4}{l}{\ftext{Department Approval}} &
\multicolumn{3}{l}{\ftext{Accepted by Appointee}} \\
\cline{1-1} \cline{3-3} \cline{5-5} \cline{7-7}
\multicolumn{1}{|c|}{\multirow{2}{*}} & \ & \ & \ & \ & \ & \\
\ & \ & \ & \ & \ & \ & \\
\cline{1-1} \cline{3-3} \cline{5-5} \cline{7-7}
\multicolumn{1}{l}{\ftext{Date}} & \multicolumn{1}{l}{\null} &
\multicolumn{1}{l}{\ftext{Signature}} & \multicolumn{1}{l}{\null} &
\multicolumn{1}{l}{\ftext{Date}} & \multicolumn{1}{l}{\null} &
\multicolumn{1}{l}{\ftext{Signature}}
\end{tabular} \\
\begin{tabular}{| b{2.6cm} | b{0.5cm} | b{4.7cm} | }
\multicolumn{2}{l}{\ftext{Faculty Approval}} & \multicolumn{1}{l}{\ftext{}} \\
\cline{1-1} \cline{3-3}
\multicolumn{1}{|c|}{\multirow{2}{*}} & \ & \\
\ & \ & \\
\cline{1-1} \cline{3-3}
\multicolumn{1}{l}{\ftext{Date}} & \multicolumn{1}{l}{\null} &
\multicolumn{1}{l}{\ftext{Signature}}
\end{tabular} \\
result:
Labels:
latex
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment