blob: c0a74a1e4b29db5af142558cf04198cbdc5beef6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
// 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("/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$— \
|