Search found 12 matches

by Keith Emmert
Mon Mar 09, 2009 5:23 am
Forum: General
Topic: Moving Page Numbers Around
Replies: 3
Views: 4504

Re: Moving Page Numbers Around

senatortcj:

Not sure what you mean by "throws a line at the top of the page."

Can you post the code you're compiling? (A so called "minimum-working-example")

Keith
by Keith Emmert
Sun Nov 16, 2008 3:25 pm
Forum: Document Classes
Topic: tocloft and \cftchapfont
Replies: 8
Views: 10682

Re: tocloft and \cftchapfont

Thanks to everyone for your information!

Keith
by Keith Emmert
Thu Nov 13, 2008 3:44 am
Forum: Document Classes
Topic: tocloft and \cftchapfont
Replies: 8
Views: 10682

Re: tocloft and \cftchapfont

Hey!

That worked.

Now, can you explain why that works?

Also, why does the docs in TOCLOFT "let me down?"

Keith
by Keith Emmert
Wed Nov 12, 2008 11:50 pm
Forum: Document Classes
Topic: tocloft and \cftchapfont
Replies: 8
Views: 10682

tocloft and \cftchapfont

Cool!

That does work for the entry title...unfortunately the associated page number is still bolded.

And no, \renewcommand{\cftchappagefont}{\normalfont} doesn't work.

It's only one entry, I could edit the TOC file and place appropriate commands...I just don't want to have to tell my thesis ...
by Keith Emmert
Tue Nov 11, 2008 10:15 pm
Forum: Document Classes
Topic: tocloft and \cftchapfont
Replies: 8
Views: 10682

tocloft and \cftchapfont

Hey all,

The command

Code: Select all

\renewcommand{\cftchapfont}{\normalfont}
does not seem to work.

I need to have one entry of my table of contents -- at the chapter level -- unbolded. Ideas?

I'm using a class built upon REPORT.

Keith
by Keith Emmert
Tue Nov 11, 2008 9:30 pm
Forum: General
Topic: Moving Page Numbers Around
Replies: 3
Views: 4504

Moving Page Numbers Around

Never mind...just being silly.

I just put a band-aid at the bottom of my latex file to redefine the page numbers where I wanted them....

Code: Select all

\fancypagestyle{plain}{\fancyhead[R]{\thepage}\fancyfoot{}}
Keith
by Keith Emmert
Tue Nov 11, 2008 4:44 am
Forum: New Members
Topic: I love/hate LaTeX
Replies: 3
Views: 4040

Re: I love/hate LaTeX

Don't feel bad...everyone has issues with LaTeX. Believe it or not, it does get better! (I keep telling my thesis students this...eventually they believe me...I think).

Keith
by Keith Emmert
Tue Nov 11, 2008 4:30 am
Forum: General
Topic: Moving Page Numbers Around
Replies: 3
Views: 4504

Moving Page Numbers Around

Hey,

I'm using my own class file based upon report.

I would like to move the page number of the first bibliopgraphy page to the top right corner instead of the bottom center.

I've used fancyhdr to change the plain pagestyle a bit and define an overall pagestyle. (I frequently use \thispagestyle ...
by Keith Emmert
Tue Nov 11, 2008 4:14 am
Forum: General
Topic: List of Figure Problem
Replies: 7
Views: 8060

Re: List of Figure Problem

I updated MiKTeX...it is using caption ver 3.1j now...still doesn't work. Ah well, will use the other solution.

Keith
by Keith Emmert
Sun Nov 09, 2008 10:01 pm
Forum: General
Topic: List of Figure Problem
Replies: 7
Views: 8060

List of Figure Problem

Hey,

For fun, I re-enabled the lines I previously deleted

\addtocontents{lof}{\protect\addvspace{10\p@}}%
\addtocontents{lot}{\protect\addvspace{10\p@}}%

and tried using

\usepackage[figurewithin=none]{caption}

It didn't have the desired effect. I suppose that MiKTeX 2.7 is not using ...