ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] How to include TIFF graphics
@ 2002-04-09 10:48 Dmitri Drozdov
  2002-04-09 11:30 ` Antonio
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitri Drozdov @ 2002-04-09 10:48 UTC (permalink / raw)
  To: mandrake-russian

Здравствуйте!

Не подскажете ли начинающему, как включить в LaTeX'овский документ
графику в формате TIFF (переделать в графическом редакторе вряд ли
можно) в качетве плавающего объекта?

С уважением,
Дмитрий




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [mdk-re] How to include TIFF graphics
  2002-04-09 10:48 [mdk-re] How to include TIFF graphics Dmitri Drozdov
@ 2002-04-09 11:30 ` Antonio
  2002-04-10 12:21   ` Dmitri Drozdov
  0 siblings, 1 reply; 3+ messages in thread
From: Antonio @ 2002-04-09 11:30 UTC (permalink / raw)
  To: mandrake-russian

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 9 Apr 2002, Dmitri Drozdov wrote:

> Не подскажете ли начинающему, как включить в LaTeX'овский документ
> графику в формате TIFF (переделать в графическом редакторе вряд ли
> можно) в качетве плавающего объекта?

Одно из решений таково (я привожу идею, опуская
подробности):

$ convert [параметры, например, сделать монохромный EPS и т.п.]
file.tiff file.eps (Нужен пакет ImageMagick)

Далее в преамбуле говорим
\usepackage[dvips]{graphicx}% именно с буквой икс на конце
...
% В нужном месте документа
\begin{figure}[как размещать]
\includegraphics[...]{...}
\caption{...}\label{...}
\end{figure}

$ latex file.tex; latex file.tex (два раза, чтобы правильно
собрать перекрестные ссылки и т.п.)
$ dvips file.dvi -o
$ gv file.ps

- -- 
Best regards,
	Tony.			mailto:obidos@mail.ru


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8spno2gaLrWRbr5URAo+KAJ0e3ZkE4QhPVaeT4BmiUtkEpJ8zMgCdGlbx
eM+fnYabC0YyaFWWLqNIcAA=
=du09
-----END PGP SIGNATURE-----





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [mdk-re] How to include TIFF graphics
  2002-04-09 11:30 ` Antonio
@ 2002-04-10 12:21   ` Dmitri Drozdov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitri Drozdov @ 2002-04-10 12:21 UTC (permalink / raw)
  To: mandrake-russian

Приветствую!


В Втр, 09.04.2002, в 11:36, Antonio написал:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 9 Apr 2002, Dmitri Drozdov wrote:
> 
> > Не подскажете ли начинающему, как включить в LaTeX'овский документ
> > графику в формате TIFF 
>
>
> Одно из решений таково (я привожу идею, опуская
> подробности):
> 
> $ convert [параметры, например, сделать монохромный EPS и т.п.]
> file.tiff file.eps (Нужен пакет ImageMagick)
> 
> Далее в преамбуле говорим
> \usepackage[dvips]{graphicx}% именно с буквой икс на конце
> ...
> % В нужном месте документа
> \begin{figure}[как размещать]
> \includegraphics[...]{...}
> \caption{...}\label{...}
> \end{figure}
> 
> $ latex file.tex; latex file.tex (два раза, чтобы правильно
> собрать перекрестные ссылки и т.п.)

Большое спасибо, все сработало как надо. Пришлось только задать ширину
рисунка. 

С благодарностью,
Дмитрий

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-04-10 12:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-09 10:48 [mdk-re] How to include TIFF graphics Dmitri Drozdov
2002-04-09 11:30 ` Antonio
2002-04-10 12:21   ` Dmitri Drozdov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git