# LaTeX-book **Repository Path**: bleedingfight/LaTeX-book ## Basic Information - **Project Name**: LaTeX-book - **Description**: $LaTeX$书籍模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-07-28 - **Last Updated**: 2025-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` . ├── code:代码存放目录 │   └── train.py ├── contents:章节内容存放目录 │   └── style.tex:demo文本 ├── figures:自定义图像存放目录 │   ├── mnist_network.pdf │   └── triple.pdf ├── g3doc:说明文档 ├── main.pdf:编译生成的主文件 ├── main.tex:主代码 ├── Pictures:封面图像 │   ├── esahubble.png │   ├── head1.png │   └── head2.png ├── README.md:说明文档 └── structure.tex:风格文件 ```