You can find useful tips and code here.

All articles are written by hand, If you want to use, please citate it.

Latex

2014-12-11 Yuan Tian

一直说要学学Latex,都(就)没(是)时(太)间(懒),结果很惊讶的发现计算所服务器上已经自带了Latex了,而且用法比网络上方便太多了。

在服务器上输入

latex
which latex

就可以查询到Latex的版本。 用法很简单,直接用vim打开一个文本,保存为Mylatex.tex

\documentclass{article}
\author{Yuan Tian}
\title{DNA Methylation, aging and Intron-sample heterogeneity}
\begin{document}
\maketitle
Hello World!%This is commont
\end{document}

这样就写好了一个Latex文本,然后使用命令

pdflatex Mylatex.tex

就可以在当前文件夹下找到生成的Mylatex.pdf

Designed and Coded by Yuan Tian

×

Search for an article

×

Select a Folder.

×

Select a Folder.

Now What?