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)
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