zoukankan      html  css  js  c++  java
  • LaTeX符号和图片

    documentclass{article}
    
    usepackage{ctex}   %中文处理
    
    egin{document}
        section{空白符号}
        Are you wiser     than others ?
        
        aquad b  %len(当前字体中M的宽度)
        
        % 2em
        a qquad b
        
        % 约为1/6个em
        a\,b a	hinlines b
        
        % 0.5个em
        aenspace b
        
        % 空格
        a b
        
        % 硬空格
        a~b
        
        % 指定宽度的空白 1pc=12pt=4.218mm
        akern 2pc b
        
        akern -1em b
        
        ahspace{35pt}b
        
        section{LaTeX 控制符}
        # $ \% 	extbackslash
        
        section{排版符号}
        S --- P ---  dag ----  ddag ---- copyright --- pounds
        
        section{控制符号}
        section{TeX 标志符号}
        section{引号}
        `chhhh' 。。。。  ``双引号 ''
        
        section{连字符}
        section{非英文字符}
        section{重音符号}
        
    end{document}

    documentclass{ctexart}
    
    usepackage{graphicx}
    graphicspath{{figures/}, {pics/}} % 图片在当前目录下的figures下
    
    % 导言区: usepackage{graphicx}
    % 语法: includegraphics[<选项>]{(文件名)}
    % 格式: JPG, BMP, PDF等
    
    egin{document}
    
    LaTeX{}中的插图
    
    includegraphics[scale=0.3]{me.jpg}
    includegraphics[scale=0.3]{dog}    includegraphics[height=3cm]{dog}
    
    
    end{document}
  • 相关阅读:
    ubuntu更换阿里源
    记一次开源软件的篡改
    linux下搜索指定内容
    随笔_1
    单细胞中的细胞类型划分
    scDNA-seq genomic analysis pipline
    NIH周三讲座视频爬虫
    ggplot2_bubble
    TCGA数据批量下载
    lncRNA芯片重注释
  • 原文地址:https://www.cnblogs.com/douzujun/p/10192684.html
Copyright © 2011-2022 走看看