Fix import in tutorial
This commit is contained in:
parent
1d5bf56e58
commit
669f9707c3
|
|
@ -322,7 +322,7 @@ path of the file after the `{from}` keyword.
|
||||||
>>> set align(left)
|
>>> set align(left)
|
||||||
>>> columns(2, doc)
|
>>> columns(2, doc)
|
||||||
>>>}
|
>>>}
|
||||||
<<< #import conf from "conf.typ"
|
<<< #import "conf.typ": conf
|
||||||
|
|
||||||
#show doc => conf(
|
#show doc => conf(
|
||||||
title: [
|
title: [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue