From 2fbed47c3e22105d55a73a1f9c012668fcc1a65f Mon Sep 17 00:00:00 2001 From: hpcfzl Date: Tue, 15 Jul 2025 21:34:36 +0200 Subject: [PATCH] Update guide-for-latex-users.md Adds `tabularray` --- docs/guides/guide-for-latex-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/guide-for-latex-users.md b/docs/guides/guide-for-latex-users.md index 4b390cef1..4c8868cbb 100644 --- a/docs/guides/guide-for-latex-users.md +++ b/docs/guides/guide-for-latex-users.md @@ -459,7 +459,7 @@ and their corresponding Typst functions. | LaTeX Package | Typst Alternative | |:--------------------------------|:-------------------------------------------| | graphicx, svg | [`image`] function | -| tabularx | [`table`], [`grid`] functions | +| tabularx, tabularray | [`table`], [`grid`] functions | | fontenc, inputenc, unicode-math | Just start writing! | | babel, polyglossia | [`text`]($text.lang) function: `[#set text(lang: "zh")]` | | amsmath | [Math mode]($category/math) |