Search found 5 matches

by deangelo
Fri May 18, 2012 2:23 pm
Forum: Text Formatting
Topic: Problem with \left
Replies: 4
Views: 4723

Re: Problem with \left

Thank you very much!
I will test!
by deangelo
Fri May 18, 2012 3:35 am
Forum: Text Formatting
Topic: Problem with \left
Replies: 4
Views: 4723

Problem with \left

Thank you Stefan,
It's working, but it is not how I wanted, I would like to stay like the picture below
screen.jpg
screen.jpg (10.16 KiB) Viewed 4712 times
by deangelo
Thu May 17, 2012 10:20 pm
Forum: Text Formatting
Topic: Problem with \left
Replies: 4
Views: 4723

Problem with \left

Hello guys,

I'm having trouble using \ left[ in environment enumerate.

The code is this

\begin{enumerate}
$ \left $
\item Existe um único elemento $ 1 $ no conjunto $ \bb{N} $, tal que $ 1 \neq s(n) $ para todo $ n \in \bb{N} $.
item Se um subconjunto $ X \subset \bb{N} $ é tal que $ 1 \in N $ e ...
by deangelo
Sat Jul 30, 2011 12:16 am
Forum: Math & Science
Topic: Redefine '\sum' Command
Replies: 2
Views: 2742

Re: Redefine '\sum' Command

Thank you Stefan!
Really needed this!
by deangelo
Fri Jul 29, 2011 8:26 pm
Forum: Math & Science
Topic: Redefine '\sum' Command
Replies: 2
Views: 2742

Redefine '\sum' Command

Hello guys!

I'm trying to change the command \sum, using the following code:

Code: Select all

\renewcommand{\sum}{\displaystyle\sum}
But at the time of compilation shows the following error:

Code: Select all

TeX capacity exceeded, sorry [main memory size=3000000] ...)
What should I do?