Search found 3 matches

by lukee
Tue Jan 04, 2011 11:04 pm
Forum: Document Classes
Topic: Appendix error when algorithm2e is used
Replies: 5
Views: 6362

Re: Appendix error when algorithm2e is used

Hi,


Thanks for the solution. Reverse order works :)
I've never thought that this kind of change could help.
by lukee
Tue Jan 04, 2011 2:39 am
Forum: Document Classes
Topic: Appendix error when algorithm2e is used
Replies: 5
Views: 6362

Re: Appendix error when algorithm2e is used

Hello Stefan,

Thanks for the answer. There is my file list:

*File List*
article.cls 2007/10/19 v1.4h Standard LaTeX document class
size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
algorithm2e.sty 2008/00/00 v3.10 algorithms environments
ifthen.sty 2001/05/26 v1.1c Standard LaTeX ...
by lukee
Sun Jan 02, 2011 4:36 am
Forum: Document Classes
Topic: Appendix error when algorithm2e is used
Replies: 5
Views: 6362

Appendix error when algorithm2e is used

Hello all,

I have problem to put appendix into my document.

This is the shortest code to reproduce error:
\documentclass{article}
\usepackage[ruled,vlined,linesnumbered]{algorithm2e}
\usepackage[toc,page]{appendix}

\begin{document}

\begin{appendices}
\section{First Appendix}
\end{appendices ...