#Basic problem

3 messages · Page 1 of 1 (latest)

little temple
#
// Remove defualt 2.5cm margin
#set page(margin: 0cm)

/// 9.5x11 inc
// #set page("us-letter")

/// 8.27x11.7 inc
// #set page("A4")

#let cell = rect.with(
  inset: 8pt,
  fill: rgb("e4e5ea"),
  width: 100%,
  height: 100%
)

#grid(
  columns: (3in, auto),
  rect(
     inset: 8pt,
    fill: rgb("e4e5ea"),
    width: 100%,
    height: 100%
  )[
    image("av-circle.png", width: 80%)
  ]
  ,
  [Great output],
)
#

how can I show image

spark lion
#

try add a # before image