Adsense
Popular Posts
- MySQL workbench -"Could not decrypt password cache"
- mod_auth_cas.so error: undefined symbol: SSL_connect
- JavaScript, remove trailing insignificant zeros after toFixed function
- Set Windows path command line
- JavaScript Arrays and Associate Arrays
- Design date and signature box in Latex
- Install APXS in Redhat Linux
- super(props) in React
- jQuery, toggle the display
- PHP function for input sanitizing
Showing posts with label latex. Show all posts
Showing posts with label latex. Show all posts
Thursday, January 15, 2015
Latex: text wrap in multirow in tables
In latex, if we have a very long text in multirow in tables need to be wraped
\multicolumn{1}{|l|}{\multirow{2}{*}{ Very long text Very long text Very long text}} &
We can add {\parbox{7cm}} as below, where 7cm is the text length begin to wrap
\multicolumn{1}{|l|}{\multirow{2}{*}{\parbox{7cm}{Very long text Very long text Very long text }}} &
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:
Subscribe to:
Posts (Atom)
