Search found 7 matches

by geo_101
Tue Jul 28, 2009 6:08 pm
Forum: Page Layout
Topic: Margin Comments
Replies: 1
Views: 2420

Margin Comments

I have solved the issue
I modified the geeometry package line to :

Code: Select all

\usepackage[lmargin=3cm,rmargin=3cm,tmargin=2cm,bmargin=2cm,
marginpar=2cm ,reversemp]{geometry}
and used margin notes for my comments:

Code: Select all

\marginnote{\small{"COMMENT"}}
by geo_101
Mon Jul 20, 2009 11:16 am
Forum: Page Layout
Topic: Margin Comments
Replies: 1
Views: 2420

Margin Comments

I'm having some problems with putting notes on the left margin of my document. I have tried the methods I could find here and via Google (i.e., \marginpar; \reversemarginpar; mparhack; and \marginnote) but with no success.

I have also tried removing the various packages from my preamble to see if ...
by geo_101
Wed Jun 11, 2008 11:35 am
Forum: Document Classes
Topic: Custom reference style
Replies: 4
Views: 4009

Custom reference style

I usually use the natbib package for my bibliography. It provides several alternative citation styles. The \citealt{key} command seems to give what you want:
Yeah, that's what I'm using, but I was using \cite[]{key}... I forgot about the other variations.

All sorted (for now), cheers for the help ...
by geo_101
Tue Jun 10, 2008 6:56 pm
Forum: Document Classes
Topic: Custom reference style
Replies: 4
Views: 4009

Custom reference style

Cheers for that... but you weren't kidding when you said it wasn't trivial!!!

Been poking at it for a few hours and I can get my reference list how I want (using custom-bib), but not my citations...
I would like to remove the comma...
Sparks et al., 1997 to
Sparks et al. 1997
It's done in this ...
by geo_101
Tue Jun 10, 2008 11:50 am
Forum: Document Classes
Topic: Custom reference style
Replies: 4
Views: 4009

Custom reference style

I'm sure something like this has been posted before, but I did a search and found too much!!

I basically want to modify (or make a new) a reference style to fit a journal I'm writing for, but I'm not quite sure where to start.

apalike is the closest style to what I want, it out puts:
Sparks, R. S ...
by geo_101
Mon May 19, 2008 6:36 pm
Forum: Document Classes
Topic: fancyhdr question
Replies: 2
Views: 6578

Re: fancyhdr question

Thanks for that I now have everything sorted.

Cheers :)
by geo_101
Mon May 19, 2008 10:51 am
Forum: Document Classes
Topic: fancyhdr question
Replies: 2
Views: 6578

fancyhdr question

Hi guys.

I'm having some problems getting my headers to appeaper like I want them.
I want each page (except the title) to have a header with the chapter name and page number, and a footer with "DRAFT". For the most part I can do this... except for the first few parts.

My abstract, extended ...