-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
65 lines (65 loc) · 2.58 KB
/
about.html
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
<html>
<head>
<title>LaTeX Color Definitions</title>
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print">
<!--[if lt IE 8]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<div class="container showgrid">
<div>
<header>
<h1 class="latex" tabindex="1">
<span class="latex">L<sup>a</sup>T<sub>e</sub>X</span> Color
</h1>
</header>
<section>
<p>About the page: here's how it works: github, ruby, etc.
</section>
<section id="links">
<section id="links" class="innerbox">
<p>
Here's a great page on using
<a hrec="http://www.tug.org/tutorials/tugindia/chap08-scr.pdf"> color in LaTeX tables</a>.
It's a PDF file, you can save it or bookmark it.
</p>
<a href="http://www.delicious.com/save" onclick="window.open('http://www.delicious.com/save?v=5&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=550,height=550'); return false;"> <img src="http://www.delicious.com/static/img/delicious.small.gif" height="10" width="10" alt="Delicious" /> Bookmark this on Delicious</a>
</section>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone annotation="inline"></g:plusone>
<!-- Place this render call where appropriate -->
<!--
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
--></section>
<section id="comments">
Disqus might go here...
</section>
<footer>
<h2>Thank you for visiting!</h2>
<p>
I hope you were able to find exactly the colors you need for your
LaTeX documents, and that your documents turn out stylish, elegant
and beautiful.
</p>
<p>
All material licensed Creative Commons with the same restrictions
as the Wikipedia page used for generating the source colors. Basically,
do what you want with it, just make sure to link back to
<a href="http://en.wikipedia.org/wiki/List_of_colors">Wikipedia list of colors</a>
when appropriate, and if you're so inclined, perhaps a link back here as well.
</p>
<p style="font-size: 75%;">
And just for Google <a href="https://plus.google.com/109975361919530850213" rel="author">+David Doolin</a>...
</p>
</footer>
</div>
</div>
</body>
</html>