Search found 12 matches

by adhikarig
Sat Nov 22, 2008 11:15 pm
Forum: Document Classes
Topic: Vertical spacing in cases environment
Replies: 3
Views: 14291

Vertical spacing in cases environment

Hi all

I am using two cases environment in single equation. The problem is the vertical spacing between two successive entries.
In the following code, if I use \frac, the heights are same but the elements are almost illegible. If I use \dfrac, then vertical sizes increase but then two equations are ...
by adhikarig
Tue May 06, 2008 1:03 pm
Forum: Text Formatting
Topic: nomencl | Change Font Size of Nomenclature
Replies: 2
Views: 5864

nomencl | Change Font Size of Nomenclature

Hi all.

Is there any option that can change the default font size of the nomenclature page generated by nomencl package?
by adhikarig
Tue May 06, 2008 11:33 am
Forum: Document Classes
Topic: problem with natbib
Replies: 6
Views: 13704

Re: problem with natbib

Hi Stefan

I also tried that option. But it did not work. so I attached my class file here with.

Thanks for your help.

Gopal
by adhikarig
Sun May 04, 2008 7:57 pm
Forum: Document Classes
Topic: problem with natbib
Replies: 6
Views: 13704

Re: problem with natbib

Hi Stefan

Thanks for your kind reply. I already tried that option with titlesec package as follows

\renewcommand{\bibsection}{%
\titleformat{\chapter} {\normalfont\large\filcenter\bfseries}{}{}{}
\titlespacing*{\chapter} {0pt}{60pt}{18pt}
\chapter*{ \bibname \markboth{\bibname}{\bibname ...
by adhikarig
Sun May 04, 2008 4:53 pm
Forum: Document Classes
Topic: problem with natbib
Replies: 6
Views: 13704

problem with natbib

Hi everyone

I am using natbib package for bibliography. Could anyone please tell me how to change the font size and position of bibliography title from the default. I am using book class as default one.

I set default chapter title as 14pt garamond font, ragged right.

but in bibliography it shows ...
by adhikarig
Fri May 02, 2008 12:45 am
Forum: Document Classes
Topic: bibliography
Replies: 1
Views: 3896

bibliography

hi

I am using natbib package to define bibliographic style. I wonder is there any option available (or possible modification) so that i can redefined the heading style (such as font, position)... by the way i am using book class.

secondly, i am using font urw-garamond which seems to me slightly ...
by adhikarig
Tue Apr 29, 2008 9:50 pm
Forum: Document Classes
Topic: font size in caption package
Replies: 10
Views: 16269

Re: font size in caption package

hi Stefan

it is working now. the correct syntax would be..

\RequirePackage{caption}
\captionsetup{
format = hang, % caption format
labelformat = simple, % caption label : name and number
labelsep = period, % separation between label and text
textformat = simple, % caption text as it is ...
by adhikarig
Tue Apr 29, 2008 8:32 pm
Forum: Document Classes
Topic: font size in caption package
Replies: 10
Views: 16269

Re: font size in caption package

Hi Stefan

thanks for your earlier reply. I checked the log file and paste the relevant portion here. I also attached the log file.
as I told you I am using font urw-garamond.


LaTeX Font Info: Font shape `T1/mdugm/bx/n' in size <9> not available
(Font) Font shape `T1/mdugm/b/n' tried instead on ...
by adhikarig
Tue Apr 29, 2008 7:45 pm
Forum: Document Classes
Topic: font size in caption package
Replies: 10
Views: 16269

Re: font size in caption package

by the way i am using font urw-garamond...
\RequirePackage[T1]{fontenc}
\RequirePackage[urw-garamond]{mathdesign}
by adhikarig
Tue Apr 29, 2008 7:42 pm
Forum: Document Classes
Topic: font size in caption package
Replies: 10
Views: 16269

font size in caption package

Hi

I am using caption package in my class file. the problem is it works perfectly with all options except font size. it always remain normal font size of my thesis. is there any option to change that? I paste part of code.

\RequirePackage{caption}
\captionsetup{
format = hang,
labelformat ...