Latex绘制三线表
生活随笔
收集整理的這篇文章主要介紹了
Latex绘制三线表
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Latex能夠快速繪制出規范的三線表,代碼實現如下:
%設定文檔類 \documentclass[UTF8]{ctexart} %導入宏包 \usepackage{makecell} \usepackage{geometry} %設置頁邊距 \geometry{a4paper,left=1cm,right=1cm,top=2cm,bottom=1cm} %聲明文檔環境 \begin{document} %引入table環境 \begin{center} \begin{table}[t] \centering %引入tabular環境 \begin{tabular}{ccccc} %添加頂部橫線 \Xhline{1.5 pt} %輸入標題 Breakfasd & Lunch & Dinner & Snack & Drink \\ %添加標題和內容之間的橫線 \Xhline{0.5 pt} Milk & Beef & Yogurt & Chocolate & Coffee \\ Bread & Potato & Lettuce & Cookie & Chocolate milk\\ %添加底部橫線 \Xhline{1.5 pt} \end{tabular} %添加表名 \caption{Paddington's favourite food} \end{table} \end{center} \end{document}排版后的表格如下圖所示:
?注:所使用overleaf,需將Compiler改為XeLaTeX。
總結
以上是生活随笔為你收集整理的Latex绘制三线表的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 鸿蒙不是手机系统?智慧屏曝光,华为将布局
- 下一篇: 三菱fx2n做从站的modbus通讯_三