Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Oct 27, 2019
1 parent 613a301 commit 2550c84
Showing 1 changed file with 63 additions and 1 deletion.
64 changes: 63 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,63 @@
# cheatsheet-latex-template
<p align="center">
<img alt="CheatSheet LaTeX Template" src="https://raw.githubusercontent.com/innovativeinnovation/cheatsheet-latex-template/master/docs/readme/readme-logo.png">
</p>

<p align="center">
CheatSheet LaTeX Template.
</p>

<p align="center">
<a href="https://raw.githubusercontent.com/innovativeinnovation/cheatsheet-latex-template/master/LICENSE">
<img alt="LaTeX Project Public License 1.3c" src="https://img.shields.io/badge/license-LPPL%201.3c-blue.svg">
</a>
<a href='https://github.com/innovativeinnovation/cheatsheet-latex-template/tags'>
<img alt="GitHub Tag" src="https://img.shields.io/github/tag/innovativeinnovation/cheatsheet-latex-template.svg" />
</a>
</p>

---

Install
-------

Download the [latest release](https://github.com/innovativeinnovation/cheatsheet-latex-template/releases/latest)
into the directory where you are preparing the cheatsheet.

Usage
-----

```latex
\documentclass[9pt]{innovativeinnovation-cheatsheet}
\cheatsheettitle{Title}
\begin{document}
\cheatsheetsection{Section}
...
\cheatsheetfooter{Org}{Link}
\end{document}
```

See [src/example.tex](src/example.tex)

Screenshot
----------

![Screenshot](https://raw.githubusercontent.com/innovativeinnovation/cheatsheet-latex-template/master/docs/readme/screenshot.png)

Contributing
------------

Contributions are always welcome.

See [Contributing](CONTRIBUTING.md).

Developer
---------

* [William Belle](https://github.com/williambelle)

License
-------

The LaTeX Project Public License

See the [LICENSE](LICENSE) file for more details.

0 comments on commit 2550c84

Please sign in to comment.