Search found 7 matches

by azertyazerty
Sat Oct 22, 2011 11:21 am
Forum: General
Topic: Footnote does not stick to bottom of page
Replies: 7
Views: 59087

Footnote does not stick to bottom of page

Stefan_K wrote:you could fix it with the footmisc package:

Code: Select all

\usepackage[bottom]{footmisc}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
thanks!
by azertyazerty
Sat Jan 08, 2011 5:17 pm
Forum: Text Formatting
Topic: newtheorem style
Replies: 2
Views: 2350

Re: newtheorem style

Exactly what I was looking for, thank you so much!
by azertyazerty
Sat Jan 08, 2011 2:55 pm
Forum: Text Formatting
Topic: newtheorem style
Replies: 2
Views: 2350

newtheorem style

Hi guys,

I couldn't find anything related to this on the forum or google.
I would like to make a theorem called definition that looks exactly the same as the one on the first and the eighth line of the attached pdf.

At this moment, I have:
\newtheorem{definitie}{Definitie}

Now I want to rebuild ...
by azertyazerty
Mon Dec 20, 2010 4:11 pm
Forum: Page Layout
Topic: How to set tag style?
Replies: 2
Views: 1969

Re: How to set tag style?

Thanks mate!
by azertyazerty
Mon Dec 20, 2010 1:02 pm
Forum: Page Layout
Topic: How to set tag style?
Replies: 2
Views: 1969

How to set tag style?

Hi,

I'm having some problems with the tags which appear using equations and eqnarrays. When i'm working in a section, the tags will be in #.#-style. I would like to have them in just one number-style (#). Any ideas?


\section{Oefening 1.8}

De tralie $\mathcal{L}^I = (\mathcal{L}^I, \sqcap ...
by azertyazerty
Sat Nov 27, 2010 12:33 am
Forum: Math & Science
Topic: How to escape square bracket "["?
Replies: 3
Views: 49590

Re: How to escape square bracket "["?

{[} is working, thanks mate!
by azertyazerty
Fri Nov 26, 2010 8:35 pm
Forum: Math & Science
Topic: How to escape square bracket "["?
Replies: 3
Views: 49590

How to escape square bracket "["?

Hi,

I'm having some trouble with the next code;

\begin{eqnarray}
\mathcal{L}^I &=& \{[x_1,x_2] \mid (x_1,x_2) \in [0,1]^2\,\textrm{en}\,x_1 \leq x_2\}\\
x_1,x_2] \sqcap [y_1,y_2] &=& [min(x_1,y_1),min(x_2,y_2)]\\
x_1,x_2] \sqcup [y_1,y_2] &=& [max(x_1,y_1),max(x_2,y_2)]
\end{eqnarray}
Right ...