Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 2.25 KB

credits.md

File metadata and controls

55 lines (37 loc) · 2.25 KB

鸣谢

本项目是在下面两人工作的基础上完成的:

@让幻想飞 yfzhao20/Typora-markdown

  1. 适配LaTeX的字体
  2. 更改标题、目录和大纲的编号样式;改成1. ,1.1 , 1.1.1 ,……这样的编号更有一种浓厚的论文感觉
  3. 二级及以下标题全部靠左,适应文章样式;后面加上大空白,适配LaTeX样式

@LAN DU du33169/typora-theme-essay_cn

  1. 各级标题选取合适字体,更加美观
  2. 标题自动编号,又有了不必打开Word的理由
  3. 图表下方自动编号,专业严谨(图片编号暂无法导出)
  4. 表格采用三线表,简洁清晰
  5. 目录样式覆盖,规范大气
  6. A4页面设定,编辑器内所见即所得
  7. 提供.md格式的封面模板,写作->导出PDF全过程一处进行

根据开源协议,以下放置协议原文

% This is the license declared by the origin repository founder yfzhao20.
% You could see his project here: <https://github.com/yfzhao20/Typora-markdown>

MIT License

Copyright (c) 2021 yfzhao20

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.