
Search found 5 matches
- Mon Oct 03, 2011 11:11 am
- Forum: Document Classes
- Topic: algorithm, algorithmic | Remove Rules from Algorithms
- Replies: 4
- Views: 12215
Re: algorithm, algorithmic | Remove Rules from Algorithms
Yes, exactly. Thank you very much 

- Sat Oct 01, 2011 12:02 pm
- Forum: Document Classes
- Topic: algorithm, algorithmic | Remove Rules from Algorithms
- Replies: 4
- Views: 12215
Re: algorithm, algorithmic | Remove Rules from Algorithms
Sommerfee thanks for the reply.
OK, I'd like to see the caption is appeared on the top left corner (exactly the same as for the "ruled" option, but without hlines).
OK, I'd like to see the caption is appeared on the top left corner (exactly the same as for the "ruled" option, but without hlines).
- Fri Sep 30, 2011 3:02 pm
- Forum: Document Classes
- Topic: algorithm, algorithmic | Remove Rules from Algorithms
- Replies: 4
- Views: 12215
algorithm, algorithmic | Remove Rules from Algorithms
Hello,
The example given below is what I want to do. But there are three extra lines.
\documentclass{article}
\usepackage[noend]{algorithmic}
\usepackage{algorithm}
\begin{document}
\begin{algorithm}
\caption{Iterate} \label{alg:it}
\begin{algorithmic}
\STATE n = 1
\FOR { $i=1$ \TO $n ...
The example given below is what I want to do. But there are three extra lines.
\documentclass{article}
\usepackage[noend]{algorithmic}
\usepackage{algorithm}
\begin{document}
\begin{algorithm}
\caption{Iterate} \label{alg:it}
\begin{algorithmic}
\STATE n = 1
\FOR { $i=1$ \TO $n ...
- Wed Nov 10, 2010 2:45 pm
- Forum: Document Classes
- Topic: What kind of algorithm package used in this PDF?
- Replies: 2
- Views: 1832
What kind of algorithm package used in this PDF?
Thank you very much. So how can I customize the package, for example to change keywords: begin -> { , end -> } etc...
and if the block contains only 1 row how do eliminate { and } (please see below).
double func(param1) {
if cond1 then {
.....
if cond2 then // this block contains only 1 ...
and if the block contains only 1 row how do eliminate { and } (please see below).
double func(param1) {
if cond1 then {
.....
if cond2 then // this block contains only 1 ...
- Tue Nov 09, 2010 10:39 pm
- Forum: Document Classes
- Topic: What kind of algorithm package used in this PDF?
- Replies: 2
- Views: 1832
What kind of algorithm package used in this PDF?
I'm looking for a latex algorithm package which is used in the following PDF:
http://siret.ms.mff.cuni.cz/skopal/pub/dfile.pdf
Where can I download it?
Thank you!
http://siret.ms.mff.cuni.cz/skopal/pub/dfile.pdf
Where can I download it?
Thank you!