Search found 25 matches

by ijc
Mon Mar 03, 2008 2:24 pm
Forum: General
Topic: BibTex - showing all even if they are not referenced?
Replies: 5
Views: 24626

Re: BibTex - showing all even if they are not referenced?

It works if I do

\nocite{key1}

whether it's at the top or the bottom of the document...

But

\nocite{*}

doesn't work at the top or bottom...

I think I will just list the keys.

Thanks gmedina
by ijc
Mon Mar 03, 2008 2:01 pm
Forum: General
Topic: BibTex - showing all even if they are not referenced?
Replies: 5
Views: 24626

BibTex - showing all even if they are not referenced?

That code error'ed by the way

[BibTeX] MainReport.aux => MainReport.bbl (bibtex)
[BibTeX] finished with exit status 2
by ijc
Mon Mar 03, 2008 2:00 pm
Forum: General
Topic: BibTex - showing all even if they are not referenced?
Replies: 5
Views: 24626

BibTex - showing all even if they are not referenced?

Where should the \nocite command go?

Code: Select all

...
\nocite{*}

\bibliographystyle{is-unsrt}
\bibliography{MainReport}

\end{document}
I tried googling some example but they aren't very clear.

Thanks again gmedina :)
by ijc
Mon Mar 03, 2008 1:25 pm
Forum: General
Topic: BibTex - showing all even if they are not referenced?
Replies: 5
Views: 24626

BibTex - showing all even if they are not referenced?

Hi all,

In my bilbiography I want to include all the things in the bib file, including things I haven't referenced in my document.

How do I do this?

Is there specific style file for this? I'm currently using is-unsrt.bst

Thanks
IJC
by ijc
Mon Mar 03, 2008 11:59 am
Forum: General
Topic: Annotate Table, inserting footnotes to Tables
Replies: 7
Views: 15414

Annotate Table, inserting footnotes to Tables

I've been trying to sort out the same problem...

I worked out a dirty fix without using minipages.

\begin{table}
\begin{center}
\begin{tabular}{|r|r|}
\hline
x & x \\
\hline
x & x \\
x & x \\
\hline
\end{tabular}
\label{tbl:runtime}
\caption{blah $^1$.}
\end{center}
\end{table}

\footnotetext[1 ...
by ijc
Sun Mar 02, 2008 11:51 am
Forum: General
Topic: Forcing table / image within template
Replies: 12
Views: 9100

Re: Forcing table / image within template

Perfect!

Thanks again
by ijc
Sat Mar 01, 2008 6:05 pm
Forum: General
Topic: Forcing table / image within template
Replies: 12
Views: 9100

Re: Forcing table / image within template

Fantastic!

I upped the scale factor to 0.85 and it still fits on the right page.

One last question, the caption for the table has wrapped itself onto 4 small lines - what do I need to add to command so it is not squished up.


Thanks very much for your help with this gmedine :)
by ijc
Sat Mar 01, 2008 5:18 pm
Forum: General
Topic: Forcing table / image within template
Replies: 12
Views: 9100

Re: Forcing table / image within template

Thanks for sticking with this gmedina.

The appendix tex file is attached with the table code in it. I also attached the pdf file so you can see what it's outputting and why it isn't right.

I had to battle with LaTeX to get the table landscape, it's too big to do portrait so if hvfloat can make it ...
by ijc
Sat Mar 01, 2008 4:42 pm
Forum: General
Topic: Forcing table / image within template
Replies: 12
Views: 9100

Forcing table / image within template

Thanks gmedina.

I posted the last bits of my code so you could see how I have it set up, in case there is something in there causing problems.

I got the hvfloat.sty file and put it in the same directory as my report.

./fftoptions.tex:9:Undefined control sequence. {tab:test2}
./fftoptions.tex:9 ...
by ijc
Sat Mar 01, 2008 4:22 pm
Forum: General
Topic: Forcing table / image within template
Replies: 12
Views: 9100

Forcing table / image within template

./MainReport.tex:10:File `hvfloat.sty' not found. ^^M

I have my appendix in a seperate file...ffttiming.tex

main.text
\documentclass[parskip]{cs4rep}

\usepackage[pdftex]{graphicx}
\usepackage{color}
\usepackage{rotating}

\usepackage{float}
\floatplacement{table}{H}
\usepackage{hvfloat ...