all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bigger \sum
@ 2008-04-29  7:13 Torben Knudsen
  2008-04-29 16:03 ` Matthias Pfeifer
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Torben Knudsen @ 2008-04-29  7:13 UTC (permalink / raw)
  To: help-gnu-emacs

Can I make a bigger \sum manually or better, is there a adaptive
version like \left( ?

-- 
Associate Prof. Ph.D Torben Knudsen	Mobile	: (+45) 2787 9826
Section of Automation and Control,	Email	: tk@es.aau.dk   
Department of Electronic Systems,	
Aalborg University 
Fredrik Bajersvej 7 
DK-9220 Aalborg Ø
Denmark 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bigger \sum
  2008-04-29  7:13 bigger \sum Torben Knudsen
@ 2008-04-29 16:03 ` Matthias Pfeifer
  2008-04-29 18:56 ` Peter Dyballa
       [not found] ` <mailman.10930.1209495369.18990.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 7+ messages in thread
From: Matthias Pfeifer @ 2008-04-29 16:03 UTC (permalink / raw)
  To: help-gnu-emacs

Torben Knudsen wrote:
> Can I make a bigger \sum manually

afaik the size of the sum sign is at least depending on the environment. 
it is small in $...$, bigger in math-environment and 
eqnarray-environment. maybe it's enough if you change the environment...

matthias


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bigger \sum
  2008-04-29  7:13 bigger \sum Torben Knudsen
  2008-04-29 16:03 ` Matthias Pfeifer
@ 2008-04-29 18:56 ` Peter Dyballa
       [not found] ` <mailman.10930.1209495369.18990.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 7+ messages in thread
From: Peter Dyballa @ 2008-04-29 18:56 UTC (permalink / raw)
  To: Torben Knudsen; +Cc: help-gnu-emacs


Am 29.04.2008 um 09:13 schrieb Torben Knudsen:

> Can I make a bigger \sum manually or better, is there a adaptive
> version like \left( ?


Either make the font used for this face bigger or use another font  
for this face that has such a larger upper-case Sigma. Both methods  
will change all text (all characters) displayed in that face.

--
Greetings

   Pete

Government is actually the worst failure of civilized man. There has  
never been a really good one, and even those that are most tolerable  
are arbitrary, cruel, grasping and unintelligent.
				– H. L. Mencken







^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bigger \sum
       [not found] ` <mailman.10930.1209495369.18990.help-gnu-emacs@gnu.org>
@ 2008-05-05  7:04   ` Torben Knudsen
  2008-05-05  8:12     ` Peter Dyballa
       [not found]     ` <mailman.11195.1209975170.18990.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 7+ messages in thread
From: Torben Knudsen @ 2008-05-05  7:04 UTC (permalink / raw)
  To: help-gnu-emacs

>>>>> "Peter" == Peter Dyballa <Peter_Dyballa@Web.DE> writes:

Peter> Am 29.04.2008 um 09:13 schrieb Torben Knudsen:

>> Can I make a bigger \sum manually or better, is there a adaptive
>> version like \left( ?


Peter> Either make the font used for this face bigger or use another
Peter> font for this face that has such a larger upper-case
Peter> Sigma. Both methods will change all text (all characters)
Peter> displayed in that face.

Thanks for the suggestions.  However, I think that there should be
something similar to \left(.  Maybe someone will make such a
contribution some day.  Until then I will use the suggestions given to
me so far.
-- 
Associate Prof. Ph.D Torben Knudsen	Mobile	: (+45) 2787 9826
Section of Automation and Control,	Email	: tk@es.aau.dk   
Department of Electronic Systems,	
Aalborg University 
Fredrik Bajersvej 7 
DK-9220 Aalborg Ø
Denmark 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bigger \sum
  2008-05-05  7:04   ` Torben Knudsen
@ 2008-05-05  8:12     ` Peter Dyballa
       [not found]     ` <mailman.11195.1209975170.18990.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Dyballa @ 2008-05-05  8:12 UTC (permalink / raw)
  To: Torben Knudsen; +Cc: help-gnu-emacs


Am 05.05.2008 um 09:04 schrieb Torben Knudsen:

> However, I think that there should be
> something similar to \left(.


Have you found preview in AUCTeX? Does it deliver what you are missing?

--
Greetings

   Pete

"We need a president who's fluent in at least one language."
				– Buck Henry








^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bigger \sum
       [not found]     ` <mailman.11195.1209975170.18990.help-gnu-emacs@gnu.org>
@ 2008-05-05 11:03       ` Rupert Swarbrick
  2008-05-05 12:27         ` Peter Dyballa
  0 siblings, 1 reply; 7+ messages in thread
From: Rupert Swarbrick @ 2008-05-05 11:03 UTC (permalink / raw)
  To: help-gnu-emacs


Peter Dyballa <Peter_Dyballa@Web.DE> writes:

> Am 05.05.2008 um 09:04 schrieb Torben Knudsen:
>
>> However, I think that there should be
>> something similar to \left(.
>
>
> Have you found preview in AUCTeX? Does it deliver what you are missing?
>

I think that what Knudsen is after is a variable size version of the
LaTeX \sum command, which, like \left( \right), resizes to fit the
stuff inside.

This really isn't the right newsgroup for help, as it's a LaTeX
question rather than an emacs one. Have you tried eg the texhax
mailing list?


Rupert


P.S. I've not tried it, but I presume "\left\sum <stuff> \right."
doesn't work.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bigger \sum
  2008-05-05 11:03       ` Rupert Swarbrick
@ 2008-05-05 12:27         ` Peter Dyballa
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Dyballa @ 2008-05-05 12:27 UTC (permalink / raw)
  To: Rupert Swarbrick; +Cc: help-gnu-emacs


Am 05.05.2008 um 13:03 schrieb Rupert Swarbrick:

> This really isn't the right newsgroup for help, as it's a LaTeX
> question rather than an emacs one.


In LaTeX you have options to make a glyph bigger on screen and on  
paper. This feature is not provided in GNU Emacs since it uses the  
glyphs as they come out of a font in the size of the text used (set)  
with this font. Options can be to create a fontset that uses for ∑  
the glyph from another font (or same font at larger size) or it's  
associated with a particular face that takes the bigger glyph from  
another font.

My final (we had some private eMail conversation) recommendation for  
Torben was to apply the preview option of AUCTeX on (some) formulas  
that they look as they should (in his opinion) – at least this will  
show that TeX won't make the mistake of choosing too small symbols.  
Another option would be to use a specialised TeX editor like TeXmacs  
or Lyx that has more graphical capabilities ...

--
Greetings

   Pete

When people run around and around in circles we say they are crazy.  
When planets do it we say they are orbiting.






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-05-05 12:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-29  7:13 bigger \sum Torben Knudsen
2008-04-29 16:03 ` Matthias Pfeifer
2008-04-29 18:56 ` Peter Dyballa
     [not found] ` <mailman.10930.1209495369.18990.help-gnu-emacs@gnu.org>
2008-05-05  7:04   ` Torben Knudsen
2008-05-05  8:12     ` Peter Dyballa
     [not found]     ` <mailman.11195.1209975170.18990.help-gnu-emacs@gnu.org>
2008-05-05 11:03       ` Rupert Swarbrick
2008-05-05 12:27         ` Peter Dyballa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.