minor fixes
This commit is contained in:
parent
0cfaaf67da
commit
52cc2c3656
@ -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.
|
||||
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.
|
BIN
example.png
BIN
example.png
Binary file not shown.
Before Width: | Height: | Size: 159 KiB After Width: | Height: | Size: 41 KiB |
5
main.tex
5
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}
|
Loading…
Reference in New Issue
Block a user