Search found 4 matches

by quasar987
Tue Jan 13, 2009 7:25 pm
Forum: Text Formatting
Topic: Problem with paragraph
Replies: 3
Views: 3654

Re: Problem with paragraph

Perhaps I have not made it clear what I want.

I tried \itemsep and all I could get out of it is a serparation between the items in my list.

What I want is a separation between the last item in my list and the following paragraph. As it appears in the dvi file, I want a separation between "Item 2 ...
by quasar987
Tue Jan 13, 2009 7:04 pm
Forum: Math & Science
Topic: My formula is too long
Replies: 2
Views: 3874

Re: My formula is too long

Oh, perfect! Thanks.
by quasar987
Tue Jan 13, 2009 6:37 am
Forum: Math & Science
Topic: My formula is too long
Replies: 2
Views: 3874

My formula is too long

Hi,

I am working on slides and when I enter the following code,

\begin{displaymath}
f(x)=
\begin{cases}
n & \text{if } x \in \mathbb{Q} \ \text{and } x=m/n \ \text{where } n>0 \ \text{and } gcd(m,n)=1 \\
0 & \text{otherwise}
\end{cases}
\end{displaymath}

the forumla is too long for the width ...
by quasar987
Tue Jan 13, 2009 6:30 am
Forum: Text Formatting
Topic: Problem with paragraph
Replies: 3
Views: 3654

Problem with paragraph

Hello,

My code is the following

\documentclass{slides}
\setlength{\parskip}{4cm}
\usepackage{amsmath,amssymb}
\usepackage[frenchb]{babel}
\newtheorem{mydef}{Definition}
\newtheorem{ce}{Contre-exemple}
\usepackage[T1]{fontenc}

\begin{document}
\begin{slide}

\textbf{Exemples}
\begin{enumerate ...