# DocAuto **Repository Path**: guanyuan/DocAuto ## Basic Information - **Project Name**: DocAuto - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2015-08-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Environment 1. texlive 2014 2. ### 目录结构 ``` ./ subjectMandate.tex 任务书模板文件 template.cls 类文件,定义 tex 格式 php/ replaceTex.php 生成用户的 tex 文件 toPdf.php 将用户的 tex 文件转换成 pdf 文件 sql/ createView.sql 创建用户所有相关信息的视图 test/ backEndsTest.php 后端测试 ``` ### 剩余工作 1. 文本替换中,加上英文引号(即 " " ' ')的替换,替换成 ``` `` '' ` ' ``` 3. 文本替换中,加上对 html 编码(例如  )的替换(可能可以通过 html 编码转换来修正?)和 tex 中 reserved characters 的替换,即: ``` # $ % ^ & _ { } ~ \ ``` 4. 文本替换后,应该将 ``!reservedCharacters!`` 预留字删掉 2. tex 中,题目类型的方框和打钩方框 6. 根据课题名字长度,使用单行或双行