| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 803 |
|
\begin{document} etc) in nnn.dir (e.g.
ai -l mynote.latex)
\documentclass[11pt]{article}
\usepackage{html, epsf}
%%-----------------------------------------------------------------------------
\begin{document}
\title{NOTE 224 -- AIPS++ Least Squares background}
\author{Wim Brouw}
\date{22 January 1999}
\maketitle
%%---------------------------------------------------------------------------
\htmladdnormallink{A postscript version of this note is available
(124kB).}{../224.ps}
\tableofcontents
\input{lsq.latex}
\end{document}
224 := -split 0
code/doc/notes/notes.dir/nindex.tex
E.g:
\item[224]
\htmladdnormallink{\textit{AIPS++ Least Squares background}}{../224/224.html}
\linebreak 1999/01/25 Brouw
Note: Other notes, AIPS++ documents can include your note or parts of your note by adding the following line to the makefile
TIROOT := $(word 1, $(AIPSPATH))/code/doc EXTRA_TEXINPUTS := $(TIROOT)/memos/111.dir:$(TIROOT)/notes/156.dir /notes/196.diryou then use the
\input{file}
to include it the other document.
The HowTos (code/doc/reference/HowTos.latex) is a good example.