/deeplearningthesis

master thesis

Primary LanguageTeXMIT LicenseMIT

LaTeX Template For NPU thesis

Platfrom License Status Version

Usage

  1. 安装 common files 中的字体
  2. common files 中的文件与模板文件一起拷贝到工作目录中
  3. \begin{document} 前引用 \input{thesis-setting}
  4. 修改 makefile 文件的 MAIN 选项为自己 tex 文档的文件名
  5. make & Enjoy

Note

  1. 本模板使用的是Adobe字体(宋体,黑体,楷体,仿宋),需要另行购买或下载
  2. cover.tex 文件为论文的封面页, translation-cover为本科毕业设计的文献翻译封面页
  3. 添加了论文例子,所有文件集合到了 example 文件夹中, 必要时可以仿照例子或者直接在例子上修改
  4. 所有字体大小的控制命令统一前缀为s(a.k.a size), 所有字体格式的控制命令统一前缀为f(a.k.a font)
  5. makefile 中的 close 选项为 windows 专用, 并且假设使用了 Acrobat 打开了当前 pdf 文件
  6. 校徽用tikz生成矢量图形 logo.tex
  7. 额外制作了西北工业大学的标题的特殊字体 nwpuname.ttf
  8. 如有任何问题,请发issue
  9. 基于MIT-LICENSE,如有帮助,请在自己的文章中引用
@misc{NWPUThesisLaTeXTemplate,
    title={LaTeX-Template-For-NPU-Thesis},
    author={Shangkun Shen},
    year={2016},
    month={05}
}

Copyright

Use this code whatever you want, under the circumstances of acknowleged the mit license this page below. Star this repository if you like, and it will be very generous of you!

License

The MIT License (MIT) Copyright (c) 2016 Shangkun Shen, http://polossk.com polossk_dev@126.com

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.