The missing piece. :)

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@266 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Wizzup? 2009-12-04 12:50:12 +00:00
parent 8b6081f1d2
commit 2bb26ee30f
3 changed files with 76 additions and 5 deletions

View File

@ -3,23 +3,28 @@
intro_ := mufasa_intro
psbook_ := mufasa_ps_handbook
book_ := mufasa_handbook
default: intro
default: tex
clean:
rm -rvf $(intro_)
rm -rvf $(psbook_)
rm -rvf $(book_)
find -iname "$(intro_)*" | grep -v svn | grep -v tex | xargs rm -vf
find -iname "$(psbook_)*" | grep -v svn | grep -v tex | xargs rm -vf
find -iname "$(book_)*" | grep -v svn | grep -v tex | xargs rm -vf
$(MAKE) -C Pics/ clean
intro:
tex:
$(MAKE) -C Pics/
texi2pdf $(intro_).tex #--silent
texi2pdf $(psbook_).tex #--silent
texi2pdf $(book_).tex #--silent
html:
$(MAKE) -C Pics/
latex2html $(intro_).tex -local_icons -nofootnode
latex2html $(psbook_).tex -local_icons -nofootnode
latex2html $(book_).tex -local_icons -nofootnode

63
Doc/mufasa_handbook.tex Normal file
View File

@ -0,0 +1,63 @@
\documentclass[a4paper]{report}
\usepackage{amsmath}
\usepackage{color}
\begin{document}
\title{Mufasa Handbook}
\author{Merlijn Wajer \and Raymond van Veneti\"{e}}
\maketitle
\tableofcontents
\chapter{Foreword}
This document is aimed at proving a more in depth description on the
functions in the Mufasa Macro Library, and it's extensions.
This can vary from developer notes to extensive explanations on certain
algorithms. \\
Developer notes include:
\begin{itemize}
\item Implementation Decisions
\item Bugs
\end{itemize}
\chapter{Core}
\section{TClient}
The TClient class bundles all the other Core classes.
It's main use is to make using the Mufasa Macro Library trivial, by bundling
the for Mufasa classes into one class, and provides the methods to make them
cooperate.
\section{TMWindow}
\subsection{Main features}
Retreiving information from the target Application/Window.
% All useful functions documented here.
\subsection{ReturnData}
\section{TMInput}
\section{TMFiles}
\section{TMBitmaps}
\section{TMDTM}
\section{TMOCR}
\chapter{Add on}
\section{Colour Picker}
\section{Window Selector}
\section{Pascal Script Integration}
\section{Plugins}
\end{document}

View File

@ -3,7 +3,7 @@
\usepackage{color}
\begin{document}
\title{Mufasa PS Handbook}
\title{Mufasa PascalScript Handbook}
\author{Merlijn Wajer \and Raymond van Veneti\"{e}}
\definecolor{typeGreen}{rgb}{0.0, 0.6, 0.0}
@ -14,7 +14,10 @@
\chapter{Foreword}
HOI DIT IS DE MUFASA FUNCTIE LIJST!
This document provides a simple but helpful explanation on every function that
the Mufasa macro library exports to it's Interpreter, PS\footnote{Pascal
Script}. For a real in depth explanation, the Mufasa Handbook would be a better
place to look.
\chapter{Input}