From: "Denis G. Samsonenko" <d.g.samsonenko@gmail.com>
To: "Культурный офтопик" <smoke-room@lists.altlinux.org>
Subject: Re: [room] Only read comments!
Date: Wed, 16 Dec 2009 10:26:20 +0600
Message-ID: <957265820912152026j526ffe4dla56ae9806987e6eb@mail.gmail.com> (raw)
In-Reply-To: <4B27ADCE.4040207@rambler.ru>
День добрый!
2009/12/15 Alexei V. Mezin <alexei-mezin@rambler.ru>:
> Обходные костыли по обучению pdftex работе с eps подразумевает использование
> epspdf. Угу, щаз! Разогнался!
Я в своё время перегонял картинки из eps в pdf при помощи следующего
скрипта, когда использовал pdflatex:
#! /bin/sh
for i in *.eps
do
base=`basename "${i}" .eps`
epstopdf --nogs "${i}" | ps2pdf14 -dPDFSETTINGS=/prepress - ${base}.pdf
done
Использованные в скрипте утилиты сейчас можно найти тут:
$ rpm -qf /usr/bin/epstopdf
texlive-extra-utils-2008.0-alt0.14
$ rpm -qf /usr/bin/ps2pdf14
ghostscript-utils-8.70-alt2
--
Всего доброго,
Денис.
next prev parent reply other threads:[~2009-12-16 4:26 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-14 7:39 [room] Only read - no comments! Anatol B. Bazyukin
2009-12-14 11:48 ` Алексей Карпов
2009-12-14 12:41 ` [room] Only read comments! Michael Shigorin
2009-12-14 19:07 ` ALT Linux User
2009-12-15 15:39 ` Alexei V. Mezin
2009-12-16 4:26 ` Denis G. Samsonenko [this message]
2009-12-16 6:40 ` Денис Смирнов
2009-12-16 7:00 ` Anatol B. Bazyukin
2009-12-21 8:05 ` Rinat Bikov
2009-12-16 6:56 ` Anatol B. Bazyukin
2009-12-16 11:15 ` Michael Shigorin
2009-12-16 18:33 ` Anatol B. Bazyukin
2009-12-16 20:21 ` ALT Linux User
2009-12-17 13:23 ` Michael Shigorin
2009-12-18 7:19 ` ALT Linux User
2009-12-18 12:00 ` Денис Смирнов
2009-12-21 20:21 ` Michael Shigorin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=957265820912152026j526ffe4dla56ae9806987e6eb@mail.gmail.com \
--to=d.g.samsonenko@gmail.com \
--cc=smoke-room@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Культурный офтопик
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/smoke-room/0 smoke-room/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 smoke-room smoke-room/ http://lore.altlinux.org/smoke-room \
smoke-room@lists.altlinux.org smoke-room@lists.altlinux.ru smoke-room@lists.altlinux.com smoke-room@altlinux.ru smoke-room@altlinux.org smoke-room@altlinux.com
public-inbox-index smoke-room
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.smoke-room
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git