Search found 2 matches
- Thu Dec 29, 2016 7:56 am
- Forum: Text Formatting
- Topic: Place text between algorithms and adjust
- Replies: 3
- Views: 6804
Text adjustment
Thank u Stefan.. My problem is that I have a two column paper and I want description of each algorithm beneath it i.e rigth after the algorithm. In my case what's happening is, that description of two algorithms gets combined.
- Tue Dec 27, 2016 9:09 am
- Forum: Text Formatting
- Topic: Place text between algorithms and adjust
- Replies: 3
- Views: 6804
Place text between algorithms and adjust
Hi,
I am having issue with adjusting my text beneath specific algorithm, how should i make it work? I am using this code:
My text which i need to add beneath it and then next algo..
I am having issue with adjusting my text beneath specific algorithm, how should i make it work? I am using this code:
Code: Select all
\begin{algorithm}[h]
\caption
\begin{algorithmic}
\Procedure
...
\EndProcedure
\end{algorithmic}
\end{algorithm}