summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/register/register.ins
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/register/register.ins')
-rw-r--r--macros/latex/contrib/register/register.ins62
1 files changed, 62 insertions, 0 deletions
diff --git a/macros/latex/contrib/register/register.ins b/macros/latex/contrib/register/register.ins
new file mode 100644
index 0000000000..529742dbdb
--- /dev/null
+++ b/macros/latex/contrib/register/register.ins
@@ -0,0 +1,62 @@
+%%
+%% register.ins
+%%
+%% This program is provided under the terms of the
+%% LaTeX Project Public License distributed from CTAN
+%% archives in directory macros/latex/base/lppl.txt.
+%%
+%% This package consists of register.dtx, register.ins, reg_list.pl,
+%% and Reg_macro.pm, as well as the accompanying register.pdf and
+%% README documentation.
+%%
+%% This file will generate fast loadable files and documentation
+%% driver files from the doc files in this package when run through
+%% LaTeX or TeX.
+%%
+%% Author: Matthew Lovell (lovells@gmail.com)
+%%
+%% --------------- start of docstrip commands ------------------
+%%
+\def\batchfile{register.ins}
+\input docstrip
+\def\SimplePackage#1{\generateFile{#1.sty}{t}{\from{#1.dtx}{package}}}
+\preamble
+Hardware register diagrams with field descriptions.
+
+This package may be distributed and/or modified under the conditions
+of the LaTeX Project Public License, either version 1.3 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
+2006/05/20 or later.
+
+Author: Matthew Lovell (lovells@gmail.com)
+
+\endpreamble
+
+\Msg{*** Generating the LaTeX2e package file ***}
+\SimplePackage{register}
+
+\Msg{***********************************************************}
+\Msg{*}
+\Msg{* To finish the installation you have to move the following}
+\Msg{* file into a directory searched by LaTeX. See the FAQ on}
+\Msg{* CTAN at /help/uk-tex-faq for more on this.}
+\Msg{*}
+\Msg{* \space\space register.sty}
+\Msg{*}
+\Msg{* To produce the documented source run the file ending with}
+\Msg{* `.dtx' through LaTeX.}
+\Msg{*}
+\Msg{* Happy TeXing}
+\Msg{***********************************************************}
+
+\endinput
+
+
+%%% Local Variables:
+%%% mode: LaTeX
+%%% End: