|
From: <k-...@us...> - 2014-01-23 07:16:29
|
Revision: 662
http://sourceforge.net/p/euslisp/code/662
Author: k-okada
Date: 2014-01-23 07:16:20 +0000 (Thu, 23 Jan 2014)
Log Message:
-----------
fix to compile on ubuntu 12.04
Modified Paths:
--------------
trunk/EusLisp/doc/latex/datetime.tex
trunk/EusLisp/doc/latex/generals.tex
trunk/EusLisp/doc/latex/geometry.tex
trunk/EusLisp/doc/latex/image.tex
trunk/EusLisp/doc/latex/intro.tex
trunk/EusLisp/doc/latex/manual.tex
trunk/EusLisp/doc/latex/mthread.tex
trunk/EusLisp/doc/latex/objects.tex
trunk/EusLisp/doc/latex/sysfunc.tex
trunk/EusLisp/doc/latex/text.tex
Modified: trunk/EusLisp/doc/latex/datetime.tex
===================================================================
--- trunk/EusLisp/doc/latex/datetime.tex 2014-01-23 07:13:28 UTC (rev 661)
+++ trunk/EusLisp/doc/latex/datetime.tex 2014-01-23 07:16:20 UTC (rev 662)
@@ -11,7 +11,7 @@
}
\methoddesc{:now}{}{
-\verb+(instance time :now)+
+\verb~(instance time :now)~
creates a time object for the current time.}
\methoddesc{:init}{\&optional sec micro dst tzone}{
Modified: trunk/EusLisp/doc/latex/generals.tex
===================================================================
--- trunk/EusLisp/doc/latex/generals.tex 2014-01-23 07:13:28 UTC (rev 661)
+++ trunk/EusLisp/doc/latex/generals.tex 2014-01-23 07:16:20 UTC (rev 662)
@@ -77,11 +77,7 @@
\begin{figure}[hbt]
\begin{center}
-% \epsfile{file=fig/object.ps}
-\mbox{
-\epsfxsize=10cm
-\epsfbox{fig/object.ps}
-}
+\epsfile{file=fig/object.ps}
\end{center}
\caption{\label{ObjectFig}Structures of object, vector, and object header}
\end{figure}
Modified: trunk/EusLisp/doc/latex/geometry.tex
===================================================================
--- trunk/EusLisp/doc/latex/geometry.tex 2014-01-23 07:13:28 UTC (rev 661)
+++ trunk/EusLisp/doc/latex/geometry.tex 2014-01-23 07:16:20 UTC (rev 662)
@@ -672,8 +672,8 @@
{\em Top} is a 3D float-vector.
{\em Bottom} is either a list of vertices of the bottom face or a radius
(scalar). If it is the vertices list, it is order sensitive.
-\verb+ (make-cone \#f(0 0 10) (list \#f(10 0 0) \#f(0 10 0) \#f(-10 0 0)
-\#f(0 -10 0)))+ makes a cone of a square bottom.}
+\verb~ (make-cone \#f(0 0 10) (list \#f(10 0 0) \#f(0 10 0) \#f(-10 0 0)
+\#f(0 -10 0)))~ makes a cone of a square bottom.}
\funcdesc{make-solid-of-revolution}{points \&key (segments 16) name color}{
Modified: trunk/EusLisp/doc/latex/image.tex
===================================================================
--- trunk/EusLisp/doc/latex/image.tex 2014-01-23 07:13:28 UTC (rev 661)
+++ trunk/EusLisp/doc/latex/image.tex 2014-01-23 07:16:20 UTC (rev 662)
@@ -383,11 +383,7 @@
%\epsfbox{fig/corri30.ps}
%}
%\vspace{100mm}
-%\epsfile{file=fig/block1.edg.ps,height=9cm}
-\mbox{
-\epsfsize=10cm
-\epsfbox{fig/block1.edg.ps}
-}
+\epsfile{file=fig/block1.edg.ps,height=9cm}
\caption{Edge Finder and Overlaid Edges}
\end{center}
\end{figure}
Modified: trunk/EusLisp/doc/latex/intro.tex
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/latex/manual.tex
===================================================================
--- trunk/EusLisp/doc/latex/manual.tex 2014-01-23 07:13:28 UTC (rev 661)
+++ trunk/EusLisp/doc/latex/manual.tex 2014-01-23 07:16:20 UTC (rev 662)
@@ -1,12 +1,21 @@
-\documentstyle[titlepage,makeidx,twoside,epsf,mytabbing]{article}
+%\documentstyle[titlepage,makeidx,twoside,epsf,mytabbing]{article}
+
+%%% added from jmanual.tex 2004.12.14
+\documentclass[a4paper]{article}
+\usepackage{makeidx,mytabbing,fancyheadings}
+\usepackage[dvipdfm]{graphicx,color,epsfig}
+\let\epsfile=\epsfig
+\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
+
+%%%
+\newcommand{\eusversion}{9.00}
+
+\flushbottom
\makeindex
\pagestyle{myheadings}
\oddsidemargin=0cm
\evensidemargin=0cm
-%%%
-\newcommand{\eusversion}{9.00}
-
% A4 size
\textwidth=16.5cm
\textheight=24.6cm
Modified: trunk/EusLisp/doc/latex/mthread.tex
===================================================================
--- trunk/EusLisp/doc/latex/mthread.tex 2014-01-23 07:13:28 UTC (rev 661)
+++ trunk/EusLisp/doc/latex/mthread.tex 2014-01-23 07:16:20 UTC (rev 662)
@@ -39,9 +39,8 @@
\begin{figure}[b]
\begin{center}
-%\epsfile{file=fig/threadfig.ps,width=130mm}
\mbox{
-\epsfxsize=10cm
+\epsfxsize=13cm
\epsfbox{fig/threadfig.ps}
}
@@ -95,11 +94,7 @@
\begin{figure}
\begin{center}
-%\epsfile{file=fig/parathreads.ps,width=120mm}
-\mbox{
-\epsfsize=10cm
-\epsfbox{fig/parathreads.ps}
-}
+\epsfile{file=fig/parathreads.ps,width=120mm}
\caption{Parallel threads requesting memory and GC running in parallel}\label{parathreads}
\end{center}
\end{figure}
@@ -126,16 +121,8 @@
\begin{figure}
\begin{center}
\begin{tabular}{c c}
-%\epsfile{file=fig/threadobj.ps,width=7.5cm} &
-\mbox{
-\epsfsize=10cm
-\epsfbox{fig/threadobj.ps}
-}
-%\epsfile{file=fig/threadpool.ps,width=7.5cm} \\
-\mbox{
-\epsfsize=10cm
-\epsfbox{fig/threadpool.ps}
-}
+\epsfile{file=fig/threadobj.ps,width=7.5cm} &
+\epsfile{file=fig/threadpool.ps,width=7.5cm} \\
\end{tabular}
\end{center}
\caption{\label{threadobj}Thread-object for transferring control and data between threads (left) and the collection of threads put in the thread-pool.}
@@ -173,11 +160,7 @@
\begin{figure}
\begin{center}
-%\epsfile{file=fig/synchports.ps,width=130mm}
-\mbox{
-\epsfsize=10cm
-\epsfbox{fig/synchports.ps}
-}
+\epsfile{file=fig/synchports.ps,width=130mm}
\caption{Barrier synchronization and synchronozed memory port}
\label{synchports}
\end{center}
Modified: trunk/EusLisp/doc/latex/objects.tex
===================================================================
--- trunk/EusLisp/doc/latex/objects.tex 2014-01-23 07:13:28 UTC (rev 661)
+++ trunk/EusLisp/doc/latex/objects.tex 2014-01-23 07:16:20 UTC (rev 662)
@@ -229,7 +229,7 @@
{\bf send-super} macro specifying {\em mesg} string.
An object is re-readable if it begins with \#$<$,
followed by its class name, correct address, any lisp-readable information,
-and \verb+>+.
+and \verb~>~.
Since every data object except numbers inherits {\bf object},
you can get print forms in this notation, even for symbols or strings.
Specifying this notation, you can catch data objects that you forgot
@@ -253,8 +253,8 @@
if {\em plist} is specified, it is set to the plist slot of this object.
Previous plist, if there had been one, is lost.
Legal plist should be of the form of
-\verb+((indicator1 . value1) (indicator2 . value2) ...)+.
-Each \verb+indicator+ can be any lisp form that are tested its equality
+\verb~((indicator1 . value1) (indicator2 . value2) ...)~.
+Each \verb~indicator~ can be any lisp form that are tested its equality
with the {\bf eq} function.
When a symbol is used for an indicator, use of keyword is recommended
to ensure the equality check will be performed interpacakge-widely.
@@ -262,7 +262,7 @@
\methoddesc{:get}{indicator}{
returns the value associated with {\em indicator} in the property list.
-\verb+(send x :get :y) == (cdr (assoc :y (send x :plist)))+.}
+\verb~(send x :get :y) == (cdr (assoc :y (send x :plist)))~.}
\methoddesc{:put}{indicator value}{
associates {\em value} to {\em indicator} in the plist.}
Modified: trunk/EusLisp/doc/latex/sysfunc.tex
===================================================================
--- trunk/EusLisp/doc/latex/sysfunc.tex 2014-01-23 07:13:28 UTC (rev 661)
+++ trunk/EusLisp/doc/latex/sysfunc.tex 2014-01-23 07:16:20 UTC (rev 662)
@@ -747,7 +747,7 @@
forks a process, replaces its stdin, stdout, and stderr streams to specified ones,
and exec's "exec" with the args arguments.
piped-fork is roughly equivalent to
-\verb+ (xfork exec :stdin (unix:pipe) :stdout (unix:pipe))+
+\verb~ (xfork exec :stdin (unix:pipe) :stdout (unix:pipe))~
Though xfork returns an io-stream to stdin and stdout with their
directions reversed,
it is not always useful unless they are pipes.
Modified: trunk/EusLisp/doc/latex/text.tex
===================================================================
--- trunk/EusLisp/doc/latex/text.tex 2014-01-23 07:13:28 UTC (rev 661)
+++ trunk/EusLisp/doc/latex/text.tex 2014-01-23 07:16:20 UTC (rev 662)
@@ -44,7 +44,7 @@
\funcdesc{jis2euc}{kana-str}{kana-str coded in EUC
is converted into JIS coding, which enters kana mode by
-\verb+ESC\$B+ and exits by \verb+ESC(J+.
+\verb~ESC\$B~ and exits by \verb~ESC(J~.
Note that there is no euc2jis function is provided yet.}
\funcdesc{kana-date}{time}{time is converted a Japanese
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|