Search found 5 matches

by kettu_lissa
Mon Jul 03, 2023 5:47 pm
Forum: Graphics, Figures & Tables
Topic: Long text inside TABLE
Replies: 5
Views: 4290

Long text inside TABLE

Ok, thanks!
But I didn't get why you did those rectangles.
I don't need those on my project x_x
by kettu_lissa
Mon Jul 03, 2023 12:31 pm
Forum: Graphics, Figures & Tables
Topic: Long text inside TABLE
Replies: 5
Views: 4290

Long text inside TABLE

Please pay attention to publish a complete .

You have to start a new table row before the horizontal line is drawn at the end of the table.

\documentclass{article}
\usepackage[spanish]{babel}
\usepackage{tabularx}% loads array
\usepackage{makecell}% needed to use the \makecell command ...
by kettu_lissa
Sat Jul 01, 2023 6:25 pm
Forum: Graphics, Figures & Tables
Topic: Long text inside TABLE
Replies: 5
Views: 4290

Long text inside TABLE

Hi! I've been dealing with this table for weeks... It's really pissing me off, but I need to do it wanting or not, for a project.
The last column of my table has long text. I already tried many things and packages recommended by different sources from google (even chatGPT :? ). The less bad solution ...
by kettu_lissa
Mon Jun 19, 2023 8:47 pm
Forum: Graphics, Figures & Tables
Topic: Tabularx - many errors
Replies: 3
Views: 5668

Tabularx - many errors

Please try to make a complete .

Start, e.g. with the \\ macro, a new table row before the \hline command or one of the booktabs package commands draws a horizontal line. It should be mentioned in a LaTeX introduction because it's part of the basic knowledge.

Why did you choose the tabularx ...
by kettu_lissa
Mon Jun 19, 2023 12:16 am
Forum: Graphics, Figures & Tables
Topic: Tabularx - many errors
Replies: 3
Views: 5668

Tabularx - many errors

Hello! I'm trying to make a table for my final project but I've been dealing with many types of problems...
Since it's so many, I need to try to fix them little by little. I have tried to find answers in different wesbites but got no sucess when trying to fix my code...

My first question, is to ...