# 电子书阅读软件

我非常喜欢轻量级的应用程序，因为我主要的工作平台是Linux，作为SA，总希望充分发挥系统性能用于运行有意义的程序，而桌面程序越轻量级越节约资源。

我当前使用的是Arch Linux，桌面采用xfce4，希望所有的桌面程序在满足功能要求和基本美观情况下，轻量级快速运行。

最近发现一个非常功能丰富且轻量级的电子书阅读器 -- [mupdf](https://www.mupdf.com/index.html) ，不仅快速，而且支持我常用的电子书格式：PDF和ePub。

不过，刚开始使用时候，我非常惊讶发现，居然没有任何菜单，也不支持鼠标右键菜单，默认看到的字体在高分辩率屏幕下简直无法阅读。

其实这是我没有看帮助文档导致的，实际上 [MuPDF OpenGL Viewer: Command Line Options](https://mupdf.com/docs/manual-mupdf-gl.html) 提供了完整的指南，仅仅一个快捷键就解决了放大：

`200z`

这是多么美好的软件！


---

# Agent Instructions: 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://huataihuang.gitbook.io/cloud-atlas-draft/learn/kindle/ebook_reader.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.
