I am having no luck at all converting a simple set of foiltex slides
into html using "export->html" with the converter set to the default
which is latex2html in my case.  I would be very grateful indeed if
anyone could have a look at the attached file and give me any tips on
how to do this...


The problems I have are many fold but in short the inline maths come out
completely wrong.

Cheers,
Raphael
P.S. I am using lyx 1.2.1



#LyX 1.2 created this file. For more info see http://www.lyx.org/
\lyxformat 220
\textclass foils
\begin_preamble
\usepackage{graphicx}
\usepackage{foilhtml,html}
\end_preamble
\language english
\inputencoding latin1
\fontscheme default
\graphics default
\paperfontsize default
\papersize a4paper
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout ShortFoilhead

Interconnection networks
\layout Itemize

Interconnection networks can be 
\series bold 
static
\series default 
 or 
\series bold 
dynamic
\layout Itemize


\series bold 
Static
\series default 
 networks are point-to-point.
 They are sometimes called 
\series bold 
direct
\layout Itemize

Typically used for message-passing computers 
\layout Itemize


\series bold 
Dynamic
\series default 
 networke are built using switches and communication links 
\layout Itemize


\series bold 
Dynamic
\series default 
 networks are referred to as 
\series bold 
indirect 
\layout Itemize

Typically used to construct shared-address-space computers 
\layout ShortFoilhead

Dynamic Interconnection Networks
\layout Itemize

Consider implementing an EREW PRAM with 
\begin_inset Formula $p$
\end_inset 

 processors and 
\begin_inset Formula $m$
\end_inset 

 words of RAM 
\layout Itemize

The number of switching elements needed is 
\begin_inset Formula $\Theta (mp)$
\end_inset 


\layout Itemize

If the memory is organised into 
\begin_inset Formula $b$
\end_inset 

 banks this can be reduced to 
\begin_inset Formula $\Theta (bp)$
\end_inset 

 switching elements 
\layout Itemize

However, the model is weakened as no two processors can access the same
 bank of memory simultaneously 
\layout Itemize

We always assume that 
\begin_inset Formula $p<b$
\end_inset 

.
 Otherwise a processor may be left with no memory it can access 
\the_end

Reply via email to