From 6be7db29cd73235850873be8c647445df5af91d5 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Fri, 20 Sep 2024 23:09:48 -0400 Subject: [PATCH] build typst --- R/build_tt.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/R/build_tt.R b/R/build_tt.R index d4cbb9b9..47efd39a 100644 --- a/R/build_tt.R +++ b/R/build_tt.R @@ -97,8 +97,6 @@ build_tt <- function(x, output = NULL) { } else { x <- style_tt(x, i = 1, line = "t", line_width = 0.1) } - - x@lazy_style <- c(x@lazy_style[(length(x@lazy_style) - 3):length(x@lazy_style)], ls) } }