# Pandoc **Repository Path**: JanKinCai/Pandoc ## Basic Information - **Project Name**: Pandoc - **Description**: Sublime Text3 Pandoc - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-24 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pandoc ## Pandoc安装 > Ubuntu ``` sudo apt install pandoc # 为了兼容中文。若磁盘空间够大,可以安装 texlive-full sudo apt install texlive texlive-xetex latex-cjk-all texmaker cd ~/.config/sublime-text-3/Packages git clone https://gitee.com/JanKinCai/Pandoc.git 重新打开Sublime Text3 ``` > Windows ``` https://pandoc.org/installing.html ``` ## 插件安装 ``` 打开Sublime Text 点击Preferences->Browse Packages 在当前目录运行Shell git clone https://gitee.com/JanKinCai/Pandoc.git 重启Sublime Text ``` ## 使用 ``` 1. alt + p: 当前目录生成pdf 2. 文件右键 ```