Search found 3 matches

by Fstalmatski
Fri Jun 15, 2012 12:46 pm
Forum: Math & Science
Topic: Unwanted extra Line Break around Equation
Replies: 3
Views: 2257

Re: Unwanted extra Line Break around Equation

In fact, I have discovered already, that source of problem - next section, for some reason Latex wants to start it on the next page; making vertical alignment of the previous page. When I remove the next section, everything goes normal, next is bibliography.
by Fstalmatski
Fri Jun 15, 2012 10:34 am
Forum: Math & Science
Topic: Unwanted extra Line Break around Equation
Replies: 3
Views: 2257

Unwanted extra Line Break around Equation

I have the following code.
General expression for F-value (see for, example, SAS/Stat manual, \cite{SAS9.1STAT}) in this case takes a simple form
\begin{equation*}
F=\frac{({u_c}_i-{u_c}_j)^2}{c_{i,i}-2c_{i,j}+c_{j,j}}
\end{equation*}
Corresponding probability is computed using SAS function $probF ...
by Fstalmatski
Wed Jan 26, 2011 12:10 pm
Forum: Graphics, Figures & Tables
Topic: old Includegraphics code doesn't work now
Replies: 1
Views: 1150

old Includegraphics code doesn't work now

I have prepared some publication in year 2007 with figures included using code like this:

\newpage
\begin{figure}[!h]
\begin{center}
\includegraphics[width=1.0\textwidth]{est}
\caption{BMI, Men, Estimates of means by year and age.}
\end{center}
\end{figure}

Now with WinEdt 60 this code is not ...