voila
This commit is contained in:
parent
2a73a32e62
commit
a081ab883d
2 changed files with 10 additions and 10 deletions
|
@ -10,26 +10,26 @@ LOCALDIR = $(shell pwd)
|
||||||
MAINFILE = rapport
|
MAINFILE = rapport
|
||||||
|
|
||||||
|
|
||||||
PNGFILES := $(shell ls *.png)
|
#PNGFILES := $(shell ls *.png)
|
||||||
EPSFILES := $(patsubst %.png,%.eps,$(PNGFILES))
|
#EPSFILES := $(patsubst %.png,%.eps,$(PNGFILES))
|
||||||
PNG2EPSCC = convert
|
#PNG2EPSCC = convert
|
||||||
TEXFILES := $(MAINFILE).tex
|
TEXFILES := $(MAINFILE).tex
|
||||||
DVIFILES := $(MAINFILE).dvi
|
DVIFILES := $(MAINFILE).dvi
|
||||||
PDFFILES := $(MAINFILE).pdf
|
PDFFILES := $(MAINFILE).pdf
|
||||||
PSFILES := $(MAINFILE).ps
|
PSFILES := $(MAINFILE).ps
|
||||||
|
|
||||||
all: png2eps dvi dvi ps pdf pdf
|
all: dvi dvi ps pdf pdf
|
||||||
|
|
||||||
png2eps: $(EPSFILES)
|
#png2eps: $(EPSFILES)
|
||||||
|
|
||||||
%.eps : %.png
|
#%.eps : %.png
|
||||||
@$(PNG2EPSCC) $< $@
|
# @$(PNG2EPSCC) $< $@
|
||||||
@echo -e "png2eps\t$< $@"
|
# @echo -e "png2eps\t$< $@"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f rapport.dvi rapport.rtf rapport.pdf rapport.ps
|
@rm -f rapport.dvi rapport.rtf rapport.pdf rapport.ps
|
||||||
@rm -f *.out *.log *.toc *.aux
|
@rm -f *.out *.log *.toc *.aux
|
||||||
@rm -f *.eps
|
# @rm -f *.eps
|
||||||
@rm -f *~
|
@rm -f *~
|
||||||
|
|
||||||
pdf: $(TEXFILES)
|
pdf: $(TEXFILES)
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
%--------------------------------------------------------------
|
%--------------------------------------------------------------
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
\rhead[\sc{LIBNAZGUL is Not Another Z G U Library}]{\sc{LIBNAZGUL is Not Another Z G U Library}}
|
\rhead[\sc{LIBNAZGUL is Not Another Zero G User Library}]{\sc{LIBNAZGUL is Not Another Zero G User Library}}
|
||||||
\lhead[\it{}]{\it{}}
|
\lhead[\it{}]{\it{}}
|
||||||
%\rhead[\it{Projet de Système.}]{\it{Projet de Système.}}
|
%\rhead[\it{Projet de Système.}]{\it{Projet de Système.}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue