25 lines
481 B
Plaintext
25 lines
481 B
Plaintext
// Test linebreaks with after inline elements.
|
||
|
||
---
|
||
// Test punctuation after citations.
|
||
#set page(width: 162pt)
|
||
|
||
They can look for the details in @netwok,
|
||
which is the authoritative source.
|
||
|
||
#bibliography("/files/works.bib")
|
||
|
||
---
|
||
// Test punctuation after math equations.
|
||
#set page(width: 85pt)
|
||
|
||
We prove $1 < 2$. \
|
||
We prove $1 < 2$! \
|
||
We prove $1 < 2$? \
|
||
We prove $1 < 2$, \
|
||
We prove $1 < 2$; \
|
||
We prove $1 < 2$: \
|
||
We prove $1 < 2$- \
|
||
We prove $1 < 2$– \
|
||
We prove $1 < 2$— \
|