Search found 3 matches

by xixonga
Tue Apr 24, 2012 6:40 pm
Forum: Math & Science
Topic: Algorithm reference
Replies: 9
Views: 118897

Re: Algorithm reference

sorry but it is a big template, i can't post all of the code. I can tell you that im using this template:

http://www.sunilpatel.co.uk/thesis-template/
by xixonga
Thu Apr 19, 2012 1:49 pm
Forum: Math & Science
Topic: Algorithm reference
Replies: 9
Views: 118897

Algorithm reference

it's the same...it recognizes the algortihm but it jumps to the wrong page.

this is the chapter where the algorithm is:
\chapter{title} % Write in your own chapter title
\label{Chapter2}
\lhead{Chapter 2. \emph{title}} % Write in your own chapter title to set the page header

\section{sec}
blabla ...
by xixonga
Wed Apr 18, 2012 9:05 pm
Forum: Math & Science
Topic: Algorithm reference
Replies: 9
Views: 118897

Algorithm reference

Hi,

i'm having a hard time trying to make a reference for an algorithm...
im just doing it the standard way:

\begin{algorithm}
\caption{something}
\begin{algorithmic}
blablabla
\end{algorithmic}
\label{alg:MYALG}
\end{algorithm}

see algorithm \ref{alg:MYALG}


this recognizes the algorithm, but ...