../
// 中文中的牛津逗号
#import "/template.typ":*

#doc-template(
title: "中文中的牛津逗号",
date: "2021年7月9日",
body: [

在英文中,如果要列举一串事物,通常写成这样:

    A, B and C

其中,最后一个and之前没有标点,有时候可能会造成歧义,因此有时候也会写成这样:

    A, B, and C

这里and前面的逗号被称为“#link("https://en.wikipedia.org/wiki/Serial_comma", "serial comma")”,或者“Oxford comma”(牛津逗号)。

在英式英语中,英式英语里面加不加都可以,美式英语里面一般会加上。著名的 The Elements of Style就推荐加上牛津逗号,因为很多时候可以消除歧义。

中文当中也有类似的问题,一边列举的时候会写成这样:

#myquote[
    甲、乙和丙
]

这个问题有两种解决方

...

Email: i (at) mistivia (dot) com