|
|
|
|
|
by anserin
691 days ago
|
|
In LaTeX you also clearly separate structure and typesetting: you don't write \noindent\textbf{Introduction}\nobreak\medskip or whatever, but simply \section{Introduction} Macros are also pretty easy to define
\newcommand\important[1]{\textcolor{red}{#1}} And of course it has first-class Unicode support |
|
https://typst.app/docs/reference/foundations/function/