zoukankan      html  css  js  c++  java
  • tex tab example

    documentclass[12pt]{book}
    usepackage{xeCJK}
    usepackage{fontspec}
    
    ewfontfamilysourcehansans{Source Han Sans CN}
    
    ewfontfamilysourcehanserif{Source Han Serif CN}
    setCJKmainfont{Source Han Serif CN}
    setCJKsansfont{Source Han Sans CN}
    usepackage{geometry}
    geometry {  paperheight=297mm,paperwidth=210mm,left=9mm, right=9mm, top=7mm, bottom=7mm}
    usepackage[table]{xcolor}
    usepackage{supertabular}
    usepackage{tabularx}
    usepackage{booktabs}
    
    ewcolumntype{L}[2]{>{sf columncolor{#1} 
    aggedright arraybackslash} m{#2}}
      
    egin{document}
    
    egin{center}
        	ablefirsthead{
            hline
            multicolumn{1}{|c}{Item} &
            multicolumn{1}{|c}{1} &
            multicolumn{1}{|c}{2} &
            multicolumn{1}{|c}{3} \
            hline
        }
    
        	ablehead{
            hline
            multicolumn{4}{|l|}{smallsl continued from previous page}\
            hline
            multicolumn{1}{|c}{Item} &
            multicolumn{1}{|c}{1} &
            multicolumn{1}{|c}{2} &
            multicolumn{1}{|c}{3} \
            hline
        }
    
        	abletail{
            hline
            multicolumn{4}{|r|}{smallsl continued on next page}\
            hline
        }
    
        	ablelasttail{hline}
    
        ottomcaption{short summary}
    
        
    enewcommandarraystretch{2}
    
        egin{supertabular}{L{white!30}{1.5cm}| L{gray!20}{5cm}| L{blue!20}{5cm}| L{red!20}{5cm}}
          1 & 1 & 2  & 3 \
        end{supertabular}
    end{center}
      
    end{document}
  • 相关阅读:
    FBX Software Development Kit
    如何用Nsight调试C# OpenGL程序
    Xcode如何编译Debug版和Release版
    Mapbox
    OpenGL
    OpenGL Tutorial
    Unity3D Sprite Draw Call合批规则
    MONO加载DLL调试命令
    如何在Flash Builder里新建ActionScript工程
    Flash Frameworks
  • 原文地址:https://www.cnblogs.com/Searchor/p/9350027.html
Copyright © 2011-2022 走看看