[cl-gsl-cvs] CVS update: cl-gsl/doc/sf.tex
Edgar Denny
edenny at common-lisp.net
Sun Mar 27 03:48:52 UTC 2005
Update of /project/cl-gsl/cvsroot/cl-gsl/doc
In directory common-lisp.net:/tmp/cvs-serv27575
Modified Files:
sf.tex
Log Message:
tex4ht fixes.
Date: Sun Mar 27 05:48:51 2005
Author: edenny
Index: cl-gsl/doc/sf.tex
diff -u cl-gsl/doc/sf.tex:1.2 cl-gsl/doc/sf.tex:1.3
--- cl-gsl/doc/sf.tex:1.2 Thu Mar 24 04:48:41 2005
+++ cl-gsl/doc/sf.tex Sun Mar 27 05:48:50 2005
@@ -1,28 +1,6 @@
-\documentclass{article}
-\usepackage[T1]{fontenc}
-\usepackage[latin1]{inputenc}
-\usepackage{tex4ht}
-
-\begin{document}
-
-\Css{.monobold { font-weight: bold; font-family: monospace;}}
-\Css{.floatright { float: right;}}
-\Css{.floatleft { float: left;}}
-\Css{.floatclear { clear: both;}}
-
-\def\monobf#1{\ifHtml \HCode{<span class="monobold">} #1
- \else \textbf{\texttt{#1}} \fi
- \ifHtml \HCode{</span>} \fi}
-
-\def\func#1#2{\ifHtml \HCode{<span class="floatright">} \fi
- {[}Function{]} \ifHtml \HCode{</span><span class="floatleft">} \fi
- \monobf{#1} \texttt{#2}
- \ifHtml \HCode{</span> <div class="floatclear"> </div>} \fi}
\section{Special Functions}
-\tableofcontents[section,subsection,subsubsection]
-
\subsection{Usage}
The special functions are available in two calling conventions,
@@ -2865,5 +2843,3 @@
\item Y.Y. Luke, Algorithms for the Computation of Mathematical Functions,
Academic Press, New York (1977).
\end{itemize}
-Last modified: Tue Feb 15 21:49:18 EST 2005
-\end{document}
More information about the Cl-gsl-cvs
mailing list