Search found 3 matches

by husni
Fri Jan 01, 2016 7:01 pm
Forum: Page Layout
Topic: Wrtiting an algorithms by algorithm2e in two columns
Replies: 5
Views: 16960

Re: Wrtiting an algorithms by algorithm2e in two columns

I have just updated again. Please, check it ..
by husni
Fri Jan 01, 2016 4:14 pm
Forum: Page Layout
Topic: Wrtiting an algorithms by algorithm2e in two columns
Replies: 5
Views: 16960

Wrtiting an algorithms by algorithm2e in two columns

For example, in the following code, we can have four algorithms written by using algorithm2e package. My aim is to write these four algorithm once in two columns between Start and End statements. The code>

\documentclass{llncs}

\usepackage{multicol}
\usepackage[commentsnumbered,linesnumbered ...
by husni
Fri Jan 01, 2016 12:34 pm
Forum: Page Layout
Topic: Wrtiting an algorithms by algorithm2e in two columns
Replies: 5
Views: 16960

Wrtiting an algorithms by algorithm2e in two columns

Hello,

I am writing an article now by using LNCS template. This template is a one column page. I have about four algorithms written by using THE PACKAGE algorithm2e. In order to save the space, I need to write those two algorithms in two columns. I tried to use multicols package but I failed ...