zoukankan      html  css  js  c++  java
  • LaTeX字体设置

    % 导言区
    % 帮助文档 texdoc lshort-zh
    % 设置normalsize大小
    documentclass[10pt]{ctexart} %article,ctexbook封面, ctexreport, letter
    
    %usepackage{ctex}       %支持中文
    
    
    ewcommanddegree{^circ}
    
    ewcommand{myfont}{	extit{	extbf{	extsf{Fancy Text}}}}
    
    
    	itle{heiti 监督学习}        % 黑体
    author{kaishu 窦祖俊}        % 楷书
    date{	oday}
    
    % 正文区 (文稿区)
    egin{document}
        maketitle
        
        
    %    设置字体参数
        	extrm{内容:Roman Family} 	extsf{内容:Sans Serif Family}
        	exttt{内容:Typewriter Family}
        
        {
    mfamily 内容:Roman Family}
        {sffamily 内容:Sans Serif Family}
        {	tfamily 内容:Typewrite Family}
    
        
        %全局设置---可以用大括号声明范围
        {
    mfamily 内容:Asd Fast Fasdfasd Gsdf asdf}
    
        {sffamily 内容:Sans Serif Family Are you wiser asdfasdfasfasdfasdf
        
        {	tfamily 内容:Are you Skitting}
        
        
        	extmd{内容:Medium Series} 	extbf{内容:Boldface Series}
        
        {songti 宋体} quad{heiti 黑体} quad {fangsong 仿宋}
        
        中文字体的	extbf{粗体} 与	extit{斜体}
        
        %字体大小
        {	iny Hello} \
        {scriptsize Hello} \
        {footnotesize Hello} \
        {small Hello} \
        {
    ormalsize Hello} \
        {large Hello} \
        
        
        
        
        
        egin{center}
            	extbf{简介}
        end{center}
        
        
        zihao{5} 你好!    
        
        myfont{你好啊!}
    
        Sans Serif Faily sdfasdfasdfas在监督学习中,许多学习算法的性能都非常类似,因此,重要的不是你该选择使用学习算法A还是学习算法B,而更重要的是,应用这些算法时,所创建的大量数据在应用这些算法时,表现情况通常依赖于你的水平。
        设直角三角形 $ABC$,其中 $angle C=90degree$,则有:
        egin{equation}
            AB^2 = BC^2 + AC^2.
        end{equation}
        egin{equation}
        AB^2 = BC^2 + AC^2.
        end{equation}
        
        
    end{document}

  • 相关阅读:
    apipost如何设置断言
    接口文档生成详细教程
    接口测试的时候如何生成随机数据进行测试
    armbian用户指南
    仿「ONE · 一个」 的微信小程序
    [armbian_ubuntu] 设置中文环境
    realtek wifi驱动
    armbian 入门知识基础学习
    [Armbian] armbian-config设置
    内存型号介绍
  • 原文地址:https://www.cnblogs.com/douzujun/p/10192003.html
Copyright © 2011-2022 走看看