
Latex
文章平均质量分 51
望恋的寒云
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LaTex中表格固定列宽并且居中的方法
表格固定列宽并且居中 方法一: 在导言区里: \usepackage{array} \newcolumntype{C}[1]{>{\centering}p{#1}} 在表格中如果需要将某列固定宽度(假定列宽设为 5cm)并且居中,则相应的列格式定义应设为 C{5cm} 用这种方法时表格中的换行不能用 \\ 或 \newline,要用 \tabularnewline。 方法二: 在导转载 2013-07-25 17:22:15 · 10368 阅读 · 1 评论 -
Latex常用代码
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %一些最基本的环境 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %居中环境 \begin{center} \end{center} %左对齐环境 \begin{flushleft} \end{flushleft} %右对齐环境转载 2013-07-25 17:34:06 · 1184 阅读 · 0 评论 -
Ubuntu 12.04 Texmaker xelatex command
Problem: I Installed Texmaker, but I could not find the Xelatex command. Solution: I went to some forums and they said I should check by hand, running "xelatex XXX.tex". Surprisingly, The tool原创 2014-02-12 11:21:00 · 849 阅读 · 0 评论