Giter Club home page Giter Club logo

latex_cuc's Introduction

LaTeX_CUC

正确打开方式

  1. 首先安装 GB/T 7714-2015 参考文献标准:https://github.com/CTeX-org/gbt7714-bibtex-style 下载完毕上方链接文件后,在Terminal中运行cd ./gbt7714-bibtex-style-2.1,再运行sudo make;
  2. Clone 本项目或 Download ZIP 或进入 Release 页面下载本项目文件;
  3. 仿照 template.tex 文件中的代码完成毕业论文;
  4. 修改毕业论文;
  5. cover.doc 文件中填入封面信息,输出 PDF 文件,与 LaTeX 输出的 PDF 文件拼合在一起.

使用说明

  • CUC.cls 文件放在你的毕业论文 .tex 文件夹中,documentclass{...} 中填写 CUC.
  • 中英文摘要的四个输入分别填入中英文论文标题姓名摘要关键词.
  • 论文的三级标题分别为 Csection{...}subsection{...}subsubsection{...},其中,Csection{...} 是为了替换 section{...} 以满足论文模板中每个一级大标题另起一页、公式编号为“章节-公式”的需求,具体实现见 CUC.cls 文件,应该进行修改.
  • 如果使用 VS Code 编辑,请在 settings.json 中加入以下内容以实现侧边栏中 STRUCTUERE 的正常工作:
"latex-workshop.view.outline.sections": [
    "part",
    "chapter",
    "Csection",
    //"section",
    "subsection",
    "subsubsection",   
],
  • 绪论后使用命令 \pagenumbering{arabic} 开启编号
  • 参考文献中,\bibliography{ref} 命令指定文献数据库的位置
  • 附录和后记在 addcontentsline 后书写内容

TODO

  • 制作封面页
  • 修改目录样式
  • 微调正文样式、字体
  • 修改参考文献格式

latex_cuc's People

Contributors

theocuc avatar

Stargazers

xiaotian Qi avatar  avatar match avatar Kasy avatar Dawming avatar ZhouXiangZhong avatar MonkeyOliver avatar S.Z.Zheng avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.