Note that there are some explanatory texts on larger screens.

plurals
  1. POLatex: Problem with Multirow
    text
    copied!<p><br> I am creating a table with mulitrow but I am getting a problem. As far as I understand, this is the form of the multirow:</p> <pre><code>\multirow{count}{alignment}{content} </code></pre> <p>where count is the number of rows to merge, alignment is either l, c, r, or *, and content is the content of the row. I tried the following:</p> <pre><code>\multirow{3}{*}{Framing} </code></pre> <p>but I am getting a problem. Rather than seeing the word "Framing" in the cell, I see "3*Framing" which gives the indication that the \multirow element isn't working. Any idea?</p> <p>Also, how is it possible to align a text in a cell vertically?</p> <p>UPDATE: I thought the \usepackage{multirow} would solve it, but I still see problems: First, I can't make vertical alignments. Second, I get some strange thing with the "Framing" cell. Instead of getting "Framing" aligned to the left, I get one virtual row containing the letter "l" and then after two virtual rows I get the word "Framing"!! It is something like this:</p> <pre><code>______________ | l | | | | Framing | | | | | | | | | ______________ </code></pre> <p>This is my table for those who asked about it:</p> <pre><code>\begin{table*}\tiny \centering \begin{tabular}{|c|c|c|c|c|p{2in}|} \hline Rule &amp; Factor &amp; Best Value &amp; \Delta_t &amp; \Delta_{do} &amp; Comments \\ \hline % Diagonal Dominance Rule \multirow{3}{*}{Diagonal Dominance} &amp; Line Angle &amp; 45 &amp; 15 &amp; 30 &amp; The angle between the prominent line of the object and the diagonal lines \\ % TODO: What object? Make sure it is clear. &amp; Line Distance &amp; 0 &amp; 0.25 &amp; 1 &amp; The distance, in screen coordinates, from the prominent line of the object to the diagonal lines. \\ % TODO: Need to define screen coordinates &amp; Corner Distances &amp; 0 &amp; 0.1 &amp; 0.7 &amp; The distance, in screen coordinates, from the end of the prominent line of the object to the corners of the screen. \\ \hline % Framing Rule \multirow{4}{l}{Framing} &amp; Left Distance &amp; 0 &amp; ${Frame Width}*5\%$ &amp; ${Frame Width}*25\%$ &amp; The distance between the left side of the frame covering the object and the left or the right side of the intended frame, whichever closer. \\ &amp; Right Distance &amp; 0 &amp; ${Frame Width}*5\%$ &amp; ${Frame Width}*25\%$ &amp; The distance between the right side of the frame covering the object and the left or the right side of the intended frame, whichever closer. \\ &amp; Top Distance &amp; 0 &amp; ${Frame Height}*5\%$ &amp; ${Frame Height}*25\%$ &amp; The distance between the top side of the frame covering the object and the upper or the lower side of the intended frame, whichever closer. \\ &amp; Bottom Distance &amp; 0 &amp; ${Frame Height}*5\%$ &amp; ${Frame Height}*25\%$ &amp; The distance between the bottom side of the frame covering the object and the upper or the lower side of the intended frame, whichever closer. \\ \hline \end{tabular} \caption{The factors of each rule and their parameters.} \label{table:factors} \end{table*} </code></pre> <p>Regards,<br> Rafid</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload