summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/contracard
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-18 23:56:20 +0000
committerKarl Berry <karl@freefriends.org>2013-02-18 23:56:20 +0000
commite43ae240f33296136cb498e6d9d0e9a55eba7493 (patch)
treed27190d27658569c1f62e632c1f30e96fa07de58 /Master/texmf-dist/doc/latex/contracard
parentcdbdc383307e5585391076143f1a790aeacc220f (diff)
contracard (18feb13)
git-svn-id: svn://tug.org/texlive/trunk@29156 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/contracard')
-rw-r--r--Master/texmf-dist/doc/latex/contracard/README11
-rw-r--r--Master/texmf-dist/doc/latex/contracard/contracard-style.sty54
-rw-r--r--Master/texmf-dist/doc/latex/contracard/contracard.pdfbin220687 -> 221844 bytes
3 files changed, 64 insertions, 1 deletions
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
--- a/Master/texmf-dist/doc/latex/contracard/contracard.pdf
+++ b/Master/texmf-dist/doc/latex/contracard/contracard.pdf
Binary files differ