From e43ae240f33296136cb498e6d9d0e9a55eba7493 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 18 Feb 2013 23:56:20 +0000 Subject: contracard (18feb13) git-svn-id: svn://tug.org/texlive/trunk@29156 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/contracard/README | 11 ++++- .../doc/latex/contracard/contracard-style.sty | 54 +++++++++++++++++++++ .../texmf-dist/doc/latex/contracard/contracard.pdf | Bin 220687 -> 221844 bytes 3 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/latex/contracard/contracard-style.sty (limited to 'Master/texmf-dist/doc/latex/contracard') diff --git a/Master/texmf-dist/doc/latex/contracard/README b/Master/texmf-dist/doc/latex/contracard/README index e1d6c28aac3..cdb282ba00e 100644 --- a/Master/texmf-dist/doc/latex/contracard/README +++ b/Master/texmf-dist/doc/latex/contracard/README @@ -1,3 +1,12 @@ # Contra Card -A TeX package designed to generate calling cards for contra and square dances. +A TeX class for contra and square dances calls. + +## Download + +Development of this package occurs primarily on +[GitHub](https://github.com/SamWhited/contra-card). Issues and pull requests +should be submitted there. + +The current release version of **Contra Card** is available from +[CTAN](http://ctan.org/pkg/contracard). diff --git a/Master/texmf-dist/doc/latex/contracard/contracard-style.sty b/Master/texmf-dist/doc/latex/contracard/contracard-style.sty new file mode 100644 index 00000000000..335d953dc7a --- /dev/null +++ b/Master/texmf-dist/doc/latex/contracard/contracard-style.sty @@ -0,0 +1,54 @@ +%% +%% This is file `contracard-style.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% contracard.dtx (with options: `doc-style') +%% +%% Copyright 2012 Samuel Whited +%% +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3c of this license or (at your option) any later +%% version. The latest version of this license is in: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% and version 1.3c or later is part of all distributions of +%% LaTeX version 2008/05/04 or later. +%% +\ProvidesPackage{contracard-style} +\usepackage{fancyvrb,hologo,framed,multicol,url} +\usepackage[pdfborder=0, bookmarks, colorlinks=false, hidelinks]{hyperref} +\usepackage[parfill]{parskip} + +\fvset{gobble=2} + +\newcommand*{\gittag}{% + \immediate\write18{% + rm gittag.tex 2> /dev/null; (git describe --tags --dirty || echo "v0.0") 2> /dev/null > gittag.tex + }% + \InputIfFileExists{gittag.tex}{}{}\unskip% + \immediate\write18{% + rm gittag.tex 2> /dev/null + }% +} + +\newcommand*\name[1]{\textsc{#1}} +\newcommand*\fname[1]{\textsf{#1}} +\newcommand*\pkg[1]{\textsf{#1}} +\newcommand*\code[1]{\texttt{#1}} +%% +%% ___________ +%% Maintainer: Sam Whited +%% Website: https://samwhited.com +%% Contact: sam@samwhited.com +%% Public key: 0xEC2C9934 +%% +%% This work consists of this file contracard.dtx +%% and the derived files contracard.cls +%% and contracard.pdf +%% +%% +%% End of file `contracard-style.sty'. diff --git a/Master/texmf-dist/doc/latex/contracard/contracard.pdf b/Master/texmf-dist/doc/latex/contracard/contracard.pdf index fe4f590ab4e..9b0c5603973 100644 Binary files a/Master/texmf-dist/doc/latex/contracard/contracard.pdf and b/Master/texmf-dist/doc/latex/contracard/contracard.pdf differ -- cgit v1.2.3