标签:
前些天提交的文档被导员批,说格式扒拉扒拉扒拉,搞得我万分无奈,于是我打算之后再写东西,先问什么格式,每一部分清楚了再用tex,避免诸多问题。Word就用来打一打字还是比较好的。
现在算是了解了什么是tex,之后要用tex重写一遍简历,感觉还是tex看上去诚意满满,word有点显得小学生的样子(对于一个没有美工天分的汪)。
可能要用一下multirow这个包,之后研究一下。
先小试牛刀一下。
安装再windows和mac上都比较简单,都有继承环境,但是要是配置中文字体还是要自行研究,不过知乎上有一个比较明确的回答。Mac上有mactex可以直接使用。
Tutorial当然是少不了的,不过感觉清晰易懂的教程不多。
这是一个简单的测试,就是学习一下基本的语法。
代码如下
%code
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\author{yang wang wang}
\title{wang‘s daily life}
\begin{document}
\maketitle
\section{life}
similar to dog;
\subsection{eat}
eat too much !
\subsubsection{how much}
just a waste of food;
This is a test for the new line in editor;but nothing happens;
But this time?\\yeah , with two slash;
\paragraph{what is the major}
cs.
\subparagraph{more detail?}
cv;
\paragraph{aloha}
Hello , world %comment
\paragraph{test math function}
\[
\frac{\partial C}{\partial z_{i-1}} = \frac{\partial C}{\partial a_{i-1}} * sigmoid^{‘}(z)
\]
\paragraph{test for png\\}
\includegraphics[width = 4.00in,height = 3.00in]{bp.png}
\paragraph{test for table}
\begin{tabular}{|c|c|}
\hline
a&b\\\hline
c&d\\
\hline
\end{tabular}
\end{document}
参考资料:
1. http://www.tuicool.com/articles/URbIBzy
MacTex安装和LaTex回顾
2. http://hubl82.blog.163.com/blog/static/12676948520134510173383/
latex数学
3. http://physics.clarku.edu/sip/tutorials/TeX/
Introduction to LaTeX(虽然还没看过)
4. https://services.math.duke.edu/computing/tex/templates.html
Templates and Sample Files(虽然也没看过,不过是duke的诶,应该还好)
5. http://bbs.pinggu.org/thread-3715457-1-1.html
这个比较好,我就是按照这几个例子一步一步来的。
LaTeX新人教程,30分钟从完全陌生到基本入门 by Nan
官网
7. http://liam0205.me/2014/09/08/latex-introduction/
似乎也是极好的
最近看外文网站,写个博客啦,写个开源软件啦,总是有个donate链接,中国的我记得廖雪峰的网站是有的,我觉得个人做的东西如果好,确实节约了我的时间,我愿意donate一些,也能够促进作者写出更好的作品,所以从这一点上,虽然我国目前盗版盛行,但是还是应该来个链接,能够捐助作者,比如csdn或者网易的博客。
标签:
原文地址:http://blog.csdn.net/zhaohui1995_yang/article/details/51346720