summaryrefslogtreecommitdiff
path: root/doc/manual/metatron.sty
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-02 06:02:02 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-02 06:02:02 +0000
commitcf607d93557a99ac40de7a530946e3b9ed8c1bd9 (patch)
tree284d1fa484de902cd9074b9770e978a3ff3d6277 /doc/manual/metatron.sty
parent87199586a42e41ab524a594214a74e115e411aac (diff)
Removed more references to SQL-Ledger.
Added open source manual to documentation directory. Removed references to SQL-Ledger's website and documentation structure. Updated links to Windows builds of DBD::Pg modules. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@15 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'doc/manual/metatron.sty')
-rw-r--r--doc/manual/metatron.sty49
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/manual/metatron.sty b/doc/manual/metatron.sty
new file mode 100644
index 00000000..57565007
--- /dev/null
+++ b/doc/manual/metatron.sty
@@ -0,0 +1,49 @@
+\NeedsTeXFormat{LaTeX2e}
+
+\ProvidesPackage{metatron}
+\RequirePackage{url, palatino, color}
+\RequirePackage[colorlinks, linkcolor=black, urlcolor=black]{hyperref}
+\RequirePackage[margin=3cm]{geometry}
+\newcommand{\product}[1]{#1\texttrademark}
+
+% For centralized management of company information
+\newcommand{\metaname}[1][]{Metatron Technology Consulting#1\space}
+\newcommand{\metaddress}{130 Henderson Terrace \\ Chelan, WA 98816}
+\newcommand{\metaphone}{(509)682-8475}
+
+% Necessary because \url does not allow for variable substitution
+\newcommand{\metaurl}[1][]{\href{http://www.metatrontech.com/#1}
+{http://www.metatrontech.com/#1}
+}
+
+% Simple email functions to make life easier.
+\newcommand{\mailto}[1]{\href{mailto:#1}{#1}}
+\newcommand{\metamail}[1]{\mailto{#1@metatrontech.com}}
+
+% Copyright notices (central management)
+% Internal (private) macro for base statements)
+\newcommand{\meta@base@copyright}{\textcopyright \space \today \space
+\metaname}
+
+
+% For redistributables
+\newcommand{\copyrightredist}{
+
+Copyright\meta@base@copyright. Permission is granted for verbatim
+redistribution of this document provided that this copyright notice remains
+intact.
+
+}
+
+% For a standard "All rights reserved" copyright notice
+\newcommand{\copyrightstd}{
+
+Copyright \meta@base@copyright. All rights reserved.
+
+}
+
+% Other copyright notices may be added below. Please keep them separate from
+% documents so that they can be maintained separately.
+
+\urlstyle{same}
+\endinput