Search found 6 matches

by dkaplan
Sat May 15, 2010 7:59 pm
Forum: BibTeX, biblatex and biber
Topic: Strange problem with BibTeX with TeXShop.
Replies: 2
Views: 3239

Strange problem with BibTeX with TeXShop.

Greetings all. I have been trying to format my references for a book. I am receiving the following error message:
---
This is BibTeX, Version 0.99c (TeX Live 2009)
The top-level auxiliary file: Bayes book first draft.aux
I found no \bibstyle command---while reading file Bayes book first draft.aux ...
by dkaplan
Mon Nov 23, 2009 6:37 am
Forum: Text Formatting
Topic: Placing a horizontal line in text
Replies: 1
Views: 35835

Placing a horizontal line in text

Hi all,
I wish to place a horizontal line in a text separating a title from the rest of the text. For example

Blah Blah Blah
_________________________________________________________

more blah blah blah


I tried \rule but I end up with an error. This seems simple, but I have unable to figure out ...
by dkaplan
Thu Jun 25, 2009 11:29 pm
Forum: Graphics, Figures & Tables
Topic: aligning numbers in tables
Replies: 2
Views: 2019

aligning numbers in tables

Greetings all,

I'm fairly new to using tables in LaTeX. I am finding it difficult to align columns of numbers (particularly if they have negative signs). I've attached an example which I hope will make clear my issue. Any advice would be greatly appreciated.

Thanks in advance.

David ...
by dkaplan
Tue May 19, 2009 7:19 pm
Forum: Page Layout
Topic: re-numbering bibliography section
Replies: 5
Views: 4256

Re: re-numbering bibliography section - nevermind

Hi. Nevermind previous post. I got it to work by having \newpage before \setcounter.

Thanks again.

David
by dkaplan
Tue May 19, 2009 7:02 pm
Forum: Page Layout
Topic: re-numbering bibliography section
Replies: 5
Views: 4256

Re: re-numbering bibliography section

Hi. Thanks for the quick response. When add that command as follows

\setcounter{page}{1}
\bibliography{kaplan}
\end{document}

it actually numbers the last page of text as page 1 and starts the bibliography on page 2.

Thoughts.

Thanks again in advance.

David
by dkaplan
Tue May 19, 2009 4:23 pm
Forum: Page Layout
Topic: re-numbering bibliography section
Replies: 5
Views: 4256

re-numbering bibliography section

Greetings all,
I am writing a grant proposal that requires that the bibliography be a separate document with page number starting over again. At the end of the document, I invoke the bibliography with \bibliography{filename}. Everything works fine, but I would like to have the actual bibliography ...