Search found 5 matches

by zryw
Sat Mar 26, 2011 12:15 am
Forum: Page Layout
Topic: Vertical White Space above TOC Heading
Replies: 2
Views: 7017

Re: Vertical White Space above TOC Heading

\begin{spacing}{0.8}
\tableofcontents
\end{spacing}

Greetings
by zryw
Fri Mar 25, 2011 12:36 am
Forum: Page Layout
Topic: Styling Bibliography in the way of ToC
Replies: 0
Views: 882

Styling Bibliography in the way of ToC

Hi, it's me again. Made a little proggres with latex and found another obstacle.
Almost MWE code:
\documentclass[a4paper,final]{report}

\usepackage[polish]{babel}
\usepackage{tocloft} %ToC, LoF styles
\usepackage[Bjornstrup]{fncychap}

\begin{document}
\tableofcontents
\newpage
\listoffigures ...
by zryw
Sun Mar 20, 2011 2:38 pm
Forum: Graphics, Figures & Tables
Topic: Reference to figure.
Replies: 3
Views: 1750

Re: Reference to figure.

Surprisingly second run worked. Many thanks! if only C++ compilation issues were so easy to handle... ;)
by zryw
Sun Mar 20, 2011 2:25 pm
Forum: General
Topic: Collecting all chapters into one file
Replies: 1
Views: 1089

Collecting all chapters into one file

Another beginner problem:

My document consist of few individual chapters. Right now i have every chapter in single file, because I need quick access to fix minor bugs. After that I'd like to compile and check that chapter only, so in every file I have in first line
\include{preambule}, which is ...
by zryw
Sun Mar 20, 2011 2:10 pm
Forum: Graphics, Figures & Tables
Topic: Reference to figure.
Replies: 3
Views: 1750

Reference to figure.

Hello.
I have a block of text finished by figure related with it. I need to refer in text to that figure, but console says Warning: Reference undefined and the two question marks is only I get. Is there any way to ref to the figure which is placed later than ref marking? Or will I have to lose ...