Search found 8 matches

by super_baros
Fri Feb 12, 2010 12:39 am
Forum: Math & Science
Topic: Overbrace over an array
Replies: 4
Views: 9133

Overbrace over an array

Hi guys, I was just wondering if there is a way to put an overbrace over certain entries in an array.
I can do it for all entries in an array, simply
\begin{displaymath}
\overbrace{
\begin{array}{cc}
2 & 3
\end{array}}
\end{displaymath}
But I want to do something like this
example.JPG
with the ...
by super_baros
Sun Jan 10, 2010 8:04 pm
Forum: Math & Science
Topic: Theorem counter
Replies: 5
Views: 3786

Theorem counter

Sorry...

...if anybody's still interested, I managed to define a new environment which is the same as the default without the dot.

Code: Select all

\newtheoremstyle{mytheorem}
{3pt}
{3pt}
{}
{}
{\bf}
{}
{.5em}
{}
by super_baros
Sun Jan 10, 2010 7:47 pm
Forum: Math & Science
Topic: Theorem counter
Replies: 5
Views: 3786

Re: Theorem counter

Ok. I've tested it with a small example and I've discovered that the dot only appears if I use the package

\usepackage{amsthm}

But I need this package... :(
by super_baros
Sun Jan 10, 2010 7:09 pm
Forum: Math & Science
Topic: Theorem counter
Replies: 5
Views: 3786

Theorem counter

Hi all, just a quick question. How does one remove the 'dot' after "Theorem" in a document? For example, in chapter 1, the command (in the preamble)

\newtheorem{theorem}{Theorem}[chapter]

gives me

Theorem 1.1.

How do I remove the final dot?... :)

Many Thanks!...
by super_baros
Fri Jan 08, 2010 6:28 pm
Forum: Math & Science
Topic: Horizontal square bracket
Replies: 7
Views: 9598

Re: Horizontal square bracket

Oh, it's not related to the integral. I'm looking at the Malcev conditions for embeddabilty and this notation is just a shorthand for me to express parts of the method.
by super_baros
Fri Jan 08, 2010 5:47 pm
Forum: Math & Science
Topic: Horizontal square bracket
Replies: 7
Views: 9598

Re: Horizontal square bracket

That's exactly what I wanted!... This forum is great! :D... Thanks!

Is there any way to make the a and b larger?...
by super_baros
Fri Jan 08, 2010 5:28 pm
Forum: Math & Science
Topic: Horizontal square bracket
Replies: 7
Views: 9598

Re: Horizontal square bracket

Thank you Thorsten! That worked brilliantly! :D

I have another question... :)

Is there anyway to modify the integral sign in a definite integral?
What I want is
b
[
a
so essentially if I wrote the "definite integral from a to b", I want to replace the integral sign by a square bracket or round ...
by super_baros
Fri Jan 08, 2010 12:30 am
Forum: Math & Science
Topic: Horizontal square bracket
Replies: 7
Views: 9598

Horizontal square bracket

Hi all,

Sorry if this is a rather simple question, but I can't seem to find it on google anywhere.

I know about the \overbrace and \overline commands but instead of a brace or a line, I want a 'horizontal square bracket' instead. Is there any way to do this? :D

Many Thanks!