GithubHelp home page GithubHelp logo

playingcards's Introduction

playingcards

Latex macros to create "Happy Families" cards.

Usage

To create cards for a family with 3 members, each with a picture in pics/, use:

\documentclass[preview,border=4mm,multi=true]{standalone}
\usepackage{lmodern}
\usepackage{xcolor}

\usepackage{cardfamily}
\standaloneenv{tikzpicture}

\begin{document}
\createfamily{Family}{magenta,80,}
 {
  {Member1,picture1.png},
  {Member2,picture2.png},
  {Member3,picture3.png}
 }
\playingcardfamily{Family}
\end{document}

The code above would result in 3 cards looking like this: Example cards

The syntax for creating a family is:

\createfamily{Familyname}{color,dingsymbolnumber,\fontsize}
 {
  {Member name, picture_name},
  {Another name, picture_another_name},
  ...
  {Last name, picture_last_name}
 }
  • dingsymbolnumber is a number from the pifont reference table.
  • color is a color like blue, green etc or an xcolor.
  • \fontsize scales the family title and can be \tiny, \normalsize etc. Left out by default.
  • Member name is the name of a member in the family.
  • picture_name is the name of the corresponding picture in pic/.

Dependencies

The macros uses expl3 syntax and the following packages:

References

The following tex.stackexchange.com posts were very useful:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.