Gallery Items tagged Chinese

算法排版
An example of algorithm in Chinese
ZKD

實驗一 基本測量
目的:
熟悉分析實驗數據的方法,測量並分析誤差。
學習有效數的處理。
了解螺旋測微器(Micrometer)的操作方式並用以測定微小物體的厚度或直徑等。
了解游標尺(Vernier caliper)的操作方式並用以測量塑膠管的深度及內、外徑。
黃雅柔

ercesiMIPS 实验报告模版
中文ercesiMIPS实验报告模版。
使用ctex包,xelatex进行编译。格式与英文版本一致。
Meng Zhang

清华大学中文Beamer 模板
在前人提供的清华大学Beamer模板的基础上加入了支持中文的功能. 使用xelatex可以成功编译.
赵宗义

浙江大学计算机学院本科毕业论文(设计)模板
基于源地址略微修改:https://github.com/DreaminginCodeZH/zju-csse-undergraduate-design-latex-template
Zhang Hai,Shuxiang Cao

浙江大学计算机学院本科毕业论文开题报告模板
源地址,经过略微修改:https://github.com/DreaminginCodeZH/zju-csse-undergraduate-design-latex-template
Zhang Hai,Shuxiang Cao

WebLab1
本次Lab设计一个家庭(宿舍、实验室)网络。说明用户需求(功能及服务),采用的技术(802.11/802.3)及主要设备的型号、传输介质及其特性,给出网络结构的描述(可用Visio工具绘图),所需费用;提出一些与技术与应用相关的问题。ISP提供的接口:有线电视、移动、联通、电信 用户计算机数:台式机、笔记本、智能手机使用方式及性能:固定、移动;带宽需求典型设备:AP路由器、交换机、专用服务器网络安装与测试费用:设备购置、使用费、维护费。
DrLC

BIT Thesis Template for Beijing Institute of Technology
本模板是由北京理工大学 Yang Yating, Wang Wei 同学提供的研究生论文模板。经过我的一些微不足道的修改,使其适应 Overleaf 环境。
本模板的目的是使同学可以在 Overleaf 上随时随地,不限平台,便捷并快乐地修改自己的论文。
原模板地址:https://github.com/BIT-thesis/LaTeX-template
模板原作者:Yang Yating, Wang Wei
模板修改者:Xiahua Liu
请注意:由于版权原因,Overleaf 不能够使用 Microsoft 的原字体,Overleaf 上编译使用的字体均为各个字体的开源版本。两者几乎是一模一样的,然而在 Overleaf 上预览得到的 PDF 与在 Windows 系统下编译的 PDF 有细微的字体差别,严格来说并不是一种字体。
所以请注意!虽然看起来很相似,但是字体有些不同!如果你觉得可以忍受这些不同,也可以选择提交 Overleaf 预览的 PDF。如果你觉得必须严格按照要求,也可以选择下载你的论文源代码,在 Windows 系统上本地运行 cmd 脚本文件编译 PDF(但是要先安装 texlive)。总之,选择权在你手里。
This template is a slightly modified version of the original template provided by Yang Yating, Wang Wei, in order to adapt itself to Overleaf environment.
The main purpose of this template is to let every student in BIT write, modify, preview his or her graduate thesis happily on whatever platforms and at any time.
The origin template is available at https://github.com/BIT-thesis/LaTeX-template
Original author: Yang Yating, Wang Wei
Modified by: Xiahua Liu
PLEASE BE ADVISED that the PDF previewed on Overleaf has subtle difference from the Windows compiled one. Due to font copyright law of China, Overleaf cannot use the commercial fonts, in fact, it uses a series of free open-source fonts instead. Though they look alike at first sight, they are not identical fonts strictly speaking.
So be careful to use the PDF compiled on Overleaf. It is suggested downloading the source code of your thesis and re-compile it on a local Windows computer by running the cmd script (texlive 2017 or newer version is needed) before the final submission. But whether to do it is up to you.
Yang Yating, Wang Wei, Xiahua Liu

Using the CTeX Package on Overleaf (在Overleaf平台上使用CTeX)
The CTeX package (http://ctan.org/pkg/ctex) provides a style common in Chinese typsetting. However, many CTeX-based templates uses fonts bundled with Windows, which are unavailable on Overleaf.
This example shows how the CTeX package can be configured to use fonts installed on Overleaf. The default Fandol font works if you compile with XeLaTeX or LuaLaTeX. You may upload your own OTF/TTF fonts and use those also, but do be aware that Chinese font files are usually quite large!
应该有很多 CTeX 用户把自己的文件上载到 Overleaf 后,才发现由于没有 Windows 默认字体,文件不能编译而抓狂吧。不过这是可以改正的。在这个范例里,我们挪用了 Overleaf 伺服器上已有的字体,CTeX 文件就可以编译了。
LianTze Lim