2
0
Fork 0
mirror of https://github.com/wch/latexsheet.git synced 2025-04-18 12:38:20 +02:00

Add readme and index file

This commit is contained in:
Winston Chang 2015-05-24 23:23:39 -05:00
parent c64fc16c98
commit def9a77763
2 changed files with 50 additions and 0 deletions

6
README.md Normal file
View file

@ -0,0 +1,6 @@
LaTeX cheat sheet
=================
This repository contains the source for the LaTeX cheat sheet.
Please see https://wch.github.io/latexsheet/

44
index.md Normal file
View file

@ -0,0 +1,44 @@
---
---
<style>
img {
/*box-shadow: 1px 2px 20px 0px rgba(0,0,0,0.25);*/
border: 1px solid #ccc;
margin-left: auto;
margin-right: auto;
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31300158-1']);
_gaq.push(['_trackPageview']);
(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>
## LaTeX cheat sheet
This is a latex reference sheet which is geared toward writing scientific papers. Please send suggestions to winston@stdout.org.
PNG images of the reference sheet:
[![](latexsheet-thumb-0.png)](latexsheet-0.png)
[![](latexsheet-thumb-1.png)](latexsheet-1.png)
### Download
[PDF](latexsheet.pdf) (US letter) |
[PDF](latexsheet-a4.pdf) (A4) |
[LaTeX](latexsheet.tex)
### License
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.