-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtex.html
More file actions
98 lines (87 loc) · 3.81 KB
/
Copy pathtex.html
File metadata and controls
98 lines (87 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tex - LIZZIE</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"/>
<link rel="stylesheet" href="/assets/style.css?v=9cec8"/>
<link rel="stylesheet" href="/assets/pygments.css?v=cedbb"/>
<link rel="alternate" type="application/rss+xml" href="/feed.xml" title="LIZZIE"/>
<link rel="canonical" href="/2008/tex.html" />
<script>
(function() {
var cx = '012347804910294994683:rsexabosj44';
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
})();
</script>
</head>
<body>
<!--http://vimeo.com/53043267-->
<div id="topbar"></div>
<header>
<div id="logo"><a href="/">LIZZIE</a></div>
<nav id="nav" role="navigation">
<a href="/">Home</a>
<a href="/archive.html">Archive</a>
</nav>
</header>
<div id="search">
<gcse:searchbox enableHistory="true" autoCompleteMaxCompletions="5" autoCompleteMatchType='any'></gcse:searchbox>
</div>
<div id="search-results">
<gcse:searchresults refinementStyle="link" adclient="pub-3716363443644786"></gcse:searchresults>
</div>
<div class="container"><h1 class="entry-title">Tex</h1>
<div class="entry-meta">
<time class="updated" datetime="2008-12-23T14:12:31+08:00">
<a href="/2008/">2008-12-23</a>
</time>
<span class="author vcard">
by <a class="url fn" href="https://lizzie.github.io">Yan Sheng</a>
</span>
</div>
<div class="entry-content">
<p>2008年中多次在某些地方看到TeX/LaTeX, 原先以为她只是一个文档编辑工具, 类似于Word之类. 但今天初看了下TeX介绍, 才知功能多多多了. 所以决定想好好学习她, 这在平时写论文时也能用到. 好的工具好好掌握:P</p>
<p>一些资料:</p>
<ol class="arabic simple">
<li>TeX与LaTeX: <a class="reference external" href="http://docs.huihoo.com/homepage/shredderyin/tex_frame.html">http://docs.huihoo.com/homepage/shredderyin/tex_frame.html</a></li>
<li>WYSIWYG s WYTIWYG, 前者是所见即所得, 表示看到的就是你想要的东西, 这类似于Word类型, 后者是所想即所得, tex就是出于这个目的.</li>
</ol>
</div>
<div class="entry-tags">
<a href="/tag/#Other">Other</a>
</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'sunsetsunrising';
var disqus_title = 'Tex';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
<footer>
<hr class="end"/>
<p>©2008~2012 <a href="https://github.com/lizzie/lizzie.github.com">Liz</a> ♥ <span class="software">Powered by <a href="http://lab.lepture.com/liquidluck/">Felix Felicis 3.5</a></span></p>
</footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4419044-5']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>