网站建设公司天成,owl WordPress,idea的网站开发登录页面,网站建设项目维护与评价书要毕业了#xff0c;闲下点时间写的东西。之前一直收益与师兄师姐流传下来的latex版本#xff0c;用起来很舒服#xff0c;希望后面的学弟学妹也能完美用上。latex功能很强大#xff0c;不需要自己排版#xff0c;只管内容即可#xff0c;但是安装流程会多一丢丢。 目录 … 要毕业了闲下点时间写的东西。之前一直收益与师兄师姐流传下来的latex版本用起来很舒服希望后面的学弟学妹也能完美用上。latex功能很强大不需要自己排版只管内容即可但是安装流程会多一丢丢。 目录 一. 软件的安装1.1 安装TexLive1.2 安装Visual Studio Code直接上官网搜即可查看 二. 模板的使用2.1 包含内容2.1.1 主要文件和文件夹2.1.2 content文件夹包含内容 一. 软件的安装
软件套装TexLive()Visual Studio Code(软件安装顺序不要错先texlive如果之前先安装了VScode可以先卸载一下
1.1 安装TexLive
国内源下载华为云Texlive下载阿里云Texlive下载 下载种类直接下载带年份.iso的即可例如texlive2023.iso 安装方式傻瓜式安装先下载然后管理员方式运行批处理文件install-tl-windows.bat 修改安装位置点击安装 然后进入漫长的安装环节一般半个小时到一个小时之间。
1.2 安装Visual Studio Code直接上官网搜即可查看
1软件安装从官网上下载VScode官网 2插件的安装在扩展商店安装 必要插件LaTeX WorkshopChinese (Simplified) (简体中文) 3文件的配置在 VSCode 界面下按下 F1然后键入“setjson”点击“首选项: 打开设置(JSON)”替换里面全部的内容如下把里面原有的内容全删了
{latex-workshop.latex.autoBuild.run: never,latex-workshop.showContextMenu: true,latex-workshop.intellisense.package.enabled: true,latex-workshop.message.error.show: false,latex-workshop.message.warning.show: false,latex-workshop.latex.tools: [{name: xelatex,command: xelatex,args: [-synctex1,-interactionnonstopmode,-file-line-error,%DOCFILE%]},{name: pdflatex,command: pdflatex,args: [-synctex1,-interactionnonstopmode,-file-line-error,%DOCFILE%]},{name: latexmk,command: latexmk,args: [-synctex1,-interactionnonstopmode,-file-line-error,-pdf,-outdir%OUTDIR%,%DOCFILE%]},{name: bibtex,command: bibtex,args: [%DOCFILE%]}],latex-workshop.latex.recipes: [{name: XeLaTeX,tools: [xelatex]},{name: PDFLaTeX,tools: [pdflatex]},{name: BibTeX,tools: [bibtex]},{name: LaTeXmk,tools: [latexmk]},{name: xelatex - bibtex - xelatex*2,tools: [xelatex,bibtex,xelatex,xelatex]},{name: xe-bib-xe-xe,tools: [xelatex,bibtex,xelatex,xelatex]},],latex-workshop.latex.clean.fileTypes: [*.aux,*.bbl,*.blg,*.idx,*.ind,*.lof,*.lot,*.out,*.toc,*.acn,*.acr,*.alg,*.glg,*.glo,*.gls,*.ist,*.fls,*.log,*.fdb_latexmk],latex-workshop.latex.autoClean.run: onFailed,latex-workshop.latex.recipe.default: lastUsed,latex-workshop.view.pdf.internal.synctex.keybinding: double-click,latex-workshop.message.update.show: false,ltex.language: en-US,ltex.enabled: [latex],ltex.dictionary: {},ltex.latex.commands: {\\ref{}: ignore,\\documentclass[]{}: ignore,\\cite{}: dummy,\\cite[]{}: dummy},ltex.latex.environments: {lstlisting: ignore,verbatim: ignore},ltex.markdown.nodes: {CodeBlock: ignore,FencedCodeBlock: ignore,AutoLink: dummy,Code: dummy},ltex.additionalRules.enablePickyRules: true,ltex.additionalRules.motherTongue: en-US,ltex.diagnosticSeverity: information,ltex.ltex-ls.logLevel: finer,
ltex.sentenceCacheSize: 2000,
editor.wordWrap: on,
files.autoSave: afterDelay,
security.workspace.trust.untrustedFiles: open,
editor.unicodeHighlight.ambiguousCharacters: false,
workbench.colorTheme: Theme (Italic)
}目前知乎上已经有人把安装方法写清楚了我这边只是结合自己使用简要描述了一下VSCode使用latex 4软件的使用 1首先通过软件打开模板的文件夹 2下载LaTeX Workshop插件后左侧会出现一个Tex标识如下图标1所示点击Tex注意如果安装了插件还是没有显示则可以任意打开一个tex文件就会出现 3点击commands列表中导数第二个绿色按钮即Recipe:xelatex - bibtex - xelatex*2如下图标2所示 4如果运行成功则屏幕下蓝色栏会出现打钩字样 5再次点击下图标号3的View Latex PDF即可在屏幕左侧出现pdf文档 二. 模板的使用
我使用的是之前学长们前辈们使用的文档经过几代人更新目前这一套版本符合2023年硕士和博士毕业论文模板的要求具体使用方法如下
2.1 包含内容
2.1.1 主要文件和文件夹 1文件夹content存在主体内容的包含各部分正文摘要致谢等内容 2文件夹images可以分章节存放图片然后很方便进行在文中引用 3) 模板布局文件csuthesis_main.tex文章存在那几部分是否需要例如是否需要附录在这里面进行说明 3) thesis-references.bib参考文献的bib格式在我们下载文章的时候有引用方式的导出选择bib文件形式
2.1.2 content文件夹包含内容
一般我们都是在content文件夹中的content文件中书写论文的正文。