diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2015-04-16 13:21:22 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2015-04-16 13:21:22 -0400 |
commit | 38e147e5e4f8a1b028164392af581e2ad4f2f24f (patch) | |
tree | 6752980cf8551b11749ffb14ca31f94504d3f04a /doc/tame.texi | |
parent | 43e4a555e97d08e808c85b45e60079f1c5bc45fd (diff) | |
download | tame-38e147e5e4f8a1b028164392af581e2ad4f2f24f.tar.gz tame-38e147e5e4f8a1b028164392af581e2ad4f2f24f.tar.bz2 tame-38e147e5e4f8a1b028164392af581e2ad4f2f24f.zip |
Documentation and testing scaffolding
Diffstat (limited to 'doc/tame.texi')
-rw-r--r-- | doc/tame.texi | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/doc/tame.texi b/doc/tame.texi new file mode 100644 index 0000000..3990121 --- /dev/null +++ b/doc/tame.texi @@ -0,0 +1,81 @@ +\input texinfo +@c %**start of header +@setfilename tame.info +@documentencoding UTF-8 +@settitle TAME Manual v@value{VERSION} +@c %**end of header + +@include version.texi + +@copying +This manual is for TAME, version @value{VERSION}. + +Copyright @copyright{} 2015 LoVullo Associates, Inc. + +@quotation +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 +or any later version published by the Free Software Foundation; +with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU +Free Documentation License". +@end quotation + +@end copying + + +@titlepage +@title TAME Manual v@value{VERSION} +@author Mike Gerwitz, LoVullo Associates + +@c Start copyright page +@page +@vskip 0pt plus 1filll +@insertcopying +@end titlepage + +@contents + +@ifnottex +@node Top +@top Main +@end ifnottex + +@menu +* License:: Document License +@end menu + +@ifnottex +@insertcopying +@end ifnottex + + +@c TODO: move me +@macro mdash{} +--- +@end macro + +@macro ttref{ref} +@ref{\ref\,,@code{\ref\}} +@end macro + +@macro proof{str} +@sc{Proof:} \str\ @qed +@end macro + +@macro qed{} +∎ +@end macro + +@ifhtml +@c override @math to delimit for MathJax/KaTeX/etc +@macro math{expr} +\\(\expr\\\) +@end macro +@end ifhtml + + + +@include license.texi + +@bye |