Search found 4 matches

by ferdisss
Mon Mar 14, 2022 7:54 pm
Forum: Graphics, Figures & Tables
Topic: Table goes outside page
Replies: 0
Views: 1334

Table goes outside page

Hi! I have made a table which contains rather much text. However, the table just goes beyond the page side(see first picture). How can I fix this?

Screenshot 2022-03-14 at 18.52.13.png


The 'code':

% Please add the following required packages to your document preamble:
% \usepackage{booktabs ...
by ferdisss
Thu Feb 24, 2022 5:58 pm
Forum: Graphics, Figures & Tables
Topic: Move table text from under to over table
Replies: 1
Views: 3902

Move table text from under to over table

Hi!
Usually when I create a table in LateX, the table text is placed over the table, which is the way I like it. However, now it came under the table and I don't know how to move it up.

Any ideas? Thanks!

\begin{table}[H]
\centering
\begin{tabular}{lllll}
\hline
\multicolumn{1}{|l|}{Kommune ...
by ferdisss
Wed Feb 23, 2022 7:54 pm
Forum: Graphics, Figures & Tables
Topic: How to gather your tables under "List of tables"?
Replies: 1
Views: 1837

How to gather your tables under "List of tables"?

I have a "List of tables" in main, but how do you gather your tables under it? Right now, the table itself that I made in a section has comen under "List of tables".

Any ideas? Thanks!
by ferdisss
Wed Feb 23, 2022 7:50 pm
Forum: General
Topic: Trying to import a section to main
Replies: 1
Views: 1442

Trying to import a section to main

The 'example_section' section is imported to main, but 'snolast' section is not. They are both in under "Sections". Any ideas?

In main:

% Example section added from an external tex-file, here located in ./Sections/
\import{./Sections/}{Example_section}

%Snolast section
\import{./Sections ...