> 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/powepoint/insert-citations.md).

# PowePoint 插入引文

PowePoint 中插入引文的方法有两种

### 查找并插入文献

1. 打开 EndNote 数据库
2. 打开 PowePoint
3. 在 PowePoint 中选择一个输出格式
4. 把光标放置于需要插入引文的地方
5. 在 EndNote 工具栏选择「Insert Citation」
6. 在新打开的窗口中输入查询词，可以是作者，年代，关键词或者其他内容
7. 选择「Find」，显示相关文献
8. 选择需要插入的文献
9. 在「Insert」下拉列表中选择一个插入的方法
   * **Insert：**&#x76F4;接插入
   * **Insert & Display as: Author (Year):** 以作者(年代)的形式插入
   * **Insert & Exclude Author:** 插入时不要作者
   * **Insert & Exclude Year：**&#x63D2;入时不要年代

### 插入选中的文献

1. 打开 EndNote 数据库
2. 打开 PowePoint
3. Styles 菜单中选择一个输出格式
4. 光标放置于需要插入引文的地方
5. 回到 EndNote
6. 选中一个需要插入的文献
7. 在 PowePoint 中选择「Insert Selected Citation(s)」


---

# 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, and the optional `goal` query parameter:

```
GET https://kb.howsci.com/powepoint/insert-citations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
