Hello,
I’d like to know how to make my “Introduction” and “Conclusion” parts have a specific heading. I’ve defined a manual style for the different chapters:
#show heading.where(level: 1): it => {
place(top + right, dy: -4cm, line(
length: 7.5cm,
stroke: 2pt + maroon,
angle: 90deg),)
pad(top: 2cm, left: -1cm, right: 10pt, place(top + right, text(font: "Calibri", black, hyphenate: false, it.body)))
pad(top: 0.5cm, 10pt, place(top + right, dx: 0cm, dy: -3cm, text(15pt, font: "Calibri", "Chapter")))
place(top + right, dx: 1.5cm, dy: 1cm, text(50pt, font: "Calibri", weight: "regular", context(counter(heading).get().first())))
v(2cm)}
I’d like not to write “Chapter” nor the number (context(counter(heading).get().first())
for the introduction and conclusion.
Merci
fdekerm