#Problems with finite automata package

8 messages · Page 1 of 1 (latest)

loud wasp
#

These are my imports:

#import "@preview/codelst:1.0.0": sourcecode, codelst
#import "@preview/showybox:2.0.1": showybox
#import "@preview/ctheorems:1.1.0": *
#import "@preview/cetz:0.2.0": *
#import "@preview/finite:0.3.0": *
#import "@preview/colorful-boxes:1.2.0": *```
tawny urchin
#

i think it was them having a problem with using finite.layout and it not recognizing finite

#

i think whats happening here is that since you are importing everything, finite is already imported, so its looking for finite.finite.layout probably

sinful crater
#

import "pkg": * doesn't define the name pkg but only its content; in the concrete example that means that layout works, but finite.layout doesn't

(but I assumed that the original post was deleted because the problem was solved, so I didn't respond)

tiny ether
#

yea

#

you can do both at once with import "pkg" as pkg: *