diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/cyber/cyber.pdf | bin | 245934 -> 246120 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/cyber/cyber.dtx | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/cyber/cyber.sty | 10 |
3 files changed, 13 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/cyber/cyber.pdf b/Master/texmf-dist/doc/latex/cyber/cyber.pdf Binary files differindex da7ce1b23f2..348e7aca69f 100644 --- a/Master/texmf-dist/doc/latex/cyber/cyber.pdf +++ b/Master/texmf-dist/doc/latex/cyber/cyber.pdf diff --git a/Master/texmf-dist/source/latex/cyber/cyber.dtx b/Master/texmf-dist/source/latex/cyber/cyber.dtx index ad3f74c9185..85fe9e5744a 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/06/23} -% \def\fileversion{v2.1} +% \def\filedate{2018/01/24} +% \def\fileversion{v2.2} % \iffalse %<package>\NeedsTeXFormat{LaTeX2e} %<package>\ProvidesPackage{cyber} -%<package> [2015/06/24 v2.1 Fix packaging issues] +%<package> [2018/01/24 v2.2 Add some semicolons in accordance with DTIC guidance] % %<*driver> \documentclass{ltxdoc} @@ -88,6 +88,7 @@ % \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} +% \changes{v2.2}{2018/01/24}{Add some semicolons in accordance with DTIC guidance} % % \title{The \textsf{cyber} package\thanks{This document corresponds to % \textsf{cyber}~\fileversion, dated~\filedate.}} @@ -949,14 +950,14 @@ % \begin{macrocode} \def\distributionB#1#2{% \gdef\@distribution{% - \textbf{DISTRIBUTION STATEMENT B}: Distribution authorized to U.S. Government agencies only #1 \@date. Other requests for this document shall be referred to #2.}} + \textbf{DISTRIBUTION STATEMENT B}: Distribution authorized to U.S. Government agencies only; #1; \@date. Other requests for this document shall be referred to #2.}} % \end{macrocode} % \end{macro} % \begin{macro}{\distributionC} % \begin{macrocode} \def\distributionC#1#2{% \gdef\@distribution{% - \textbf{DISTRIBUTION STATEMENT C}: Distribution authorized to U.S. Government agencies and their contractors #1 \@date. Other requests for this document shall be referred to #2.}} + \textbf{DISTRIBUTION STATEMENT C}: Distribution authorized to U.S. Government agencies and their contractors; #1; \@date. Other requests for this document shall be referred to #2.}} % \end{macrocode} % \end{macro} % \begin{macro}{\distributionD} @@ -966,14 +967,14 @@ % \begin{macrocode} \def\distributionD#1#2{% \gdef\@distribution{% - \textbf{DISTRIBUTION STATEMENT D}: Distribution authorized to the Department of Defense and U.S. DoD contractors only #1 \@date. Other requests shall be referred to #2.}} + \textbf{DISTRIBUTION STATEMENT D}: Distribution authorized to the Department of Defense and U.S. DoD contractors only; #1; \@date. Other requests shall be referred to #2.}} % \end{macrocode} % \end{macro} % \begin{macro}{\distributionE} % \begin{macrocode} \def\distributionE#1#2{% \gdef\@distribution{% - \textbf{DISTRIBUTION STATEMENT E}: Distribution authorized to DoD Components only #1 \@date. Other requests shall be referred to #2.}} + \textbf{DISTRIBUTION STATEMENT E}: Distribution authorized to DoD Components only; #1; \@date. Other requests shall be referred to #2.}} % \end{macrocode} % \end{macro} % \begin{macro}{\distributionF} diff --git a/Master/texmf-dist/tex/latex/cyber/cyber.sty b/Master/texmf-dist/tex/latex/cyber/cyber.sty index f0bc019ab6c..9ab0141fb76 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/06/24 v2.1 Fix packaging issues] + [2018/01/24 v2.2 Add some semicolons in accordance with DTIC guidance] \makeatletter \RequirePackage{longtable} \RequirePackage{color} @@ -221,16 +221,16 @@ \textbf{DISTRIBUTION STATEMENT A}: Approved for public release. #1}} \def\distributionB#1#2{% \gdef\@distribution{% - \textbf{DISTRIBUTION STATEMENT B}: Distribution authorized to U.S. Government agencies only #1 \@date. Other requests for this document shall be referred to #2.}} + \textbf{DISTRIBUTION STATEMENT B}: Distribution authorized to U.S. Government agencies only; #1; \@date. Other requests for this document shall be referred to #2.}} \def\distributionC#1#2{% \gdef\@distribution{% - \textbf{DISTRIBUTION STATEMENT C}: Distribution authorized to U.S. Government agencies and their contractors #1 \@date. Other requests for this document shall be referred to #2.}} + \textbf{DISTRIBUTION STATEMENT C}: Distribution authorized to U.S. Government agencies and their contractors; #1; \@date. Other requests for this document shall be referred to #2.}} \def\distributionD#1#2{% \gdef\@distribution{% - \textbf{DISTRIBUTION STATEMENT D}: Distribution authorized to the Department of Defense and U.S. DoD contractors only #1 \@date. Other requests shall be referred to #2.}} + \textbf{DISTRIBUTION STATEMENT D}: Distribution authorized to the Department of Defense and U.S. DoD contractors only; #1; \@date. Other requests shall be referred to #2.}} \def\distributionE#1#2{% \gdef\@distribution{% - \textbf{DISTRIBUTION STATEMENT E}: Distribution authorized to DoD Components only #1 \@date. Other requests shall be referred to #2.}} + \textbf{DISTRIBUTION STATEMENT E}: Distribution authorized to DoD Components only; #1; \@date. Other requests shall be referred to #2.}} \def\distributionF#1{% \gdef\@distribution{% \textbf{DISTRIBUTION STATEMENT F}: Further dissemination only as directed by #1 \@date\ or higher DoD authority.}} |