From 23de492eea6c5595ff92505dcfc31702c5469ecb Mon Sep 17 00:00:00 2001 From: Sebastian Zivota Date: Fri, 24 Mar 2023 09:12:49 +0100 Subject: [PATCH] Fix import syntax in tutorial (#205) --- docs/src/tutorial/4-template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/tutorial/4-template.md b/docs/src/tutorial/4-template.md index 0502b3f68..f3923ef2c 100644 --- a/docs/src/tutorial/4-template.md +++ b/docs/src/tutorial/4-template.md @@ -259,9 +259,9 @@ into the document. This way, the main file you write in is kept clutter free and your template is easily reused. Create a new text file in the file panel by clicking the plus button and name it `conf.typ`. Move the `conf` function definition inside of that new file. Now you can access it from your main file by -adding an import before the show rule. Name the function that you want to import -from another file between the `{import}` and `{from}` keywords and specify the -path of the file after the `{from}` keyword. +adding an import before the show rule. Specify the path of the file between the +`{import}` keyword and a colon, then name the function that you +want to import. ```example:single >>> #let conf(