Search found 10 matches

by moonlight
Mon Nov 24, 2008 5:59 pm
Forum: General
Topic: Bibliography problem: URL too long. (Problem solved)
Replies: 3
Views: 21540

Bibliography problem: URL too long. (Problem solved)

Thank you so much localghost! I used the package and it is perfect: everything looks much neater now. If anyone is interested in this solution, the following page gives precise tips as to how to use the url package: http://www.kronto.org/thesis/tips/url-formatting.html.

Cordially,
moonlight.
by moonlight
Mon Nov 24, 2008 5:29 pm
Forum: General
Topic: Bibliography problem: URL too long. (Problem solved)
Replies: 3
Views: 21540

Re: Bibliography problem: URL too long.

Nevermind, I feel really stupid but I just found a hack 5 minutes after posting. I inserted a line break in the URL within the bibtex file: that did the trick. I should have thought about it earlier.

In any case, if anyone has a less barbaric solution, do let me know please.

Cordially,
moonlight.
by moonlight
Mon Nov 24, 2008 5:25 pm
Forum: General
Topic: Quotation on Part page
Replies: 5
Views: 6791

Quotation on Part page

I'm not sure if this will do exactly what you want, but you could give it a try.

Import the quotchap package before the start of your document, as so: \usepackage[grey, helvetica]{quotchap} You can change of course those parameters in between the square brackets later if this type of solution suits ...
by moonlight
Mon Nov 24, 2008 5:17 pm
Forum: General
Topic: Bibliography problem: URL too long. (Problem solved)
Replies: 3
Views: 21540

Bibliography problem: URL too long. (Problem solved)

Hi all,

In my document I've put a reference to another document as so: \cite{AKJ07} In my bibtex file the entry 'AKJ07' is a ' misc ' entrytype, and in its ' howpublished ' argument I've put in the URL where it can be downloaded. The trouble is that the URL is quite long, and when compiled, the URL ...
by moonlight
Wed Nov 05, 2008 8:29 pm
Forum: General
Topic: Header text too long
Replies: 4
Views: 3708

Re: Header text too long

Hi Stefan_K,

Thanks very much: it works!

Cordially,
moonlight.
by moonlight
Tue Nov 04, 2008 11:45 pm
Forum: General
Topic: Header text too long
Replies: 4
Views: 3708

Header text too long

Thanks Stefan_K,

I used

\markboth{string 1}{string 2}

It worked! But how can I reset the original headings in the next section? It keeps using 'string 2' on the right hand side of the header now in the next section. I put in \pagestyle{fancy} to bring it back to the original, like in the ...
by moonlight
Tue Nov 04, 2008 6:55 pm
Forum: General
Topic: Header text too long
Replies: 4
Views: 3708

Header text too long

Hi all,

I'm using the fancyhdr package to get headers on each page of my document. I've put the following command at the start of the document...

\pagestyle{fancy}

... and it works fine. But the trouble is that I have a section title in my first chapter that is too long so it gets written over ...
by moonlight
Sat Nov 01, 2008 5:10 pm
Forum: General
Topic: Help with savequote needed...
Replies: 3
Views: 4286

Re: Help with savequote needed...

Thanks for the welcome localghost.

I'm still quite new to all this Tex typsetting. I thought it was obvious what the package was. Sorry.
by moonlight
Sat Nov 01, 2008 3:28 pm
Forum: General
Topic: Help with savequote needed...
Replies: 3
Views: 4286

Help with savequote needed...

Hi all,

Ok, I was able to fix the problem, after getting some sleep. My hack consists of dropping Stevens' PhD styling package and putting my own styling inside my thesis. If anyone else faces a similar problem in the future, here is the code I wrote:


\documentclass[12pt]{report} % report class ...
by moonlight
Fri Oct 31, 2008 8:18 pm
Forum: General
Topic: Help with savequote needed...
Replies: 3
Views: 4286

Help with savequote needed...

Hi all,

I'm writing my thesis and using J. Steven's styling package called phdthesis.sty . There is also a page describing a bit this package on his website here .

The trouble is that he uses a twoside printing, whereas in my university I must use a oneside printing. So I modified the default ...