tex table

\documentclass{article}

\usepackage{xeCJK}
\setCJKmainfont[BoldFont=SimHei]{SimSun}
\setCJKfamilyfont{hei}{SimHei}
\setCJKfamilyfont{kai}{KaiTi}
\setCJKfamilyfont{fang}{FangSong}
\newcommand{\hei}{\CJKfamily{hei}}
\newcommand{\kai}{\CJKfamily{kai}}
\newcommand{\fang}{\CJKfamily{fang}}

\usepackage[table]{xcolor}
\usepackage{supertabular}
\usepackage{tabularx}
\usepackage{booktabs}

\newcolumntype{A}[2]{>{\sf \columncolor{#1} \raggedright \arraybackslash} p{#2}}
\newcolumntype{B}[2]{>{\sf \columncolor{#1} \centering \arraybackslash} p{#2}}
\newcolumntype{C}[2]{>{\sf \columncolor{#1} \raggedleft \arraybackslash} p{#2}}

\newcolumntype{L}[2]{>{\sf \columncolor{#1} \raggedright \arraybackslash} m{#2}}
\newcolumntype{M}[2]{>{\sf \columncolor{#1} \centering \arraybackslash} m{#2}}
\newcolumntype{N}[2]{>{\sf \columncolor{#1} \raggedleft \arraybackslash} m{#2}}

\newcolumntype{X}[2]{>{\sf \columncolor{#1} \raggedright \arraybackslash} b{#2}}
\newcolumntype{Y}[2]{>{\sf \columncolor{#1} \centering \arraybackslash} b{#2}}
\newcolumntype{Z}[2]{>{\sf \columncolor{#1} \raggedleft \arraybackslash} b{#2}}

\begin{document}

中文eng混合input。

\begin{center}
    \rowcolors{1}{green}{pink}
    \begin{tabular}{lll}
        odd     & odd     & odd \        even     & even     & even\        odd     & odd     & odd \        even     & even     & even\    \end{tabular}
\end{center}

\begin{center}
    \tablefirsthead{
        \hline
        \multicolumn{1}{|c}{column 1} &
        \multicolumn{1}{|c}{column 2} &
        \multicolumn{1}{|c}{column 3} &
        \multicolumn{1}{|c}{column 4} \        \hline
    }

    \tablehead{
        \hline
        \multicolumn{4}{|l|}{\small\sl continued from previous page}\        \hline
        \multicolumn{1}{|c}{column 1} &
        \multicolumn{1}{|c}{column 2} &
        \multicolumn{1}{|c}{column 3} &
        \multicolumn{1}{|c}{column 4} \        \hline
    }

    \tabletail{
        \hline
        \multicolumn{4}{|r|}{\small\sl continued on next page}\        \hline
    }

    \tablelasttail{\hline}

    \bottomcaption{This table is split across pages}

    \renewcommand\arraystretch{2}
    \setlength{\arrayrulewidth}{0.6mm}

    \begin{supertabular}{A{red!30}{5cm}| B{green!20}{2cm}| C{blue!30}{4cm}| l}
        1 & 111212 121111112 154551541212 & 1 & 1 \\\hline
        2 & 4 & 16 & 2 \        3 & 9 & 81 & 6 \\\midrule[2mm]
        2 & 4 & 16 & 2 \        3 & 9 & 81 & 6 \\\hline
        1 & 111212 121111112 154551541212 & 1 & 1 \\\hline
        2 & 4 & 16 & 2 \        3 & 9 & 81 & 6 \\\midrule[2mm]
        2 & 4 & 16 & 2 \        3 & 9 & 81 & 6 \\\hline
        1 & 111212 121111112 154551541212 & 1 & 1 \\\hline
        2 & 4 & 16 & 2 \        3 & 9 & 81 & 6 \\\midrule[2mm]
        2 & 4 & 16 & 2 \        3 & 9 & 81 & 6 \\\hline
        1 & 111212 121111112 154551541212 & 1 & 1 \\\hline
        2 & 4 & 16 & 2 \        3 & 9 & 81 & 6 \\\midrule[2mm]
        2 & 4 & 16 & 2 \        3 & 9 & 81 & 6 \        2 & 4 & 16 & 2 \        3 & 9 & 81 & 6 \\\hline
        1 & 111212 121111112 154551541212 & 1 & 1 \    \end{supertabular}
\end{center}

\end{document}

时间: 2024-11-07 18:00:51

tex table的相关文章

Dark theme for Texstudio - TeX - LaTeX

Dark theme for Texstudio ~~~  1.window系统如下操作 ~~~ 1. texstudio的配置文件texstudio 的配置文件在~/.config/texstudio/texstudio.ini 其中配置文件包括如下几部分 [General] -- [texmaker] -- [version] -- [formats] -- 其中[texmaker]部分是具体的tex配置,可以看一下.而要更改的主题部分需要在[formats]部分进行修改. 2. 更改tex

现在主流网站为什么都用div+css布局而不是用table

由于刚刚接触前端,一直觉得table布局在代码上看起来比div+css更整洁,div+css布局的页面,一堆的<div><div><div>...</div></div></div>看起来都让人犯密集恐惧症,那么为什么现在的主流网站还都乐此不疲呢?为什么div+css反而成了一种主流布局方式呢?一直对此不解.这篇文章好像是解决了我的问题,先摘录过来,以便查阅. 以下内容摘自:http://www.divcss5.com/wenji/w

&lt;table&gt;标签总结(colspan跨列 ,rowspan跨行)

table标签有些内置属性要设置: <table cellpadding="0" cellspacing="0" border="0" summary="各银行的网上银行支付限额总表"> 1.摘要summary的内容是不会在浏览器中显示出来的.它的作用是增加表格的可读性(语义化), 使搜索引擎更好的读懂表格内容,还可以使屏幕阅读器更好的帮助特殊用户读取表格内容. 2.

关于hibernate中提示can not create table ******

最近这两天,一直在搞hibernate,被 其中一个问题困扰了好久.在网上找了好久,一直都没有找到可行的方法,把jdk,jre,tomcat,装了拆,拆了装,可就是搞不好.实在是没有办法,又重新建了一个项目来测试,,从一点一滴开始试.所有的代码全部都手写,,,,可是问题依旧还在. 之所以一直没有找到解决办法,其实是自己的思维一直局限在一处,,,一直在想着hibernate只要把配置文件配置好,它就可以自己在数据库创建表结构,自己增删改查,相当的方便,可是自己 当时成功了,为什么这次却一而再再而三

【R】数据导入读取read.table函数详解,如何读取不规则的数据(fill=T)

函数 read.table 是读取矩形格子状数据最为便利的方式.因为实际可能遇到的情况比较多,所以预设了一些函数.这些函数调用了 read.table 但改变了它的一些默认参数.  注意,read.table 不是一种有效地读大数值矩阵的方法:见下面的 scan 函数. 一些需要考虑到问题是: 编码问题 如果文件中包含非-ASCII字符字段,要确保以正确的编码方式读取.这是在UTF-8的本地系统里面读取Latin-1文件的一个主要问题.此时,可以如下处理 read.table(file("fil

bootstrap table 服务器端分页--ashx+ajax

1.准备静态页面 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <title></title> 6 <meta charset="utf-8" /> 7 <link rel="

mysql启动报错:Fatal error: Can’t open and lock privilege tables: Table ‘mysql.host’ doesn’t exist

mysql在首次启动的时候可能会报错:Can’t open and lock privilege tables: Table ‘mysql.host’ doesn’t exist 这时候可以执行脚本 mysql_install_db –user=mysql –ldata=数据存放的路径

div与table用作布局的区别

本文向大家描述一下DIV和Table页面布局的区别和联系,一般来说Table开发快,容易控制,浏览器兼容也好些,另一部分认为DIV好,是以后的发展趋势,主要原因请看下文详细介绍. DIV布局和Table页面布局的区别和联系 现在对于网页制作是选择传统的Table还是用新型的DIV,有分歧.一部分说还是用Table好,开发快,容易控制,浏览器兼容也好些;另一部分认为DIV好,以后的发展趋势,主要是如下原因: DIV+CSS布局比Table布局节省页面代码,代码结构也更清晰明了. DIV+CSS开发

doesn&#39;t contain a valid partition table 解决方法

输入 fdisk -l 可以看到 输入 fdisk /dev/xvdb 跟着向导一步步做下去(如果不知道该输入什么,就输入“m”并回车,可以打印出菜单): Command (m for help): m Command action a   toggle a bootable flag b   edit bsd disklabel c   toggle the dos compatibility flag d   delete a partition l   list known partiti