Loading...
Loading...
Compare original and translation side by side
arxiv-preflightarxiv-packagearxiv-preflightarxiv-package| Processor | Accepted | Rejected |
|---|---|---|
| LaTeX (DVI mode) | | |
| PDFLaTeX | | |
| 处理器 | 支持格式 | 不支持格式 |
|---|---|---|
| LaTeX(DVI模式) | | |
| PDFLaTeX | | |
| Content | Optimal Format | Rationale |
|---|---|---|
| Photographs | JPEG | Lossy compression suits continuous tone |
| Line drawings / diagrams | PDF (vector) | Scalable, sharp at any resolution |
| Plots with text labels | PDF (vector) | Text remains crisp and searchable |
| Screenshots / raster art | PNG | Lossless compression for sharp edges |
| Mixed photo + text | PNG or PDF | Depends on dominant content |
| 内容类型 | 最优格式 | 理由 |
|---|---|---|
| 照片 | JPEG | 有损压缩适合连续色调内容 |
| 线条图/示意图 | PDF(矢量) | 可缩放,任意分辨率下都清晰 |
| 带文本标签的图表 | PDF(矢量) | 文本保持清晰且可搜索 |
| 截图/光栅图 | PNG | 无损压缩适合清晰边缘内容 |
| 照片+文本混合内容 | PNG或PDF | 取决于主要内容类型 |
\includegraphics.tex.tex\includegraphicsundefinedundefined
**Size Reduction — Vector Figures**
```bash
**矢量图片大小压缩**
```bash
**Size Reduction — Raster Figures**
```bash
**光栅图片大小压缩**
```bash
**PNG Optimization** (avoid arXiv warnings)
- Remove palette indexing if unnecessary
- Remove alpha channel if background is solid
- Strip ICC color profiles
- Remove metadata chunks
- Disable interlacing
**EPS BoundingBox Fix** (prevents `Missing number, treated as zero`)
- Verify `%%BoundingBox` appears near top of file, not only at end
- If only `%%BoundingBox: (atend)`, extract actual values and place at top
**PNG优化**(避免arXiv警告)
- 必要时移除调色板索引
- 若背景为纯色则移除Alpha通道
- 清除ICC颜色配置文件
- 移除元数据块
- 禁用隔行扫描
**EPS边界框修复**(防止`Missing number, treated as zero`错误)
- 验证`%%BoundingBox`是否出现在文件顶部附近,而非仅在末尾
- 若仅存在`%%BoundingBox: (atend)`,提取实际值并放置在文件顶部\includegraphics\graphicspath\includegraphics\graphicspathundefinedundefined| Figure | Original | Optimized | Size Before | Size After | Action |
|---|---|---|---|---|---|
| fig1 | fig1.eps | fig1.pdf | 12.3 MB | 0.4 MB | EPS→PDF conversion |
| fig2 | fig2.png | fig2.png | 8.1 MB | 1.2 MB | Strip metadata, downsample |
| 图片 | 原始信息 | 优化后信息 | 优化前大小 | 优化后大小 | 操作 |
|---|---|---|---|---|---|
| fig1 | fig1.eps | fig1.pdf | 12.3 MB | 0.4 MB | EPS→PDF格式转换 |
| fig2 | fig2.png | fig2.png | 8.1 MB | 1.2 MB | 清除元数据、降低分辨率 |
undefinedundefined| Tool | Install | Use Case |
|---|---|---|
ImageMagick ( | System package | Format conversion, resizing, stripping |
Ghostscript ( | System package | EPS/PS optimization and conversion |
| TeX Live | EPS → PDF conversion |
| TeX Live | Trim PDF whitespace |
| System package | PNG lossless optimization |
| System package | PNG lossy size reduction |
| System package | JPEG lossless optimization |
| 工具 | 安装方式 | 使用场景 |
|---|---|---|
ImageMagick ( | 系统包 | 格式转换、调整大小、清除元数据 |
Ghostscript ( | 系统包 | EPS/PS优化与转换 |
| TeX Live | EPS → PDF转换 |
| TeX Live | 裁剪PDF空白区域 |
| 系统包 | PNG无损优化 |
| 系统包 | PNG有损压缩 |
| 系统包 | JPEG无损优化 |