当前位置:网站首页>Latex table
Latex table
2022-07-01 07:54:00 【lune_ one】
\documentclass{article}
\usepackage{float}% Provide float Floating environment
\usepackage{booktabs}% Provide command \toprule、\midrule、\bottomrule
\begin{document}
% Classic three line table
\begin{table}[H]
%\caption{\textbf{Example 1}}% title
\centering% Center the table
\begin{tabular}{cc}% four c It means that the table has four columns , Center all content
\toprule% The first horizontal line
Scaling&Implication \\
\midrule% The second horizontal line
1&equal importance\\
3&The former is slightly more important than the latter\\
5&The former is obviously more important than the latte\\
7&The former is more important than the latter\\
9&The former is extremely important than the latter\\
2,4,6,8&Represents the median value of the above adjacent judgments\\
reciprocal&$a_{ij}=1/a_{ij}$\\
\bottomrule% The third horizontal line
\end{tabular}
\end{table}
\begin{table}[H]
\centering% In the middle
\begin{tabular}{|c|c|}
\hline
The value range of $\vert r \vert$ & meaning of $ \vert r \vert $ \\
\hline
0.00-0.19 & very low correlation \\
\hline
0.20-0.39&low correlation\\
\hline
0.40-0.69&Moderately relevant\\
\hline
0.70-0.89&Highly correlated\\
\hline
0.90-1.00&Very high correlation\\
\hline
\end{tabular}
\end{table}
\end{document}
\end{document}

边栏推荐
- [软件] phantomjs屏幕截图
- 软件测试方法和技术 - 基础知识概括
- Vscode automatically formats code according to eslint specification
- LM08丨网格系列之网格反转(精)
- [microservice openfeign] feign's log record
- [kv260] generate chip temperature curve with xadc
- Long way to go with technology
- 力扣每日一题-第31天-1790.仅执行一次字符串交换能否使两个字符串相等
- QT -- 1. QT connection database
- 2022 tea master (intermediate) recurrent training question bank and answers
猜你喜欢

Why some people earn nearly 10billion a year, while others earn 3000 a month: the details you ignore actually make the most money
![[untitled]](/img/c2/63286ba00321c9cdef43ff40635a67.png)
[untitled]
![[programming training] delete public characters (hash mapping) + team competition (greedy)](/img/cd/63eb9da1e8956df0763797f079b67f.png)
[programming training] delete public characters (hash mapping) + team competition (greedy)

2022 test questions and mock examinations for main principals of hazardous chemicals business units

Atguigu---- scaffold --02- use scaffold (2)

2022 electrician (intermediate) recurrent training question bank and answers

How to check ad user information?

The database is locked. Is there a solution

【编程强训】删除公共字符(哈希映射)+组队竞赛(贪心)

组件的自定义事件①
随机推荐
Li Kou daily question - day 31 -1502 Judge whether an arithmetic sequence can be formed
Custom events of components ①
vscode 根据 ESLint 规范自动格式化代码
go通用动态重试机制解决方案的实现与封装
Those high-frequency written tests and interview questions in [Jianzhi offer & Niuke 101] - linked list
Li Kou daily question - day 31 -1790 Can a string exchange be performed only once to make two strings equal
2022茶艺师(初级)操作证考试题库及模拟考试
sqlalchemy创建MySQL_Table
How to check ad user information?
IMDB practice of emotion classification (simplernn, LSTM, Gru)
Kickback -- find the first palindrome character in a group of characters
【Flutter 问题系列第 72 篇】在 Flutter 中使用 Camera 插件拍的图片被拉伸问题的解决方案
软件测试方法和技术 - 基础知识概括
Jax's deep learning and scientific computing
Autosar 学习记录(1) – EcuM_Init
【mysql学习笔记28】存储函数
源代码加密的意义和措施
TCP/UDP 通信问题整理
三极管是一项伟大的发明
Custom events of components ②