From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Message-ID: <4AD7DA9D.7040403@mmedia2.kemsu.ru> Date: Fri, 16 Oct 2009 10:29:49 +0800 From: REAL User-Agent: Thunderbird 2.0.0.21 (X11/20090302) MIME-Version: 1.0 To: ALT Linux Team development discussions References: <4AD44AAD.2090007@mmedia2.kemsu.ru> <20091013094650.GD7208@odnako> <4AD451CC.2020607@mmedia2.kemsu.ru> <20091013102905.GC7455@odnako> <4AD68E56.4090109@mmedia2.kemsu.ru> <4AD69851.1070608@mmedia2.kemsu.ru> <20091015070957.GA6495@odnako.pu.ru> In-Reply-To: <20091015070957.GA6495@odnako.pu.ru> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [devel] texlive: dvipdfm errors X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2009 02:13:22 -0000 Archived-At: List-Archive: List-Post: 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 Евгений Ростовцев, программист ЦНИТ КемГУ