Adsense
Popular Posts
- MySQL workbench -"Could not decrypt password cache"
- Code update from PHP 7.4 to PHP 8.1 - PhpSpreadsheet
- Code update from PHP 7.4 to PHP 8.1 - Worksheet/Iterator.php
- Rendering HTML tags inside textarea
- axios handle blob type data
- Setup vi syntax for PHP
- git svn conversion
- increase mysql query speed
- Unix Utils and wget in Windows
- EXCEL return to the next line in the same cell
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 }}} &
Labels:
latex
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment