The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
1answer
456 views

Best way to make place cards in LaTeX

What's the best way to make a lot of foldable place cards like the following in LaTeX: I want to be able to specify the size of the card. They should be printed in a space saving way, such that I can ...
19
votes
2answers
827 views

Creating playing cards using TikZ

I'm creating a card game, specifically a computer science Fluxx variant, and want to generate the cards through *TeX. They should look like this: In some of them I want to put some graphics or ...
7
votes
1answer
414 views

Creating playing cards using TikZ, part 2

This is a follow up from this other post.. Thanks to the aid of some people I'm almost done, this is what I have now: \documentclass[parskip]{scrartcl} \usepackage[margin=15mm]{geometry} ...