outline
This commit is contained in:
		@@ -185,15 +185,15 @@
 | 
				
			|||||||
    self: self,
 | 
					    self: self,
 | 
				
			||||||
    config: config,
 | 
					    config: config,
 | 
				
			||||||
    components.adaptive-columns(
 | 
					    components.adaptive-columns(
 | 
				
			||||||
      start: underline(text(
 | 
					      start: text(
 | 
				
			||||||
        1.5em,
 | 
					        1.4em,
 | 
				
			||||||
        fill: self.colors.primary,
 | 
					        fill: self.colors.primary,
 | 
				
			||||||
        weight: "bold",
 | 
					        weight: "bold",
 | 
				
			||||||
        utils.call-or-display(self, title),
 | 
					        utils.call-or-display(self, title),
 | 
				
			||||||
      ),stroke: 4pt, offset: 0.2em),
 | 
					      )+linebreak()*2, 
 | 
				
			||||||
      text(
 | 
					      text(
 | 
				
			||||||
        fill: self.colors.neutral-darkest,
 | 
					        fill: self.colors.neutral-darkest,
 | 
				
			||||||
        outline(title: none, indent: 1em, depth: self.slide-level, ..args),
 | 
					        outline(title: none, indent: 1em, depth: 1, ..args),
 | 
				
			||||||
      ),
 | 
					      ),
 | 
				
			||||||
    ),
 | 
					    ),
 | 
				
			||||||
  )
 | 
					  )
 | 
				
			||||||
@@ -347,8 +347,9 @@
 | 
				
			|||||||
  show math.equation: set text(font: "Fira Math")
 | 
					  show math.equation: set text(font: "Fira Math")
 | 
				
			||||||
  set strong(delta: 200)
 | 
					  set strong(delta: 200)
 | 
				
			||||||
  set par(justify: true)
 | 
					  set par(justify: true)
 | 
				
			||||||
 | 
					  set outline.entry(fill: none)
 | 
				
			||||||
  show heading: it => [
 | 
					  show heading: it => [
 | 
				
			||||||
  #set text(size: 1.21em)
 | 
					  #set text(size: 1.1em)
 | 
				
			||||||
  #it.body
 | 
					  #it.body
 | 
				
			||||||
  // #underline(it.body,stroke: 4pt, offset: 4pt)
 | 
					  // #underline(it.body,stroke: 4pt, offset: 4pt)
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user