From: <k-...@us...> - 2013-05-20 15:31:32
|
Revision: 636 http://sourceforge.net/p/euslisp/code/636 Author: k-okada Date: 2013-05-20 15:31:26 +0000 (Mon, 20 May 2013) Log Message: ----------- delete man.tex Removed Paths: ------------- trunk/EusLisp/doc/latex/man.tex Deleted: trunk/EusLisp/doc/latex/man.tex =================================================================== --- trunk/EusLisp/doc/latex/man.tex 2013-05-20 15:25:12 UTC (rev 635) +++ trunk/EusLisp/doc/latex/man.tex 2013-05-20 15:31:26 UTC (rev 636) @@ -1,174 +0,0 @@ -\documentstyle[11pt,titlepage,makeidx,twoside,EPSF/epsf,mytabbing,PSFONTS/times]{article} -\makeindex -\pagestyle{myheadings} -\oddsidemargin=0cm -\evensidemargin=0cm - -% A4 size -\textwidth=16.5cm -\textheight=24.6cm -\topmargin=-0.8cm -\oddsidemargin= 0.5cm -\evensidemargin=0.5cm - -% Letter size -%\topmargin=0.5cm -%\textwidth=17.6cm -%\textheight=23cm -%\oddsidemargin= 0.2cm -%\evensidemargin=0.2cm - -\parindent=10mm -\parskip=1mm -%\baselineskip 14pt - -\setcounter{totalnumber}{3} -\renewcommand{\topfraction}{0.99} % 85% of a page (from page - % top) - % can be occupied by tbl / fig - % -\renewcommand{\bottomfraction}{0.99} % 85% of a page (from page - % bottom) - % can be occupied by tbl / fig -\renewcommand{\textfraction}{0.0} % text shoud occupy 15% or - % more in - % a page -%\renewcommand{\floatpagefraction}{0.99} % 70% or more shoud occupy in - % a - % a float page - - -\jintercharskip=0pt plus3.0pt minus1pt% - -\begin{document} - -\newcommand{\ptext}[1] -{\tt \begin{quote} \begin{tabbing} #1 \end{tabbing} \end{quote} \rm} - -\newcommand{\desclist}[1]{ -\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm} -\item #1 -\end{list} -\vspace{3mm}} - -\newcommand{\functiondescription}[4]{ -\index{#1} -{\bf #1} \em #2 \rm \hfill [#3] -%\if#4 \vspace{3mm} \\ \else \desclist{#4} \fi -%\ifx#4 \vspace{3mm} \\ \else \desclist{#4} \fi - \desclist{\hspace{0mm}#4} -} - - -\newcommand{\bfx}[1]{\index{#1}{\bf #1}} -\newcommand{\emx}[1]{\index{#1}{\em #1}} - -\newcommand{\longdescription}[3]{ -\index{#1} -\begin{emtabbing} -{\bf #1} -\it #2 -\rm -\end{emtabbing} -\desclist{#3} -} - -\newcommand{\funcdesc}[3]{\functiondescription{#1}{#2}{function}{#3}} -\newcommand{\macrodesc}[3]{\functiondescription{#1}{#2}{macro}{#3}} -\newcommand{\specialdesc}[3]{\functiondescription{#1}{#2}{special}{#3}} -\newcommand{\methoddesc}[3]{\functiondescription{#1}{#2}{method}{#3}} -\newcommand{\vardesc}[2]{\functiondescription{#1}{}{variable}{#2}} - -%\newcommand{\fundesc}[2]{\functiondescription{#1}{#2}{function}{ -%}} -%\newcommand{\macdesc}[2]{\functiondescription{#1}{#2}{macro}{ -%}} -%\newcommand{\spedesc}[2]{\functiondescription{#1}{#2}{special}{ -%}} -%\newcommand{\metdesc}[2]{\functiondescription{#1}{#2}{method}{ -%}} -\newcommand{\fundesc}[2]{\functiondescription{#1}{#2}{function}{\hspace{0mm}}} -\newcommand{\macdesc}[2]{\functiondescription{#1}{#2}{macro}{\hspace{0mm}}} -\newcommand{\spedesc}[2]{\functiondescription{#1}{#2}{special}{\hspace{0mm}}} -\newcommand{\metdesc}[2]{\functiondescription{#1}{#2}{method}{\hspace{0mm}}} - -\newcommand{\constdesc}[2]{\functiondescription{#1}{}{constant}{#2}} - -\newcommand{\classdesc}[4]{ %class, super slots description -\vspace{2mm} -\index{#1} -{\Large {\bf #1 }} \hfill [class] %super -\begin{tabbing} -\hspace{30mm} :super \hspace{5mm} \= {\bf #2} \\ -\hspace{30mm} :slots \> #3 -\end{tabbing} -\vspace{4mm} -\desclist{#4}} - -\newenvironment{refdesc}{ - \vspace{5mm} \parindent=0mm \topsep=0mm \parskip=0mm \leftmargin=10mm}{ - \parindent=10mm \topsep=3mm \parskip=1mm \leftmargin=0mm } - -\date{} -\title{{\Huge \bf EusLisp} \\ -{\Large \bf version 9.00} \\ -{\LARGE \bf Reference Manual} \\ -{\large Featuring Multithread and XToolKit} \\ -\vspace{10mm} -%ETL-RM-87-06E \\ -{\large ETL-TR-95-2} \\ -{\large January, 1995} \\ } - - -\author{{\large Toshihiro Matsui}\\ -m...@et... \\ -Intelligent Systems Division \\ -Electrotechnical Laboratory \\ -Agency of Industrial Science and Technology \\ -Ministry of International Trading and Industry \\ -1-1-4 Umezono, -Tsukuba, Ibaraki 305, JAPAN} -\normalsize -\thispagestyle{empty} -\maketitle -\pagenumbering{roman} -\tableofcontents -% \listoffigures -% \listoftables -\bibliographystyle{plain} -\newpage -\pagenumbering{arabic} -\part{EusLisp Basics} -\markboth{EusLisp version 9.00 Reference Manual (Part I)}{Introduction} -\input{intro} -\input{generals} -\input{controls} -\input{objects} -%\input{predicates} -\input{arith} -\input{symbols} -\input{sequences} -\input{io} -\input{evaluation} -\newpage -\part{EusLisp Extensions} -\markboth{EusLisp version 9.00 Reference Manual (Part II)}{System Functions} -\input{sysfunc} -\input{mthread} -\input{matrix} -\input{geometry} -\input{contact} -\input{voronoi} -\input{graphics} -\input{xwindow} -\input{xtoolkit} -\input{image} -\input{manipulator} -\input{mars-pre} -% -\cleardoublepage -\markboth{EusLisp version 9.00 Reference Manual}{Index} -\footnotesize -\printindex -\end{document} - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |