Search found 9 matches

by shannon
Mon Aug 09, 2010 6:50 pm
Forum: Kile
Topic: Kile won't build
Replies: 5
Views: 7209

Re: Kile won't build

Hi,

I built a min file and it worked. I then closed Kile and opened one file, built it, then closed Kile again and repeated this process for several individual files. Kile seemed to work fine. Then I opened the file that I had been working with when the problem began. The problem returned for that ...
by shannon
Mon Aug 09, 2010 6:28 pm
Forum: Kile
Topic: Kile won't build
Replies: 5
Views: 7209

Re: Kile won't build

Sorry but I'm not sure where to find the .log file.
by shannon
Mon Aug 09, 2010 5:46 pm
Forum: Kile
Topic: Kile won't build
Replies: 5
Views: 7209

Kile won't build

I'm using Kile 2.0, and it was building pdf files just fine when it suddenly crashed. I have no idea what happened. I reloaded Kile and now it will not build at all. I've tried altering the settings and working with various .tex files. Nothing seems to work. When I use PDFLaTex+ViewPDF I get the ...
by shannon
Tue Jul 27, 2010 6:02 pm
Forum: Page Layout
Topic: Need PDF page size to be A5
Replies: 4
Views: 4977

Need PDF page size to be A5

Thanks guys,

I added the following line and it seems to be working, the PDF properties have the right size:


\documentclass[a5paper,10pt]{book}
\special{papersize=5.85in,8.26in}


When I tried

\documentclass[10pt]{book}
\usepackage[a5paper]{geometry}

it didn't seem to work. The PDF remained ...
by shannon
Tue Jul 27, 2010 5:01 pm
Forum: Page Layout
Topic: Need PDF page size to be A5
Replies: 4
Views: 4977

Need PDF page size to be A5

Hi,

I am using Kile 2.0 to create a book that needs to be printed on A5 paper. When I create the PDF (Latex->dvitops->PDF) I get a PDF that is A4, Portrait (8.26 x 11.69 inch) rather than the A5 5.85 x 8.26 inch that I need. I'm a bit of a novice, but I believe that the PDF is produced by GPL ...
by shannon
Fri Jul 23, 2010 11:29 pm
Forum: BibTeX, biblatex and biber
Topic: natbib: Bibliography headings not right
Replies: 2
Views: 2936

natbib: Bibliography headings not right

Sorry for the errors in posting. The problem was solved by a changing:


\bibliographystyle{apalike}
\bibliography{dis}
\addcontentsline{toc}{chapter}{Bibliography}
\pagestyle{fancy}
\fancyhead[CE]{Bibliography}
\fancyhead[CO]{Bibliography}


to:


\pagestyle{fancy}
\fancyhead[CE]{Bibliography ...
by shannon
Fri Jul 23, 2010 9:06 pm
Forum: Page Layout
Topic: Fancy Header: page numbering in footer and header
Replies: 3
Views: 3001

Re: Fancy Header: page numbering in footer and header

Thanks Stefan,

That worked!

Shannon
by shannon
Fri Jul 23, 2010 8:48 pm
Forum: BibTeX, biblatex and biber
Topic: natbib: Bibliography headings not right
Replies: 2
Views: 2936

natbib: Bibliography headings not right

Hi,

I'm creating a book and using natbib and fancyhdr. I have the following (along with a number of other packages):

\usepackage{natbib}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[CE,CO]{\bfseries\thepage}
\fancyhead[CO]{\bfseries\rightmark}
\fancyhead[CE]{\bfseries\leftmark ...
by shannon
Fri Jul 23, 2010 8:27 pm
Forum: Page Layout
Topic: Fancy Header: page numbering in footer and header
Replies: 3
Views: 3001

Fancy Header: page numbering in footer and header

Hi,

I am creating a book using the following:

\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[CE,CO]{\bfseries\thepage}
\fancyhead[CO]{\bfseries\rightmark}
\fancyhead[CE]{\bfseries\leftmark}
\fancyhead[RE]{\thepage}
\fancyhead[LO]{\thepage}
\fancypagestyle{plain}{%
\fancyhead ...