summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-24 21:31:25 +0000
committerKarl Berry <karl@freefriends.org>2015-06-24 21:31:25 +0000
commitd696faf01fa714bd53d89be9277e6d743763a09a (patch)
tree7e96441b71579cd461c3ca8db4829b76015d9330 /Master
parent6d1b36ecab2aa42b2b1b29061ab2a07e908a81b4 (diff)
cyber (24jun15)
git-svn-id: svn://tug.org/texlive/trunk@37658 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/cyber/LICENSE22
-rw-r--r--Master/texmf-dist/doc/latex/cyber/cyber.pdfbin246007 -> 245934 bytes
-rw-r--r--Master/texmf-dist/source/latex/cyber/cyber.dtx7
-rw-r--r--Master/texmf-dist/source/latex/cyber/cyber.ins4
-rw-r--r--Master/texmf-dist/tex/latex/cyber/cyber.sty2
5 files changed, 29 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/cyber/LICENSE b/Master/texmf-dist/doc/latex/cyber/LICENSE
new file mode 100644
index 00000000000..d8e77cab59a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cyber/LICENSE
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2015 jared jennings
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
diff --git a/Master/texmf-dist/doc/latex/cyber/cyber.pdf b/Master/texmf-dist/doc/latex/cyber/cyber.pdf
index c9aa18529c2..da7ce1b23f2 100644
--- a/Master/texmf-dist/doc/latex/cyber/cyber.pdf
+++ b/Master/texmf-dist/doc/latex/cyber/cyber.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/cyber/cyber.dtx b/Master/texmf-dist/source/latex/cyber/cyber.dtx
index ddda419843e..ad3f74c9185 100644
--- a/Master/texmf-dist/source/latex/cyber/cyber.dtx
+++ b/Master/texmf-dist/source/latex/cyber/cyber.dtx
@@ -25,12 +25,12 @@
% ^^A We cannot \usepackage{cyber}, because it pulls in index,
% ^^A which screws up Doc's attempts to index all the macros we use.
% ^^A Therefore we do not get \filedate and \fileversion for free.
-% \def\filedate{2015/03/21}
-% \def\fileversion{v2.0}
+% \def\filedate{2015/06/23}
+% \def\fileversion{v2.1}
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{cyber}
-%<package> [2015/03/21 v2.0 Use index package instead of multind]
+%<package> [2015/06/24 v2.1 Fix packaging issues]
%
%<*driver>
\documentclass{ltxdoc}
@@ -87,6 +87,7 @@
% \changes{v1.5}{2013/02/01}{Flattened all compliance indices into one}
% \changes{v1.6}{2015/03/07}{Renamed iadoc to cyber: `IA' does not immediately mean anything outside the DoD, and the DoD has stopped using the term in preference to `cyber' anyway}
% \changes{v2.0}{2015/03/21}{Use index package instead of multind}
+% \changes{v2.1}{2015/06/24}{Fix packaging issues}
%
% \title{The \textsf{cyber} package\thanks{This document corresponds to
% \textsf{cyber}~\fileversion, dated~\filedate.}}
diff --git a/Master/texmf-dist/source/latex/cyber/cyber.ins b/Master/texmf-dist/source/latex/cyber/cyber.ins
index e5ea619def0..7fa88691790 100644
--- a/Master/texmf-dist/source/latex/cyber/cyber.ins
+++ b/Master/texmf-dist/source/latex/cyber/cyber.ins
@@ -58,9 +58,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\Msg{* To finish the installation you must execute these *}
\Msg{* commands: *}
\Msg{* *}
-\Msg{* insd=$HOME/texmf/tex/latex/iadoc *}
+\Msg{* insd=$HOME/texmf/tex/latex/cyber *}
\Msg{* mkdir -p $insd *}
-\Msg{* cp iadoc.sty $insd *}
+\Msg{* cp cyber.sty $insd *}
\Msg{* *}
\Msg{*******************************************************}
diff --git a/Master/texmf-dist/tex/latex/cyber/cyber.sty b/Master/texmf-dist/tex/latex/cyber/cyber.sty
index c5623a2bea3..f0bc019ab6c 100644
--- a/Master/texmf-dist/tex/latex/cyber/cyber.sty
+++ b/Master/texmf-dist/tex/latex/cyber/cyber.sty
@@ -34,7 +34,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{cyber}
- [2015/03/21 v2.0 Use index package instead of multind]
+ [2015/06/24 v2.1 Fix packaging issues]
\makeatletter
\RequirePackage{longtable}
\RequirePackage{color}