[devel] texlive: dvipdfm errors
REAL
root at mmedia2.kemsu.ru
Fri Oct 16 02:29:49 UTC 2009
Kirill Maslinsky пишет:
> $ texdoc dvipdfm
>
> ...
> The “PSfile” and “plotfile” specials for PS/EPS file inclusion sup-
> ported by dvips and other drivers. Dvipdfm uses a user-specified
> external program to convert the PostScript file to PDF format before
> including it.
>
> См. также: 14. Including PostScript graphics images
Благодарю.
...Что-то совсем расхотелось связываться с dvipdfm :-D
Так оно проще:
diff --git a/OpenFVM/Flow/manual/makefile b/OpenFVM/Flow/manual/makefile
index 197b43f..4d6400d 100755
--- a/OpenFVM/Flow/manual/makefile
+++ b/OpenFVM/Flow/manual/makefile
@@ -14,7 +14,8 @@ view:
pdf:
- dvipdfm $(FILE).dvi
+ dvips $(FILE).dvi
+ ps2pdf $(FILE).ps
rm:
--
REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ
More information about the Devel
mailing list