2
0
Fork 0
mirror of https://github.com/wch/latexsheet.git synced 2025-04-19 13:08:03 +02:00
latexsheet/index.md
2015-05-24 23:23:39 -05:00

44 lines
1.4 KiB
Markdown

---
---
<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>.