> For the complete documentation index, see [llms.txt](https://kb.howsci.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.howsci.com/output-style/additional-style-formatting-options/sort-order-bibliographies-and-multiple-citations.md).

# 参考文献和引文排序

每个[输出格式](http://www.howsci.com/tag/output-styles/)的参考文献和多个引文的排序都有说明，选择Citations或Bibliographies下面的Sort Order可以设置排序规则

### 多个引文的排序

引文下面的排序面板可以设置多个引文的排序，例如未格式化的引文是介样子的：

{Lee,1990#5; Jacob,1994#22; Zoler,1983#19}

格式化的作者-日期格式是介样子的：

(Zoler 1983; Lee 1990; Jacob 1994)

多个引文的排序选项有以下几个(Citations >> Sort Order)

* **Same as Bibliography**\
  排序和参考文献排序一样
* **Author+Title**\
  根据作者的名，然后是题目排序
* **Author+Year+Title**\
  作者名，然后是发表年代，最后是题目
* **Year+Author**\
  年代，然后是作者名
* **Don't Sort**\
  和未格式时的排序一样
* **Other**\
  自定义排序，详见自定义排序.

### 参考文献排序

参考文献排序(Bibliography >> Sort Order)是设置文末参考文献排序的

* **Order of Appearance**\
  根据出现先后顺序排序
* **Author+Title**\
  作者名，然后是题目
* **Author+Year+Title**\
  作者名，然后是发表年代，最后是题目
* **First Author+Year+Other Authors**\
  第一作者，然后发表年代，最后是其他作者
* **First Author+#of Authors+Year**\
  第一作者，然后是作者的数量，最后是发表年代
* **Other**\
  自定义排序，详前面板自定义排序
* **Sort Edited Works After Original Works By Same Author:**\
  有些格式要求书籍的主编或者著者是同一人时，该人原创性书籍的著者排在第一位，之后是主编的书籍。该选项可以忽略上述所有选项的排序规则

**注：**&#x5F53;使用作者排序时，[EndNote](http://www.howsci.com/tag/endnote/)基于数据库中文献的作者栏目的信息，包括作者名字和缩写。关于排序时忽略作者姓名或者缩写可见[文献排序](https://app.gitbook.com/s/-LrgCHEEK5wsSALfCziF/output-style/18Prefs/Sorting.htm)

### 自定义排序

在设置参考文献和多个引文排序时，可以选择自定义排序，然后在列表中选择5个排序规则，支持升序或者降序排列

自定义排序窗口并不需要设置全部的5个选项。每个选项右侧的按钮可以控制排序的方向，是升序还是降序。点击这个按钮可以升序和降序之间切换。设置完排序后，选择确定回到排序面板，会显示自定义的排序规则。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.howsci.com/output-style/additional-style-formatting-options/sort-order-bibliographies-and-multiple-citations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
