Search found 5 matches

by ipmax
Wed Aug 24, 2011 12:29 pm
Forum: General
Topic: Links in Bibliography and ToC
Replies: 2
Views: 1673

Links in Bibliography and ToC

Hi all,

I can publish the bibliography and table of contents easily. But, I want to use cross referencing in bibliography and table of contents as well. For example if I click [1] in the body of the report, I need to go to [1] in the bibliography section. Also, if I click on certain section in ...
by ipmax
Tue Jul 05, 2011 6:23 pm
Forum: General
Topic: Paragraph Spacing
Replies: 2
Views: 1926

Re: Paragraph Spacing

thanks a lot..it works
by ipmax
Tue Jul 05, 2011 6:01 pm
Forum: General
Topic: Paragraph Spacing
Replies: 2
Views: 1926

Paragraph Spacing

Hey guys,

When I try to use this code
We want to get\\
True Positive (TP)\\ \\
True Negative (TN)\\ \\

This gives me following warning,

Underfull \hbox (badness 10000) in paragraph at lines 76--88

I want to use double spacing between the lines but I cannot do it using \\ twice. Could anyone ...
by ipmax
Wed Feb 02, 2011 2:48 pm
Forum: Graphics, Figures & Tables
Topic: Pretty weird table
Replies: 2
Views: 4758

Pretty weird table

Hi folks...I have a problem in obtaining a table for class confusion matrix..can anyone help me..
by ipmax
Tue Feb 01, 2011 4:36 pm
Forum: Graphics, Figures & Tables
Topic: Latex picture
Replies: 2
Views: 1718

Latex picture

I used the following code to put a picture to my document
\begin{figure}[htb]
\centering
\includegraphics[scale = 0.5]{documentation/meanstd_3.5_experiment.eps}
\caption{Mean and Standard Deviation method with 3.5$\sigma$}
\end{figure}
However, this code puts the picture in random place. I want ...