Search found 4 matches

by vishes4u
Tue Jan 22, 2008 1:46 am
Forum: General
Topic: Reference title modifications
Replies: 6
Views: 5215

Re: Reference title modifications

Sorry Juanjo,

My bad.. The reply was for u. Donno where i got the wrong name :lol: Yes I did interchange them in the renewcommand. Thanks again!! Gr8 help.

Cheers,
Vishwas
by vishes4u
Tue Jan 22, 2008 12:38 am
Forum: General
Topic: Reference title modifications
Replies: 6
Views: 5215

Re: Reference title modifications

Hello Sven,

Thank you very much. That piece of code did help. I just had to put the \normalfont before the \textbf in the renewcommand statement of your code ({\normalsize\scshape\normalfont\bfseries}). It works just fine. Thanks again,

Regards,
Vishes4u
by vishes4u
Mon Jan 21, 2008 6:34 am
Forum: General
Topic: Reference title modifications
Replies: 6
Views: 5215

Re: Reference title modifications

Hello,

Here is the code in a very simple form.

\documentclass[a4paper, 10 pt, conference]{ieeeconf} % Comment this line out
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{helvet} \renewcommand{\familydefault}{\sfdefault}
\oddsidemargin 0.56in
\evensidemargin 0.56in
\textwidth 5.5in ...
by vishes4u
Sat Jan 19, 2008 10:29 am
Forum: General
Topic: Reference title modifications
Replies: 6
Views: 5215

Reference title modifications

Hello,

I'm using a class file modified from the ieeeconf.cls to write an article (non IEEE format). I want to change the title of the reference section from all caps (by default with this cls file) to capitals n small letters. I have not been able to over write the original commands in the class ...