
Search found 13 matches
- Wed Nov 09, 2011 5:58 pm
- Forum: Graphics, Figures & Tables
- Topic: Figures, Tables, and New Paragraphs
- Replies: 2
- Views: 2555
Re: Figures, Tables, and New Paragraphs
Thank you, that helped. Actually it made an indented paragraph which I fixed with \noindent. And life is beautiful again. 

- Wed Nov 09, 2011 2:20 am
- Forum: Graphics, Figures & Tables
- Topic: Figures, Tables, and New Paragraphs
- Replies: 2
- Views: 2555
Figures, Tables, and New Paragraphs
Hello,
I am writing a tex file in a given template. The problem that I have is with the paragraphs after figures and tables. Take a look at this code:
... have been considered.
\begin{figure}
\centering
\includegraphics{./figures/AlgorithmWavelet.eps}
\caption{A wavelet decomposition ...}
\label ...
I am writing a tex file in a given template. The problem that I have is with the paragraphs after figures and tables. Take a look at this code:
... have been considered.
\begin{figure}
\centering
\includegraphics{./figures/AlgorithmWavelet.eps}
\caption{A wavelet decomposition ...}
\label ...
- Thu Nov 11, 2010 5:11 pm
- Forum: Math & Science
- Topic: Wide Equations in Two Column Papers
- Replies: 3
- Views: 14373
Re: Wide Equations in Two Column Papers
I indeed searched for that, and found these two specific links + some others.
Basically, what is suggested is using widetext or strip, or placing the equation inside a figure* environment. The first one works pretty well except the fact that I have mentioned; there is too much wasted space. The ...
Basically, what is suggested is using widetext or strip, or placing the equation inside a figure* environment. The first one works pretty well except the fact that I have mentioned; there is too much wasted space. The ...
- Thu Nov 11, 2010 2:47 am
- Forum: Math & Science
- Topic: Wide Equations in Two Column Papers
- Replies: 3
- Views: 14373
Wide Equations in Two Column Papers
Hello Folks,
I have long and wide equations, and I'm trying to fit them in my paper. So far, I found two ways to do it: strip and widetext.
\begin{strip or widetext}
\begin{align}
E=MC^2
\end{align}
\end{strip or widetext}
But I have a problem with them and that is they add too much empty ...
I have long and wide equations, and I'm trying to fit them in my paper. So far, I found two ways to do it: strip and widetext.
\begin{strip or widetext}
\begin{align}
E=MC^2
\end{align}
\end{strip or widetext}
But I have a problem with them and that is they add too much empty ...
- Fri Oct 29, 2010 5:34 pm
- Forum: Math & Science
- Topic: My Sigma is Ugly!
- Replies: 2
- Views: 2681
Re: My Sigma is Ugly!
You are right. Why did I use Sigma?!!!! I should have used \sum. My bad.
Thank you.
Thank you.

- Fri Oct 29, 2010 2:41 am
- Forum: Math & Science
- Topic: My Sigma is Ugly!
- Replies: 2
- Views: 2681
My Sigma is Ugly!
Hi,
I have the following equation in my report, but I have a problem with it. Sima is so small comparing to the other letters in the equation. I also need its subscript and superscript to appear on the bottom and top of Sigma, respectively.
I tried to google similar cases, but I couldn't find ...
I have the following equation in my report, but I have a problem with it. Sima is so small comparing to the other letters in the equation. I also need its subscript and superscript to appear on the bottom and top of Sigma, respectively.
I tried to google similar cases, but I couldn't find ...
- Wed Sep 01, 2010 12:11 am
- Forum: Math & Science
- Topic: Over a page long equation hassle
- Replies: 2
- Views: 2091
- Tue Aug 31, 2010 11:09 pm
- Forum: Math & Science
- Topic: Over a page long equation hassle
- Replies: 2
- Views: 2091
Over a page long equation hassle
Hi folks,
I have a pretty long equation which goes over a page. I am using the following format for representation (obviously what i'm dealing with is much longer).
\begin{eqnarray}
sth_left&=&sth_right\nonumber\\
&=&sth_else_right\nonumber\\
&=&final_line,
\end{eqnarray}
My problem is that the ...
I have a pretty long equation which goes over a page. I am using the following format for representation (obviously what i'm dealing with is much longer).
\begin{eqnarray}
sth_left&=&sth_right\nonumber\\
&=&sth_else_right\nonumber\\
&=&final_line,
\end{eqnarray}
My problem is that the ...
- Tue Jul 27, 2010 12:28 am
- Forum: Math & Science
- Topic: Issue with long superscript
- Replies: 6
- Views: 3436
Re: Issue with long superscript
good to know that. thanks 

- Mon Jul 26, 2010 9:55 pm
- Forum: Math & Science
- Topic: Issue with long superscript
- Replies: 6
- Views: 3436
Issue with long superscript
Thanks, it works.
The first command
W^{\psi_L}x
works perfectly. However, its size doesn't change. So, it might look too large at some points.
The second command
$\overset{\psi_L}{W}x$
does not have the same problem. But, since it needs package amsmath, package wasysym could not be used ...
The first command
W^{\psi_L}x
works perfectly. However, its size doesn't change. So, it might look too large at some points.
The second command
$\overset{\psi_L}{W}x$
does not have the same problem. But, since it needs package amsmath, package wasysym could not be used ...