small font size for subscript

10,305 views
Skip to first unread message

Anglea

unread,
Sep 27, 2011, 1:55:12 PM9/27/11
to LaTeX Users Group
Hi everyone,

I have $\int_{\Gamma_D} $ , the broblem is that the subscrpt D looks
too big, I want it to be smaller, so I tried the following

\int_{\Gamma_{\tiny D}} and \int_{\Gamma_{ \scriptsize D}}

the first gives the warning : Command \tiny invalid in math mode on
input

the second one does not make any changes, any ideas how can I fix
this, I need the subscript D to be small.

wishes,

Abel Siqueira

unread,
Sep 27, 2011, 2:02:16 PM9/27/11
to latexus...@googlegroups.com
Maybe using 

$\int_{\Gamma_{\mbox{\tiny D}}}$

Not sure.

2011/9/27 Anglea <hanyah...@yahoo.com>

--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.


Anglea

unread,
Sep 27, 2011, 2:23:35 PM9/27/11
to LaTeX Users Group

Anglea

unread,
Sep 27, 2011, 2:30:53 PM9/27/11
to LaTeX Users Group
Thanks, I tried this, but it does not change anything

On Sep 27, 7:02 pm, Abel Siqueira <abel.s.sique...@gmail.com> wrote:
> Maybe using
>
> $\int_{\Gamma_{\mbox{\tiny D}}}$
>
> Not sure.
>
> 2011/9/27 Anglea <hanyahamdi...@yahoo.com>

Peter Flynn

unread,
Sep 27, 2011, 4:21:26 PM9/27/11
to latexus...@googlegroups.com
On Tue, Sep 27, 2011 at 6:55 PM, Anglea <hanyah...@yahoo.com> wrote:
Hi everyone,

I have $\int_{\Gamma_D} $  , the broblem is that  the subscrpt D looks
too big,  I want it to be smaller, so I tried the following

\int_{\Gamma_{\tiny D}}  and    \int_{\Gamma_{ \scriptsize D}}

the first gives the warning  : Command \tiny invalid in math mode on
input

\scriptsize and \tiny are text-mode commands. They don't work in math mode.
\scriptstyle or \scriptscriptstyle are the math-mode equivalents.

But the D is already a subscript-subscript, so it is already in the smallest size available in standard math mode. It only looks bigger because it is a capital.
 
the second one does not make any changes, any ideas how can I fix
this, I need the subscript D to be small.

$\int_{\Gamma_{\mbox{\tiny\itshape D}}}$ will make it slightly smaller.

///Peter

Mico Loretan

unread,
Oct 4, 2011, 1:28:07 PM10/4/11
to LaTeX Users Group
Not a direct solution to the question of how to reduce the font size
of the second-subscript "D" -- which has no solution in TeX anyway, as
the "D" is already at its smallest size -- but of possible use anyway:
By inserting a "negative thinspace" ("\!") command right before the
"D", as in

$\int_{\Gamma_{\!D}}$,

the "D" glyph is moved ever so slighly closer to the "\Gamma" symbol.
From a visual/aesthetic standpoint, this serves to clarify that the
glyph is a subscript of the set \Gamma rather than some separate
entity. Best, Mico

Christian Galarza

unread,
Oct 12, 2014, 5:26:15 PM10/12/14
to latexus...@googlegroups.com
Just use....!

$\int_{\Gamma_{\scriptscriptstyle D}} $

Reply all
Reply to author
Forward
0 new messages