{"id":18635963,"url":"https://github.com/stickcui/cumcmthesis","last_synced_at":"2026-02-02T09:32:18.658Z","repository":{"id":33166018,"uuid":"36806991","full_name":"StickCui/CUMCMThesis","owner":"StickCui","description":"This is a model of CUMCM thesis.","archived":false,"fork":false,"pushed_at":"2015-06-04T03:19:57.000Z","size":1992,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T13:11:11.444Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StickCui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-03T13:54:40.000Z","updated_at":"2018-05-13T03:22:57.000Z","dependencies_parsed_at":"2022-08-07T20:01:58.672Z","dependency_job_id":null,"html_url":"https://github.com/StickCui/CUMCMThesis","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/StickCui/CUMCMThesis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StickCui%2FCUMCMThesis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StickCui%2FCUMCMThesis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StickCui%2FCUMCMThesis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StickCui%2FCUMCMThesis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StickCui","download_url":"https://codeload.github.com/StickCui/CUMCMThesis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StickCui%2FCUMCMThesis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260962441,"owners_count":23089417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T05:27:28.783Z","updated_at":"2026-02-02T09:32:13.625Z","avatar_url":"https://github.com/StickCui.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CUMCMThesis #\n**This is a model of CUMCM thesis.**\n\n## Introduction ##\n\n- **Package name：**CUMCMpackage\n\n- **File name:** CUMCMpackage.sty\n\n- **Author:** Stick Cui\n\n- **E-mail:** Stick_Cui@hotmail.com\n\n---\n\nCopyright (c) 2015 Stick Cui.\n---\n\n## 写在前面：##\n\n\n**Ⅰ.** 宏包CUMCMpackage为XeLaTeX环境下的宏包；使用时，请务必使用XeLaTex编译；否则会报错，导致无法使用！！！\n\n**Ⅱ.** 本宏包为CTeX套装下定义，该套装下可正常使用；如为TeXLive版本用户，使用本模板时请添加TeXLive控制命令，否则会报错。\n\n- 说明：TeXLive下并无较大差别，仅仅是大标题非中文编号（一、二、三等），而是阿拉伯数字编号。【原因是TeXLive下的xeCJK貌似不支持\\CJKnumber{}命令】\n\n**Ⅲ.**本模板还在plain的基础上，定义了中文文献参考格式RefWithChSty，详情请阅读Readme for RefWithChSty.txt\n\n此外，推荐使用编辑器：Texmaker，不推荐使用winedt【可能会出现各种字体不兼容问题】\n\n## 引用本宏包编译方法： ##\n\n**(A).** 如果先考文献使用的是已定义类型（如plain，ieeetr等）\n\n**例：**\n\n\t\\bibliographystyle{plain}%plain ieeetr\n\t\\bibliography{RefFile}\n\n**编译方法：**\n\nXeLaTeX 编译一次（说明：除了正文内容外，主要是为了告诉BibTeX引用了哪些文献）\n\nBibTeX 编译一次（说明：根据所引用的内容，生成参考文献列表）\n\nXeLaTeX 编译一次（说明：除了正文内容外，显示BibTeX所生成的参考文献列表）\n\nXeLaTeX 编译一次（说明：在正文引用出显示出对应参考文献的编号）\n\n\n\n**(B).** 如果使用的是自定义参考文献类型\n\n**例：**\n\n\t\\begin{thebibliography}{}\n\n\t\\bibitem{RefJ}\n\t%% 期刊引用格式\n    作者. 标题[J].期刊名, 发表年份,  卷号(期号), 页码\n    \n\t\\end{thebibliography}\n\n**编译方法：**\n\nXeLaTeX 编译一次（说明：除了正文内容外，显示BibTeX所生成的参考文献列表）\n\nXeLaTeX 编译一次（说明：在正文引用出显示出对应参考文献的编号）\n\n\n\n## 使用说明： ##\n\n**1、宏包引用（article类似的文档类型）**\n\n将CUMCMpackage.sty文件与自己所写的论文TeX源文件放到同一目录下；同时推荐在该目录下建立Code、Image两个文件夹。\n\n\t\\usepackage[control code]{CUMCMpackage}\n\n其中control code包括：nolinenum，TeXLive\n\n\tnolinenum：插入代码时不要自动添加行号。\n\tTeXLive：TeXLive用户必选，否则，会报错。\n\n**2、宏包title项设置：**\n\n\t\\problem{} %选题\t\n\t\\teamNum{} %参赛队编号\t\n\t\\Myschool{} %参赛学校\t\n\t\\Mymember{}{}{} %参赛队员姓名\t\n\t\\supervisor{} %参赛指导老师\t\n\t\\title{} %论文名\n\n**3、实用环境类**\n\n- 使用方法：\n\n\t\t\\begin{环境名}\n\t\t    \n\t\t\\end{环境名}\n\n- 环境名及其介绍：\n\n\t\tkeywords ：关键词\n\n\t注：以上环境必须用在abstract之内！！！\n\n\n\t\tabstract ：摘要\n\n\t注：以上环境必须用在\\maketitle之前！！！\n\t\t\n\t\ttheorem 定理\t\t\n\t\tdefinition 定义\t\t\n\t\tlemma 引理\t\t\n\t\tcorollary 推论\t\t\n\t\tproposition 性质\t\t\n\t\texample 例\t\t\n\t\tremark 注\t\t\n\t\t\n\t\tappendices 附录\t\t\n\t\tsubappendixbox 子附录【需用在appendices 环境内部】\n\n\n\n**4、其它指令**\n\n\t\\codetitle{} 代码标题；插入代码时，可在要插入的代码前使用。\n\n\t\\lstinputlisting[language=Matlab]{./Code/AHPtest.m}  插入代码示例.\n目前本宏包仅仅加入支持C,C++,Java,Matlab,Mathematica,R. 如需其他代码需求可自行根据lstinputlisting要求添加\n\n\n**注：**可能是LaTex本身问题，代码环境对中文支持的很不给力，为了防止乱序（中英文之间），请务必在注释中的英文后面加空格【即符合英文写作习惯】\n\n\n**5、字号**\n\n\t\\chuhao\t%初号 \t\n\t\\xiaochuhao\t%小初号\t\n\t\\yihao\t%一号 \t\n\t\\erhao\t%二号 \t\n\t\\xiaoerhao\t%小二号\t\n\t\\sanhao\t%三号 \t\n\t\\sihao\t%四号\t\n\t\\xiaosihao\t%小四号\t\n\t\\wuhao\t%五号 \t\n\t\\xiaowuhao\t%小五号\t\n\t\\liuhao\t%六号\t\n\t\\qihao\t%七号\n\n\n**6、表格使用参数**\n\n\tL{自定义宽度}\t%左对齐显示\t\n\tC{自定义宽度}\t%居中显示\t\n\tR{自定义宽度}\t%右对齐显示\n\n**7、写在最后**\n\n具体使用样例，可以参考example.tex文件；预览文件见example.pdf\n\n使用过程中，出现任何问题，可以给本人发邮件！！！\n\n**注：**预览文件example.pdf在GitHub上直接预览会乱码（原因不详），可下载下来预览。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstickcui%2Fcumcmthesis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstickcui%2Fcumcmthesis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstickcui%2Fcumcmthesis/lists"}