码迷,mamicode.com
首页 > 其他好文 > 详细

Latex 常用代码

时间:2017-11-09 15:09:41      阅读:306      评论:0      收藏:0      [点我收藏+]

标签:www.   tps   pre   网站   字体   tab   resize   res   logs   

Latex 工具网站:

手写符号识别:Detexify

可以用来给出不同字体的Latex代码

Latex_Code to Png:Sciweavers (还有其他好玩的功能)

在线生成Latex表格代码:Tablesgenerator 

 

 

带负号矩阵的元素对齐:

 1 %------------Latex preamble--------------
 2 \newcommand*{\matminus}{%
 3   \leavevmode
 4   \hphantom{0}%
 5   \llap{%
 6     \settowidth{\dimen0 }{$0$}%
 7     \resizebox{1.1\dimen0 }{\height}{$-$}%
 8   }%
 9 }
10 
11 %--------------Example---------------
12 \[
13     A = \begin{pmatrix*}
14     \matminus1 & \matminus10 & 1 \15     100 & 5 & 16 \16     13 & 7 & 7
17     \end{pmatrix*}.
18 \]

参考:tex.stackexchange

Latex 常用代码

标签:www.   tps   pre   网站   字体   tab   resize   res   logs   

原文地址:http://www.cnblogs.com/blueprintf/p/7808213.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!