Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

algpseucode #244

Open
aloparedes opened this issue Nov 15, 2022 · 1 comment
Open

algpseucode #244

aloparedes opened this issue Nov 15, 2022 · 1 comment

Comments

@aloparedes
Copy link

Hello,

I am trying to write an algorithm using this template. I uncommented \usepackage{algpseudocode} in the preamble and started to write the desired algorithm in the corresponding chapter \begin{algorithmic}.... However, I am not able to do it.

Could you please advise?

BR,
Alvaro.

@GR8DAN
Copy link

GR8DAN commented Dec 21, 2022

I've had problems with algpseudocode, I switched to algorithm2e. In the preamble.tex file switch line 49 to:

\usepackage[ruled,vlined]{algorithm2e}

Details on options here: http://tug.ctan.org/macros/latex/contrib/algorithm2e/doc/algorithm2e.pdf

Another alternative would be the algorithmic package, or the listings package (https://texdoc.org/serve/listings.pdf/0) for plain source code and text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants