Search found 2 matches

by stalecu64
Mon Mar 24, 2025 1:00 am
Forum: General
Topic: Change how vertical line is rendered in algorithm2e
Replies: 1
Views: 13678

Re: Change how vertical line is rendered in algorithm2e

Hello, does anyone have any idea on how to accomplish this? :)
by stalecu64
Thu Mar 20, 2025 6:30 am
Forum: General
Topic: Change how vertical line is rendered in algorithm2e
Replies: 1
Views: 13678

Change how vertical line is rendered in algorithm2e

Hello! I am faced with rendering the following pseudocode to LaTeX:

0SWfJCYy.png

This is my attempt in LaTeX (for convenience, it has been translated into English):


\documentclass{article}
\usepackage[vlined]{algorithm2e}

\makeatletter
\renewcommand{\algocf@Hlne}{%
\rule{.5em}{.4pt ...