Adsense
Popular Posts
- Code update from PHP 7.4 to PHP 8.1 - PhpSpreadsheet
- MySQL workbench -"Could not decrypt password cache"
- Code update from PHP 7.4 to PHP 8.1 - Worksheet/Iterator.php
- Rendering HTML tags inside textarea
- axios handle blob type data
- Unix Utils and wget in Windows
- increase mysql query speed
- Setup vi syntax for PHP
- EXCEL return to the next line in the same cell
- Get WAMP running on EC2
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