Search found 6 matches

by dp_
Tue Nov 18, 2008 11:12 am
Forum: General
Topic: [solved] How to correctly fill all page with table
Replies: 3
Views: 1822

[solved] How to correctly fill all page with table

Thanks guys for help. I'm very grateful, this was so annoying problem for me.

gmedina very big thanks for suggestion about /noindent . First time I didn't use it and was little confused about result :)
by dp_
Mon Nov 17, 2008 1:08 pm
Forum: General
Topic: [solved] How to correctly fill all page with table
Replies: 3
Views: 1822

[solved] How to correctly fill all page with table

Hello,

I want to make table that will fill all page, without margins and other unnecessary spaces.


\begin{table}[ct]
\renewcommand{\tabcolsep}{1.5cm}
\renewcommand\arraystretch{11}
\begin{tabular}{p{4cm}|p{4cm}|p{4cm}}
label 1 & label 2 & label \\
\hline
item 1 & item 2 & item 3 ...
by dp_
Sun Jun 08, 2008 1:44 pm
Forum: General
Topic: figure doesn't use default margin
Replies: 2
Views: 2076

Re: figure doesn't use default margin

Hi,

OMG, I feel so stupid now..

After your post I looked carefully at my document, and I saw the difference. Everything with margins is OK, I didn't end description list on the previous page and on the page with figure everything was moved to the right except for figure, and it looked like problem ...
by dp_
Sun Jun 08, 2008 1:21 pm
Forum: General
Topic: figure doesn't use default margin
Replies: 2
Views: 2076

figure doesn't use default margin

Hi,

I encountered another problem during my work with Latex.

My figures don't use default margins.

My margin setting looks that:

\usepackage[lmargin=3cm,rmargin=2cm,tmargin=2.5cm,bmargin=2.5cm]{geometry}


This is my default figure:

\begin{figure} [h]
\counterwithin{figure}{section ...
by dp_
Sat Jun 07, 2008 8:39 pm
Forum: General
Topic: How to change caption style in figure ?
Replies: 2
Views: 3231

Re: How to change caption style in figure ?

Hi Stefan,

Firstly, big thanks for rapid time of answer :)

Secondly, it works great! I am very grateful for help.

Best regards.
by dp_
Sat Jun 07, 2008 8:20 pm
Forum: General
Topic: How to change caption style in figure ?
Replies: 2
Views: 3231

How to change caption style in figure ?

Hi,

I have little problem. In default Latex generate caption from style "Figure" + index of figure in document. I want to have different style, exactly "Figure" + number of section + index of figure in this particular section.

I have been searching Internet trying to find solution, but I failed ...