GeneralNew to LaTex - Having table issues

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
stewartrutledge
Posts: 1
Joined: Tue Aug 12, 2008 3:49 pm

New to LaTex - Having table issues

Post by stewartrutledge »

I have texshop for Mac and I am trying to turn some written notes into a fancier looking environment. While I guess Word would suffice...well I'm sure anyone here knows why I would rather use LaTeX.

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 176 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
Joined: Mon Mar 10, 2008 9:44 pm

New to LaTex - Having table issues

Post by Stefan Kottwitz »

Hi,

welcome to the board!
Try

Code: Select all

\begin{table}[!hb]
with the last table. For general information have a look at epslatex.

Stefan
LaTeX.org admin
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

New to LaTex - Having table issues

Post by localghost »

Give to each of the figure environments the optional parameters [!ht]. The last table environment lacks of any parameters. Perhaps you can explain to me what the parameter d in your combination [htdp] means.


Best regards and welcome to the board
Thorsten¹
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Re: New to LaTex - Having table issues

Post by gmedina »

In the attached file I give you some additional recommendations.
Attachments
svensk.tex
(2.1 KiB) Downloaded 164 times
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply