Batch 9: Obsidian插件/AI开源平替/Coze培训/TK面单/Ubuntu科学上网

- Sources: 5个新文档
- Concepts: ProxyChains, SOCKS5代理, Docker Daemon代理
- Index: 更新至 Batch 9
- 累计 sources: 108/182
This commit is contained in:
2026-04-16 06:36:36 +08:00
parent 33c63d34dd
commit e62797a33a
51 changed files with 1740 additions and 56 deletions

View File

@@ -0,0 +1,20 @@
---
title: "LaTeX Flattening"
type: concept
tags: [latex, document-processing, research-tools]
date: 2026-04-16
---
## Definition
自动解析 LaTeX 源码中的 \include 语句,将所有被包含文件的内容合并为单一文档,消除多文件 LaTeX 项目的上下文跳跃问题。
## How It Works
LaTeX 项目通常由主文件通过 \include 调用多个子文件(章节/图表),展平后生成无 \include 指令的连续文档,便于阅读器直接处理。
## Application
- arxiv-reader skill 核心能力,自动展平 arXiv 下载的 .tex 源码
- 解决 PDF 阅读时切换文件丢失上下文的问题
## Connections
- [[arXiv-Paper-Reader]]:使用 LaTeX Flattening 的核心场景
- [[arXiv-API]]LaTeX 源码的来源