Skip to content

《山东第二医科大学指南》Latex版本,生活手册与新生指南一体化|原docx版本由“山东第二医科大学频道”接手更新,属于本文的分叉(Fork)关系,互不干扰。

License

Mikachu2333/sdsmu_welcome_tex

Repository files navigation

山东第二医科大学指南【简称:321指南】

曾用名:《潍坊医学院新生入学指南》《山东第二医科大学入学与生活指南》等

  1. 因学业压力以及本指南已经基本完善,项目转入消极维护状态。

  2. 采用 CC BY-SA 4.0 许可证。

下载

文档

正式版

  • 在“腾讯文档”中在线查看与下载(推荐)

    注意:需要 Google ChromeFirefoxEdge 等现代化的浏览器,IE11 等老旧浏览器可能无法正常显示。

  • 在Gitee仓库的“发行版”下载
  • 在GitHub仓库的“Releases”下载

Preview版

  • 在Gitee仓库的“发行版”下载(仅含有部分Preview版本)
  • 自行运行 git clone 后本地编译

地图

百度网盘(电脑推荐)

https://pan.baidu.com/s/1cZpGGFIABB50u-3lst44iQ?pwd=46pa

阿里云网盘(手机推荐)

https://www.alipan.com/s/dZMvgXwkxGp

编写目的

本指南旨在建立起新生对学校的初步认知,同时也可以帮助老生速查成常见问题的解决方案。

维护说明

内容增减

  • 如需新开一章,请使用该章节主要内容对其进行标明

  • 切勿在本项目中添加广告,如需推广可 Fork 后在新项目中进行

  • 如遇排版问题以及内容疑问请按文章中 Mailto 地址联系作者

  • 如有侵权或其他事项,请按文章中的 Mailto 地址联系作者

格式改进

  • 如无必要,不要引入更多的 package(排版无需进一步改进,也改进不了……)

  • 请使用 VSCodeLaTeX Workshop 扩展进行自动格式化,另附详细配置如下:

  • VSCode配置
      "latex-workshop.bibtex-fields.sort.enabled": true,
      "latex-workshop.bibtex-format.sort.enabled": true,
      "latex-workshop.bibtex-format.tab": "4 spaces",
      "latex-workshop.intellisense.file.base": "both",
      "latex-workshop.intellisense.package.enabled": true,
      "latex-workshop.intellisense.triggers.latex": [],
      "latex-workshop.latex.autoClean.run": "onBuilt",
      "latex-workshop.latex.build.clearLog.everyRecipeStep.enabled": false,
      "latex-workshop.latex.clean.fileTypes": [
          "*.acn",
          "*.acr",
          "*.alg",
          "*.aux",
          "*.bak*",
          "*.bbl",
          "*.blg",
          "*.fdb_latexmk",
          "*.fls",
          "*.glg",
          "*.glo",
          "*.gls",
          "*.idx",
          "*.ind",
          "*.ist",
          "*.lof",
          "*.lot",
          "*.out",
          "*.synctex.gz",
          "*.toc",
          "*.xdv"
      ],
      "latex-workshop.latex.recipe.default": "lastUsed",
      "latex-workshop.latex.recipes": [
          {
              "name": "LaTeXmkXe",
              "tools": [
                  "latexmkxe"
              ]
          },
          {
              "name": "XeLaTeX",
              "tools": [
                  "xelatex"
              ]
          }
      ],
      "latex-workshop.latex.tools": [
          {
              "args": [
                  "-synctex=1",
                  "-interaction=nonstopmode",
                  "-file-line-error",
                  "%DIR%/main.tex"
              ],
              "command": "xelatex",
              "name": "xelatex"
          },
          {
              "name": "latexmkxe",
              "command": "latexmk",
              "args": [
                  "-synctex=1",
                  "-interaction=nonstopmode",
                  "-shell-escape",
                  "-halt-on-error",
                  "-file-line-error",
                  "-xelatex",
                  "%DIR%/main.tex"
              ]
          }
      ],
      "latex-workshop.latexindent.args": [
          "--cruft=%DIR%/",
          "%TMPFILE%",
          "--modifylinebreaks",
          "--GCString",
          "--yaml=defaultIndent: '    '"
      ],
      "latex-workshop.latexindent.path": "latexindent",
      "latex-workshop.message.error.show": false,
      "latex-workshop.message.information.show": true,
      "latex-workshop.message.warning.show": false,
      "latex-workshop.showContextMenu": true,
      "latex-workshop.synctex.afterBuild.enabled": true,
      "latex-workshop.texcount.autorun": "onSave",
      "latex-workshop.view.autoFocus.enabled": true,
      "latex-workshop.view.pdf.internal.synctex.keybinding": "double-click",
      "latex-workshop.view.pdf.viewer": "browser",

  • 请使用 \footnotemark 与配套的 \footnotetext{} 来代替传统的 \footnote{} 以保证编写时代码与文本整洁、优雅,若在同段内含有多个脚注,请合理使用 % 或换行符以免空格影响排版

  • 如需在表格 tblr 环境中多次使用脚注,请使用 note{}={} 并使用外部参数 long 传参给 tblr 结构,详情可参考 浮烟山校区衣食购住玩与生活其他生活常用地点 的相关排版,宏包中文译本文档 见此

  • 若出现 OverfullUnderfull 警告,请务必进行修正,必要时使用最小工作示例(MWE)进行排查

  • 文章不应当出现任何 WarningError

  • 所有链接使用 \uline\(h)ref{链接} 排版

  • 特殊强调事项使用 \textbf{\uuline{强调}} 排版,因 \uuline{} 无法自动换行,如因句子长度超限需要换行,请编译和根据输出的文档手动调整为如下格式 \textbf{\uuline{强调内容\\换行后强调内容}}

  • 如需对链接进行强调,请使用 \textbf{\uline{\(h)ref{强调链接}}} 排版

  • 彩色文字不应当被滥用

编译

  • 各文件需使用 LF 标记进行结尾,而不是 CRLF,具体说明与设置办法参考网络教程

  • 需要使用 LaTeXmk 编译以使所有的 \ref 生效,且无任何 Warning

About

《山东第二医科大学指南》Latex版本,生活手册与新生指南一体化|原docx版本由“山东第二医科大学频道”接手更新,属于本文的分叉(Fork)关系,互不干扰。

Topics

Resources

License

Stars

Watchers

Forks

Languages