随笔分类 -  Latex

Latex is the international standard for typesetting academic work, especially those with heave maths!
摘要:don't add % in title, xlabel, ylabel etc., use \% 阅读全文
posted @ 2016-11-23 06:38 悟净 阅读(101) 评论(0) 推荐(0)
摘要:图标题格式默认是居中的。将 format 文件里定义图表标题样式部分的 \centering 删去,可变为左对齐。如下:%% 定制浮动图形和表格标题样式\makeatletter\long\def\@makecaption#1#2{% \vskip\abovecaptionskip\sbox\@... 阅读全文
posted @ 2014-12-06 16:42 悟净 阅读(379) 评论(0) 推荐(0)
摘要:CTEX 2.9.2,WinEdt 7.0"Options" -> "Excution Modes..." -> "PDF viewer"在 PDF Viewer Excutable 下填入你想要 PDF 阅读器的路径(如下图).比如,“C:\CTeX\ctex\bin\SumatraPDF.exe... 阅读全文
posted @ 2014-11-16 11:21 悟净 阅读(3636) 评论(0) 推荐(0)
摘要:Latex 一些技巧:1. 如何创建不浮动的的 figure 和 table\makeatletter\newcommand{\figcaption}{\def\@captype{figure}\caption}\newcommand{\tabcaption}{\def\@captype{table}\caption}\makeatother\begin{center}\includegraphics[width=0.8\textwidth]{exp2/mpi_time_size.eps}\\\figcaption{MPI 实现高斯消元计算行列式的程序运行时间与矩阵大小变化关系}\label{ 阅读全文
posted @ 2013-03-25 18:35 悟净 阅读(4452) 评论(0) 推荐(0)