Search found 4 matches

by clockworkbutterfly
Sun Mar 06, 2011 10:22 am
Forum: BibTeX, biblatex and biber
Topic: BibLaTeX Coding for Newbies?
Replies: 0
Views: 2052

BibLaTeX Coding for Newbies?

I'm rather reticent to post this, but it seems I have few options left. I presently use TeXShop (Mac OSX) and BibDesk. Both these programs work just fine together and I can see both citations and reference lists from BibDesk entries in my final document.

However, there is a particular nameless and ...
by clockworkbutterfly
Fri Jan 08, 2010 7:46 pm
Forum: Page Layout
Topic: Re: Page Numbers in Small Caps?
Replies: 6
Views: 4718

Re: Page Numbers in Small Caps?

Thanks. I'm still a novice in the sense that I don't remember to give everyone the full scenario. I probably should've mentioned I was using fontspec, but I guess that once I started using it I never stopped, so it's sort of become a default package to use for me. My apologies, though. Thanks also ...
by clockworkbutterfly
Fri Jan 08, 2010 6:45 pm
Forum: Page Layout
Topic: Re: Page Numbers in Small Caps?
Replies: 6
Views: 4718

Re: Page Numbers in Small Caps?

Thanks everyone. I did a fresh search this morning and actually stumbled upon the answer. All I needed was the following:

\setromanfont[Ligatures={Common},Numbers={OldStyle},Mapping=tex-text]{Adobe Caslon Pro}
\setmonofont[Ligatures={Common},Numbers={OldStyle},Mapping=tex-text]{Adobe Caslon Pro ...
by clockworkbutterfly
Fri Jan 08, 2010 10:56 am
Forum: Page Layout
Topic: Re: Page Numbers in Small Caps?
Replies: 6
Views: 4718

Re: Page Numbers in Small Caps?

I'm still a bit of a newbie to LaTeX, but hopefully this isn't that bad of a question.

All I want to do is alter the page numbering in my document so that all page numbers come out with small caps. I've found a way to do this with fancyhdr, but I'm wondering if there's a way to do it without an ...