From eabedfc61c21cb46beab37c8cd19b91f0963a84c Mon Sep 17 00:00:00 2001 From: hpcfzl Date: Tue, 15 Jul 2025 21:29:42 +0200 Subject: [PATCH] Update guide-for-latex-users.md Removes a double space --- docs/guides/guide-for-latex-users.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/guide-for-latex-users.md b/docs/guides/guide-for-latex-users.md index b495022ad..4b390cef1 100644 --- a/docs/guides/guide-for-latex-users.md +++ b/docs/guides/guide-for-latex-users.md @@ -33,8 +33,8 @@ collaborative editor and run Typst in your browser, no installation required. If you choose to use Typst on your computer instead, you can download the compiler as a single, small binary which any user can run, no root privileges -required. Packages are downloaded when you first use them and -then cached locally, keeping your Typst installation lean. You can use your own +required. Packages are downloaded when you first use them and then cached +locally, keeping your Typst installation lean. You can use your own editor and decide where to store your files with the local compiler. ## How do I create a new, empty document? { #getting-started }