Search found 9 matches

by pepperedmoth
Sat Oct 16, 2010 5:44 pm
Forum: BibTeX, biblatex and biber
Topic: Lastname first in natbib
Replies: 10
Views: 44814

Re: Lastname first in natbib

I use apa.bst. Works like a charm.
by pepperedmoth
Sat Oct 16, 2010 5:22 pm
Forum: BibTeX, biblatex and biber
Topic: natbib and "and" in multiple references?
Replies: 2
Views: 2035

natbib and "and" in multiple references?

OK, this isn't particularly elegant, but couldn't you just do this?

Code: Select all

I would like to cite \citet{cite1, cite2} and \citet{cite3}
I ran it on a dummy document an my computer and it came out just fine.
by pepperedmoth
Sat Oct 16, 2010 4:51 pm
Forum: Text Formatting
Topic: maketitle adjustment
Replies: 2
Views: 28664

maketitle adjustment

I, personally, would forego the whole "maketitle" bit and manually format the title. It's not hard. As you can see, you can specify the space between lines and the font of each line.

\documentclass[12pt]{article}
\begin{document}
\begin{titlepage}
\begin{center}
\Huge{Very Big Title}\\[1cm ...
by pepperedmoth
Tue Dec 02, 2008 9:52 pm
Forum: General
Topic: fancyhdr and APA format
Replies: 5
Views: 3290

Re: fancyhdr and APA format

Thank you! That will solve my problem nicely.

I agree that it looks bad, but it is a requirement. I've lost points on papers for even pettier things. Ugh.
by pepperedmoth
Mon Dec 01, 2008 8:17 pm
Forum: General
Topic: fancyhdr and APA format
Replies: 5
Views: 3290

fancyhdr and APA format

Whoops. That was a mistake in the copy paste.

Here again, also with irrelevant packages edited out. I kept the sample text, just for clarity, and the title page, for the same purpose.


\documentclass{report}
\usepackage{geometry}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{}
\chead{}
\rhead ...
by pepperedmoth
Mon Dec 01, 2008 7:18 pm
Forum: General
Topic: fancyhdr and APA format
Replies: 5
Views: 3290

fancyhdr and APA format

Hey all-

I'm trying to get running page numbers in the upper right corner of my document. No problem, right? Just use fancyhdr. BUT when I use this to include the title page in my page numbers, I get two page #1's. This is unclear, so I attach my code output.

Code:

\usepackage{setspace ...
by pepperedmoth
Sun Nov 16, 2008 4:29 pm
Forum: General
Topic: Table Madness!
Replies: 2
Views: 2124

Re: Table Madness!

Ahhh, thank you SO MUCH! Yes, that's exactly what I need! If anyone cares (doubtful, but possible), I'll post my new markup and output so everyone can see . . .
by pepperedmoth
Sun Nov 16, 2008 5:49 am
Forum: General
Topic: Table Madness!
Replies: 2
Views: 2124

Table Madness!

I am at my wit's end. I need to create an enormous text-only table, spanning several pages. I need text wrapping in every cell. It needs to be landscape orientation. And it needs to be resized, so it actually fits a page. Here is what I have so far. I CANNOT figure out how to get longtable and ...
by pepperedmoth
Sun Nov 16, 2008 5:36 am
Forum: New Members
Topic: Hey All
Replies: 2
Views: 2660

Hey All

I'm a grad student in nursing, of all things, and when my professor said, "I'll give you all extra credit if you use EndNote!" I ran screaming toward LaTeX. I now do all my papers, letters, etc. in LaTeX. Running Slackware Linux, editing in Emacs, for those who care.

I joined here because my mad ...