码迷,mamicode.com
首页 >  
搜索关键字:latex 矩阵输入 行间距    ( 1519个结果
latex install package...........
tlmgr install ... tlmgr remove ...
分类:其他好文   时间:2014-09-22 21:58:23    阅读次数:147
Working with Latex under Emacs
Working with Latex under EmacsWorking with Latex under EmacsTable of Contents1. When things go wrong running C-c C-c to generate *.bbl from *.bib.2. T...
分类:其他好文   时间:2014-09-21 15:54:20    阅读次数:273
UICollectionView cell 的布局
UICollectionViewFlowLayout*flowLayout=[[UICollectionViewFlowLayoutalloc]init];滚动方向:flowLayout.scrollDirection=UICollectionViewScrollDirectionHorizontal;行间距(最小)flowLayout.minimumLineSpacing=0;列间距(最小)flowLayout.minimumInteritemSpacing=30;item大..
分类:其他好文   时间:2014-09-20 02:24:17    阅读次数:173
Working with Latex under Emacs
Working with Latex under EmacsWorking with Latex under EmacsTable of Contents1. When things go wrong running C-c C-c to generate *.bbl from *.bib.2. T...
分类:其他好文   时间:2014-09-19 09:58:05    阅读次数:215
LaTex 学习笔记
基础使用:\documentclass[UTF8]{ctexart} UTF8可省略。ctexart为支持中文的文章,若改为article则不显示中文。\title{……}\author{ooyyloo}\begin{document}\maketitle……\section{文字}\[ a^2.....
分类:其他好文   时间:2014-09-17 10:06:01    阅读次数:297
iOS之富文本
之前做项目时遇到一个问题: 使用UITextView显示一段电影的简介,由于字数比较多,所以字体设置的很小,行间距和段间距也很小,一大段文字挤在一起看起来很别扭,想要把行间距调大,结果在XCode中查遍其所有属性才发现,UITextView居然没有调整行间距的接口,于是忍住不心里抱怨了一下下。 .....
分类:移动开发   时间:2014-09-16 21:47:31    阅读次数:378
如何使用IEEE_cs_Latex写论文, 并加入中文
1. 下载ctex套装  2. 安装ctex套装,然后打开里面的Winedit 即可开始写论文 3. 下载IEEE_cs_Latex模板  地址为:http://www.ieee.org/publications_standards/publications/authors/author_templates.html   在里面选择windows版本的 下载后是一个IEEETran的文件夹...
分类:其他好文   时间:2014-09-12 01:14:22    阅读次数:375
LaTex基础
网上搜到的名为《LaTex新人教程,30分钟从完全陌生到基本入门》,实践了一下。安装CTEX后,打开WinEdt进行编辑,保存时选UTF-8,编译时选XeLaTex。1,基本\documentclass{article}\begin{document}hello, world\end{documen...
分类:其他好文   时间:2014-09-10 22:23:22    阅读次数:431
博客园(cnblogs)中插入数学公式的方法
使用了MathJax.js这个插件来显示数学公式。 在设置中插入下列html代码: 然后就可以用两个反引号把数学公式括起来就能贴公式了。另附:手写公式转LaTex公式示例:`x=\dfrac {-b\pm \sqrt {b^{2}-4ac}} {2a}``e^{\pi i}-1=0`
分类:其他好文   时间:2014-09-09 10:37:08    阅读次数:433
分布式理论之一:Paxos算法的通俗理解
维基的简介:Paxos算法是莱斯利·兰伯特(Leslie Lamport,就是 LaTeX 中的"La",此人现在在微软研究院)于1990年提出的一种基于消息传递且具有高度容错特性的一致性算法。Paxos算法目前在Google的Chubby、MegaStore、Spanner等系统中得到了应用,Ha...
分类:其他好文   时间:2014-09-06 21:18:13    阅读次数:28286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!