Search found 2 matches

by starnjust
Tue Jul 17, 2018 8:39 am
Forum: General
Topic: about Algorithm
Replies: 1
Views: 10298

about Algorithm

Hi.
I have a problem in formatting an algorithm.

How can I generate an algorithm which have the following two features:
1) A title is in the top of the algorithm, not in the bottom;
2) There is no horizontal lines in the algorithm.

I have tried algorithmicx , but it either had three horizontal ...
by starnjust
Sat Jul 05, 2014 1:52 pm
Forum: Graphics, Figures & Tables
Topic: Texts overlap in a table
Replies: 1
Views: 5629

Texts overlap in a table

Hi, everyone

I have a problem in Latex.
Texts overlap in adjacent columns when the widths of the 4th and 5th columns are fixed to 2cm.

The code is here.
\begin{table*}[!t]
\renewcommand{\arraystretch}{1.3}
\centering
\begin{tabular}{l p{4cm} l p{2cm} p{2cm} l l l}
\hline
$i$ & $I_i$ & $|F_{l_i ...