How to reproduce:
$ typst init @preview/charged-ieee
Then edit main.typ then add backticks around the first word, so
= Introduction
Scientific writing is a crucial part
becomes
= Introduction
`Scientific` writing is a crucial part
Render it and you'll find there is no difference. This is because raw in IEEE template only does syntax highlighting and doesn't apply monospace font.
How to reproduce:
$ typst init @preview/charged-ieeeThen edit
main.typthen add backticks around the first word, so= Introduction Scientific writing is a crucial partbecomes
Render it and you'll find there is no difference. This is because raw in IEEE template only does syntax highlighting and doesn't apply monospace font.