General ⇒ New to LaTex - Having table issues
-
- Posts: 1
- Joined: Tue Aug 12, 2008 3:49 pm
New to LaTex - Having table issues
In any event, I created several tables in two sub sections. In the first subsection the table appears like this
Subsection Header
//table\\
some text
//table\\
Then this is where I run into an issue. Below that I have another subsection start with another table below it. However this ends up like this
Subsection Header
-------------page break--------------
//table\\
As in the table appears on the page below it (even though there is plenty of room and I have TINY margins) in the center of the second page. I am going to attach my tex file. Any help would be HUGLEY appreciated! Thank you very much!
- Attachments
-
- svensk.tex
- Problem file.
- (1.65 KiB) Downloaded 175 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
New to LaTex - Having table issues
welcome to the board!
Try
Code: Select all
\begin{table}[!hb]
Stefan
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
New to LaTex - Having table issues
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: New to LaTex - Having table issues
- Attachments
-
- svensk.tex
- (2.1 KiB) Downloaded 163 times