- generates pdf file properly
This commit is contained in:
Ludovic Jacomme 2004-07-14 23:19:49 +00:00
parent 4792281da0
commit 26c8a2b8c0
2 changed files with 10 additions and 19 deletions

View File

@ -1,25 +1,16 @@
# Generic Makefile for TeTeX projet
# (C) 1999, Czo
# $Id: Makefile,v 1.2 2004/07/14 22:37:14 ludo Exp $
MYFILE=start
# start
%.eps : %.fig
fig2dev -L ps -c -p dummy $*.fig $*.eps
distrib : clean ps
ps2pdf $(MYFILE).ps
cp -f $(MYFILE).ps ..
cp -f $(MYFILE).pdf ..
$(MAKE) clean
distrib : start.pdf
cp start.pdf ..
start.pdf : start.dvi
dvipdf start.dvi
view : ps
gv $(MYFILE).ps
ps : $(MYFILE).tex
latex $(MYFILE).tex
dvips $(MYFILE).dvi -o $(MYFILE).ps
start.dvi : start.tex
latex start.tex
clean :
rm -f $(MYFILE).ps $(MYFILE).pdf *.log *.dvi *.aux

View File

@ -5,7 +5,7 @@
% Version for Alliance releases 2.0 and up by Frederic Petrot
% Modified by czo for Alliance release 4.0 (01/2000)
% TODO : no fully working, needs some adjustements
% $Id: start.tex,v 1.2 2004/07/14 22:37:14 ludo Exp $
% $Id: start.tex,v 1.3 2004/07/14 23:19:49 ludo Exp $
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
@ -100,7 +100,7 @@ In the second tutorial (place\_route/ directory) :
\item \textbf{graal} : Graphic layout editor.
\end{itemize}
In the forth tutorial (synthesis/ directory) :
In the third tutorial (synthesis/ directory) :
\begin{itemize}
\item \textbf{syf} : Finite state machine synthesizer.
\item \textbf{boom} : Boolean optimization of a logic level behavioral
@ -108,7 +108,7 @@ description (VHDL data flow).
\item \textbf{boog} : Mapping of a behavioral descriptiononto a standard cell
library.
\item \textbf{loon} : Fanout optimizer, global optimizer and timing analyser of
a gate netlist.
\item \textbf{scapin} : Scan Path insertion
\item \textbf{xsch} : Graphical schematic viewer.
\end{itemize}