Tagged Questions
2
votes
1answer
180 views
Problem with algorithm(ic) and hyperref
The following code works ... fine!
\documentclass{book}
% \usepackage{subfig}
% \usepackage{subcaption}
\usepackage[colorlinks]{hyperref}
\usepackage{algorithm}
\usepackage[noend]{algorithmic}
...
6
votes
1answer
700 views
Algorithms package ignores caption package
I'm using the algorithms package in my document to get a floating environment for algorithms to live in.
\usepackage{algorithm}
I'm using the caption package to make the captions on my figures ...
2
votes
2answers
366 views
algorithmicx conflicts with babel with Hebrew
When trying to create any document with box algorithmicx and algorithmicx:
\documentclass{article}
\usepackage[hebrew,english]{babel}
\usepackage{algorithmicx}
\begin{document}
Hello, world.
...
1
vote
1answer
1k views
program, algorithmic packages conflict
I want to use both the program and algorithmic packages in a paper; however, after adding \usepackage{program}, algorithmic is now broken. For a reduced example,
\documentclass{article}
...
3
votes
2answers
314 views
How to hyperref a pageref in second half of an algorithm, independent of first half
I'm struggling with something that seems pretty complicated to me, but maybe there's a way better solution already out there. If not, I'd really appreciate any help with getting the following problem ...
3
votes
1answer
685 views
Elsevier `elsart`/`elsart3p` incompatibility with `algorithmic`
Stuggling with the following problem for a small while and am stumped. I'm using the the elsart3p.cls document class, but it seems not to work well with the algorithmic package. Here's a minimal ...