Skip to content

Commit

Permalink
build typst
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Sep 21, 2024
1 parent c1b9c6f commit 6be7db2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/build_tt.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

Expand Down

0 comments on commit 6be7db2

Please sign in to comment.