Questions tagged [column-width]
The column-width tag has no summary.
110 questions
4 votes
1 answer
81 views
Set column width using text example
I’m setting multiple tables on separate pages that have two columns each using tabularx. The cells in the left columns only contain a time in the format 15:00. Since not all times are available in all ...
4 votes
2 answers
174 views
Make table column width equal for specific columns with rotated text
Challenge: I am creating a larger sidewaystable with color markings for features to be implemented using tabularx. Within this table I rotate certain cells in order to reduce the width for those color ...
4 votes
3 answers
233 views
How to fix Overfull \hbox in a wide LaTeX table with long text entries
Approach 1: Using tabularx with flexible columns I am using tabularx with two X columns and 8 columns total. Why am I still getting Overfull \hbox warnings? How can I make a LaTeX table with long ...
1 vote
2 answers
73 views
Fitting three subfigures (tikzpicture) into a beamer slide
I have trouble trying to properly organize the content of a slide. As a MWE to illustrate the issue: \documentclass{beamer} \usepackage[utf8]{inputenc} \usepackage[OT1]{fontenc} \usepackage[french]{...
4 votes
1 answer
118 views
How do you specify column widths with longtable and revtex4-2?
I am using longtable in a revtex4-2 document. This document compiled correctly before (i.e., fall of last year, before the most recent longtable update), but does not compile now. Using plain tabular ...
0 votes
0 answers
58 views
Individual columnwidths for footnotes in reledmac
I would like to set the width of the columns in the footnotes individually. With \hsizetwocolX[B]{0.5\hsize} both columns are set simultaneously. In my example, all footnotes would fit into one line ...
0 votes
0 answers
85 views
Part of the text in the second column overflows the page width
I have tried multiple ways to fix the problem, but I cannot adjust the second column to fit the page width as the years and part of the text overflows the margin. Also, is it possible to include a ...
1 vote
1 answer
203 views
Two Column Layout with Paracol - How Can I Set the Column Widths?
I am typesetting some Gujarati poem lyrics using the polyglossia, verse and paracol packages. Here is an example of how I wish the lyrics to be typset: Each stanza of the poem is written on a new ...
2 votes
0 answers
55 views
Specifying Column Width
I have been looking for codes to specify column widths with alignment provided. That is when I met the code {tabular}{|wc{2cm}| what is wc?
5 votes
1 answer
62 views
Fixed column width and left alignment works partially [duplicate]
For some reason, I am not able to set left alignment in the third column of a table (I can make it only in the first and second columns}. Does anybody know waht is hapenning? Below you find a MWE. ...
2 votes
1 answer
266 views
How to properly expand expl3 Macros within tblr environment (from tabularray package)
I've been working on a macro that takes a comma-separated list of lists and converts it into a table that spans the full width of the page, with specific text formatting applied to certain columns. ...
1 vote
1 answer
128 views
Aligning the Summary Statistics and Correlation Matrix
I am trying to create a table in LaTeX that displays summary statistics and a correlation matrix, similar to the table shown below. However, I am encountering some issues with formatting and aligning ...
1 vote
2 answers
294 views
Columns not equally spaced in tabular*
I am using \tabular* and my columns are not equally spaced. Also, the last column does not reach the border of the table. I don't want to use \multicolumn for all rows as it's so messy. But I had to ...
2 votes
1 answer
69 views
Set automatically the width of a table, based on the column width in which the table appears (in a 2-column document) [duplicate]
I have a document that is split into two columns of different width. In one of the two columns, I would like to add a table that is large exactly as the width of that column. Is there an automatic way ...
0 votes
1 answer
60 views
multiple box per 5 line
I think I've reached my solution on how to have 3 box each line, for 5 lines. this is an example. \begin{document} \tcbset{colback=red!10!white,colframe=red!75!black,size=small, fonttitle=\bfseries,...