From 81139368827a39377063e3176e18b2656821ba0c Mon Sep 17 00:00:00 2001 From: Toby Davis Date: Mon, 20 Apr 2026 21:58:21 +0100 Subject: [PATCH] fix: respect style-algorithm in multi-column environments --- algorithmic.typ | 2 -- 1 file changed, 2 deletions(-) diff --git a/algorithmic.typ b/algorithmic.typ index e537b96..cf59cd3 100644 --- a/algorithmic.typ +++ b/algorithmic.typ @@ -46,8 +46,6 @@ ) let _placement = placement let _scope = scope - if it.placement != none { _placement = it.placement } - if it.scope != "column" { _scope = it.scope } if _placement != none { place(_placement, scope: _scope, float: true, algo) } else {