那你最好研究下:https://www.latexstudio.net/index/details/index/mid/710.html
这样的修改,只能自己代码一个个定义了。
那你最好研究下:https://www.latexstudio.net/index/details/index/mid/710.html
这样的修改,只能自己代码一个个定义了。
用 \usepackage{showframe}
看看边界,估计你的内容已经充满了。
表格设置宽度居中就好了。
可以去看看这里的模板的代码:https://ask.latexstudio.net/ask/article/90.html
存在即合理,否则慢慢都淘汰了。
透明的填充推荐借助tikz,去看看 tcolorbox 里表格制作,有透明度的例子。
https://tex.stackexchange.com/questions/473364/color-table-rows-and-columns
\documentclass{article}
\usepackage{nicematrix,tikz}
\begin{document}
\begin{NiceTabular}{ccc}
\CodeBefore
\begin{tikzpicture}
\fill [gray!10] (2-|1) rectangle (3-|last)
(4-|1) rectangle (5-|last) ;
\fill [blue,fill opacity = 0.2] (1-|2) rectangle (last-|3) ;
\end{tikzpicture}
\Body
a & b & c \\ \hline
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9 \\
\end{NiceTabular}
\end{document}
去看看几个文档,xeCJK,fontspec, unicode-math 这些文档看了就理解了,提问最好提供你的代码,这样大家不好答复。
代码如下,自己研究吧:
\documentclass{article}
\usepackage{multirow}
\begin{document}
\begin{tabular}{|c|c|c|c|c|c|}
\hline
\multicolumn{2}{|c}{\multirow{3}*{a}}&\multicolumn{4}{|c|}{dingyi}\\
\cline{3-6}
\multicolumn{2}{|c|}{}&\multicolumn{3}{c}{x}&Y\\
\cline{3-6}
\multicolumn{2}{|c|}{}&20&50&100&200\\
\hline
\multirow{4}*{b}&1&0.45&0.55&0.6&1\\
\cline{2-6}
&2&0.45&0.55&0.6&1\\
\cline{2-6}
&3&0.45&0.55&0.6&1\\
\cline{2-6}
&4&0.45&0.55&0.6&1\\
\hline
\multirow{4}*{c}&5&0.45&0.55&0.6&1\\
\cline{2-6}
&6&0.45&0.55&0.6&1\\
\cline{2-6}
&7&0.45&0.55&0.6&1\\
\cline{2-6}
&8&0.45&0.55&0.6&1\\
\hline
\end{tabular}
\end{document}
截图看看吧,具体提示是什么,管理员运行 bat 即可。
就是没有必要呗?怎么理解?我也不知道你说的怎么理解。
除了书籍很少每章后面加参考文献。
双击脚本运行,里面的文本可以用记事本打开看看都是命令行。
没理解这是啥?空格去掉呗
最好给出来例子,title
和 title{}
没有大括号肯定是不行的。
你的参数很奇怪 width=200
是多少?换成 width=2cm
看看。
问 一个关于目录section标题的问题。