Skip to main content

All Questions

Tagged with
0 votes
1 answer
31 views

latex figure as table

enter image description here I am design a figure on latex overleaf. the figure shall contain multi images as above. i used this code as it is required for a conference paper. i faced a problem with ...
Alaa Alshubbak's user avatar
0 votes
1 answer
52 views

Table in LaTeX can't show everything

I am trying to use tabularray in Latex to put all the elements in the array to the center of each cell. \begin{tblr}{vlines={}, hlines{}} \hline & Dog & Car & Bird \\ \hline \SetCell[r=3]{}...
henry Chan's user avatar
1 vote
1 answer
54 views

How to left align all my tables in the appendix section? Such that they all start from the exact same left margin

I want to ensure that all the tables in my appendix start from the same left margin. With my code below I do not get the identical alignments for all my tables. The first table is more to the left ...
Anupam Ghosh's user avatar
0 votes
1 answer
356 views

How to add a line break in LaTeX multicolumn heading?

I have the following table in latex which is centered: \multicolumn{1}{|c|}{\large \cellcolor{bleudefrance}\color{white}\textbf{very long sentence}} How can I make the column heading "very long ...
Beans On Toast's user avatar
1 vote
0 answers
120 views

LaText table shows vertical lines incorrectly

Hi there I'm new to LaText and working on a fairly nested table. I got pretty much everything sorted but, for some reason, I cannot figure out how to properly add vertical lines... This is an examples ...
Matteo's user avatar
  • 209
0 votes
1 answer
113 views

How can I draw a table with vertical lines not aligned in Latex

I want to draw a table like that but don't know how to enter image description here I tried multirow and multicol but it doesn't work, or i don't know to use it correctly :<<< i find no one ...
Thu Trang Đỗ's user avatar
1 vote
1 answer
127 views

Painting columns in a multirow table

I am trying to define and paint a multirow table by columns using the following: \usepackage{multirow,tabularx} \usepackage{xcolor} \usepackage{colortbl} \definecolor{lf}{RGB}{204,153,255} % lila ...
Bufal's user avatar
  • 11
3 votes
2 answers
2k views

LaTeX: How to remove specific vertical line between two cells in tabular

I am looking for a way to remove the vertical lines between two cells, keeping the vertical lines for the following rows intact. Namely in the example shown below the line before 7.5% and the line ...
Kim's user avatar
  • 61
-1 votes
2 answers
154 views

I want to add this type of table in my documentation, what will be the latex code of this table?

\setlength{\extrarowheight}{1pt} \begin{table*}[ht] \caption{Compare with SAT-based approach} \label{Results} \centering \begin{tabular}{|c|c|c|c|c|c|} \hline Assay & Baseline &\...
Souvik Gorai's user avatar
1 vote
1 answer
621 views

How delete indentation in a cell tabular - Latex

I would like to remove the indentation from the item bullet but I can't. I tried with the code : \begin{itemize}[leftmargin=*] for each itemize, but here happens \documentclass{article} \usepackage{...
Zebra125's user avatar
  • 526
1 vote
1 answer
1k views

How to make LaTex table vertical row headers fit?

For reference, this is what I am trying to achieve: This is what my current table looks like: This is the problem I am trying to solve (making the class names longer breaks the table): Here are the ...
CorporalClegg's user avatar
-1 votes
1 answer
2k views

Centering problem with multicolumn in tabular (LaTeX)

I want to create a table with two lines to sort details. The first line will have 3 cells and the second one 2 cells. For that, I cut the tabular in 6 column, so with multicolumn, by taking 2 column ...
Juju's user avatar
  • 39
2 votes
2 answers
666 views

how to add a label to combined rows in latex?

\begin{table}[ht] \centering \begin{tabular}{cc} \hline AGE & Percentage \\ \hline 19-24 & 6\% \\ 25-34 & 18\% \\ 35-44 & 24\% \\ 45-54 & 36\% \\ 55-64 & 7\% \\...
y.eska's user avatar
  • 77
0 votes
0 answers
63 views

One column missing horizontal lines

I am working on a project which involves automatic report generation using latex and python. I open a text file extract the content use some regex operation and store the desired value in an array. ...
Mr. Dwivedi's user avatar
1 vote
0 answers
44 views

Removing error of looping through columns in a Latex Tabular Environment

Hi I am using the following code to try and dynamically set the number of columns in a Latex tabular environment: \documentclass{article} \usepackage{array} \newcounter{numcols} \setcounter{numcols}{...
Alyssa Mencel's user avatar

15 30 50 per page
1
2 3 4 5
11