diff --git a/README.md b/README.md index 793f176..2a7c5e9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ # Keeb-Plaque -A simple little tent to print off on half of a Letter paper sheet (or whatever you want) for Mechanical Keyboard Meetups. +A simple little tent to print off on a quarter of a Letter paper sheet for Mechanical Keyboard Meetups. -![an example with only placeholder text](example.png) +![example](example.png) -`hell` branch has an example if you want more - -"hey this is kinda hard, I have to install this whole other program and stuff??" -yeah, well my purpose in life is to curse others with knowledge of typesetting. Do I have the skillz/hardware/time to make it some kind of decent, if not super nice, site? probably. But that's not as fun to me. \ No newline at end of file +Some printing programs don't play nice and have to have all 4 pages to make it a quarter sheet sized thing. Just repeat the `\table` command as many times as needed to do that. \ No newline at end of file diff --git a/example.png b/example.png index c3eb087..670de5a 100644 Binary files a/example.png and b/example.png differ diff --git a/main.pdf b/main.pdf index 1690d04..e40b7a8 100644 Binary files a/main.pdf and b/main.pdf differ diff --git a/main.tex b/main.tex index 69d7d25..ea25d15 100644 --- a/main.tex +++ b/main.tex @@ -30,6 +30,9 @@ \begin{document} {\fontfamily{lmss}\selectfont\begin{center} % \setmainfont{[Hellvetica.ttf]} % uncomment if you want a better font -\table % some printing programs don't play nice and have to have all 4 pages to make it a quarter sheet sized thing. Just repeat this command on multiple lines to do that. +\table +\table +\table +\table \end{center} }\end{document} \ No newline at end of file