ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] \includegraphics и pdflatex
@ 2003-05-25  4:30 Pavel Stupin
  2003-05-25  6:55 ` [Comm] Re: [Freepublish] " Dmitry Ivanov
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Pavel Stupin @ 2003-05-25  4:30 UTC (permalink / raw)
  To: community; +Cc: freepublish

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

Каким образом вставлять png/jpg в документы, которые обрабатываются
pdflatex?

Сейчас у меня сделано так (и это не работает):

В преамбуле:
\usepackage[pdftex]{graphicx}

В самом тексте:
\begin{figure}[h]
\caption{some caption}
\includegraphics*{image.png}
\label{label}
\end{figure}

В получаемом с помощью pdflatex pdf-файле изображение отсутствует, а
вместо него --- рамка, в которой написано image.png

Что нужно сделать?


С уважением,
Павел Ступин.


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

* [Comm] Re: [Freepublish] \includegraphics и pdflatex
  2003-05-25  4:30 [Comm] \includegraphics и pdflatex Pavel Stupin
@ 2003-05-25  6:55 ` Dmitry Ivanov
  2003-05-25  8:09   ` Pavel Stupin
  2003-05-26  8:06   ` Anton V. Boyarshinov
  2003-05-25  8:04 ` [Comm] Re: [Comm] " amodeus
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 9+ messages in thread
From: Dmitry Ivanov @ 2003-05-25  6:55 UTC (permalink / raw)
  To: community, freepublish

В сообщении от Воскресенье 25 Май 2003 07:30 Pavel Stupin 
написал(a):
> Здравствуйте!
>
> Каким образом вставлять png/jpg в документы, которые
> обрабатываются pdflatex?

convert image.png image.pdf 

нужно установить ImageMagick-5.4.9-alt8.rpm

-- 
D.I.M.S.S.: Digital Intelligent Machine Skilled in Sabotage


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

* [Comm] Re: [Comm] \includegraphics и pdflatex
  2003-05-25  4:30 [Comm] \includegraphics и pdflatex Pavel Stupin
  2003-05-25  6:55 ` [Comm] Re: [Freepublish] " Dmitry Ivanov
@ 2003-05-25  8:04 ` amodeus
  2003-05-25 15:28 ` Maxim Tyurin
  2003-05-26  8:05 ` [Comm] " Anton V. Boyarshinov
  3 siblings, 0 replies; 9+ messages in thread
From: amodeus @ 2003-05-25  8:04 UTC (permalink / raw)
  To: Pavel Stupin

Здравствуйте, Pavel.

Вы писали 25 мая 2003 г., 8:30:17:

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

PS> Каким образом вставлять png/jpg в документы, которые обрабатываются
PS> pdflatex?

PS> Сейчас у меня сделано так (и это не работает):

PS> В преамбуле:
PS> \usepackage[pdftex]{graphicx}

PS> В самом тексте:
PS> \begin{figure}[h]
PS> \caption{some caption}
PS> \includegraphics*{image.png}
PS> \label{label}
PS> \end{figure}

PS> В получаемом с помощью pdflatex pdf-файле изображение отсутствует, а
PS> вместо него --- рамка, в которой написано image.png

PS> Что нужно сделать?
вообще-то во всех доках написано, что чтобы в PDF ьыли рисуночки надо
отдавать рисунок В PDF формате!



-- 
С уважением,
 amodeus                          mailto:amodeus@pisem.net



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

* Re: [Comm] Re: [Freepublish] \includegraphics и pdflatex
  2003-05-25  6:55 ` [Comm] Re: [Freepublish] " Dmitry Ivanov
@ 2003-05-25  8:09   ` Pavel Stupin
  2003-05-26  8:06   ` Anton V. Boyarshinov
  1 sibling, 0 replies; 9+ messages in thread
From: Pavel Stupin @ 2003-05-25  8:09 UTC (permalink / raw)
  To: community; +Cc: freepublish

____________________________________________________
On Sun, 25 May 2003 09:55:42 +0300
Dmitry Ivanov <dimss@solutions.lv> wrote:
____________________________________________________

> В сообщении от Воскресенье 25 Май 2003 07:30 Pavel Stupin 
> написал(a):
> > Здравствуйте!
> >
> > Каким образом вставлять png/jpg в документы, которые
> > обрабатываются pdflatex?
> 
> convert image.png image.pdf 
> 
> нужно установить ImageMagick-5.4.9-alt8.rpm
> 

Не получается. После конвертации получаю собщения об ошибках. Да и сама
картинка немного коряво теперь смотрится в виде pdf.

Вот вывод pdflatex:

Error (0): PDF file is damaged - attempting to reconstruct xref table...
Error: Couldn't find trailer dictionary
Error: Couldn't read xref table

Error: pdflatex (file image.pdf): xpdf: reading PDF image failed
 ==> Fatal error occurred, the output PDF file is not finished!

shell returned 255


После этого pdf-файл документа не открывается (отдельный pdf-файл с
картинкой открывается).




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

* Re: [Comm] \includegraphics и pdflatex
  2003-05-25  4:30 [Comm] \includegraphics и pdflatex Pavel Stupin
  2003-05-25  6:55 ` [Comm] Re: [Freepublish] " Dmitry Ivanov
  2003-05-25  8:04 ` [Comm] Re: [Comm] " amodeus
@ 2003-05-25 15:28 ` Maxim Tyurin
  2003-05-26  8:05 ` [Comm] " Anton V. Boyarshinov
  3 siblings, 0 replies; 9+ messages in thread
From: Maxim Tyurin @ 2003-05-25 15:28 UTC (permalink / raw)
  To: community, freepublish

[-- Attachment #1: Type: text/plain, Size: 972 bytes --]

On Sun, May 25, 2003 at 12:30:17PM +0800, Pavel Stupin wrote:
> Здравствуйте!
> 
> Каким образом вставлять png/jpg в документы, которые обрабатываются
> pdflatex?
> 
> Сейчас у меня сделано так (и это не работает):
> 
> В преамбуле:
> \usepackage[pdftex]{graphicx}
> 
> В самом тексте:
> \begin{figure}[h]
> \caption{some caption}
> \includegraphics*{image.png}
> \label{label}
> \end{figure}
> 
> В получаемом с помощью pdflatex pdf-файле изображение отсутствует, а
> вместо него --- рамка, в которой написано image.png
> 
> Что нужно сделать?
Убрать расширение.
Вставлять так
\includegraphics*{image}
При проходе pdflatex вставит рисунки в png или pdf
latex возьмет eps

И подключать graphics нужно так:
\ifx\pdfoutput\undefined
\usepackage{graphicx}
\else
\usepackage[pdftex]{graphicx}
\fi

Еще неплохо бы подключить 
\usepackage[unicode,colorlinks]{hyperref}
для получения нормальных ссылок в pdf

-- 

With Best Regards, Maxim Tyurin
JID:	MrKooll@jabber.pibhe.com
			

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [Comm] Re: \includegraphics и pdflatex
  2003-05-25  4:30 [Comm] \includegraphics и pdflatex Pavel Stupin
                   ` (2 preceding siblings ...)
  2003-05-25 15:28 ` Maxim Tyurin
@ 2003-05-26  8:05 ` Anton V. Boyarshinov
  2003-05-26  9:41   ` Pavel Stupin
  3 siblings, 1 reply; 9+ messages in thread
From: Anton V. Boyarshinov @ 2003-05-26  8:05 UTC (permalink / raw)
  To: community

Добрый день

On Sun, 25 May 2003 12:30:17 +0800 Pavel Stupin
 wrote:

> В получаемом с помощью pdflatex pdf-файле изображение
> отсутствует, а вместо него --- рамка, в которой написано
> image.png
> 
> Что нужно сделать?

А в опциях класса документа слова draft нету? Очень похоже, что
есть.

Антон
-- 
mailto:boyarsh@mail.ru
mailto:boyarsh@ru.echo.fr
 12:04:01  up  1:48,  8 users,  load average: 0.10, 0.03, 0.04


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

* [Comm] Re: [Freepublish] \includegraphics и pdflatex
  2003-05-25  6:55 ` [Comm] Re: [Freepublish] " Dmitry Ivanov
  2003-05-25  8:09   ` Pavel Stupin
@ 2003-05-26  8:06   ` Anton V. Boyarshinov
  1 sibling, 0 replies; 9+ messages in thread
From: Anton V. Boyarshinov @ 2003-05-26  8:06 UTC (permalink / raw)
  To: community

On Sun, 25 May 2003 09:55:42 +0300 Dmitry Ivanov
 wrote:

> В сообщении от Воскресенье 25 Май 2003 07:30 Pavel Stupin 
> написал(a):
> > Здравствуйте!
> >
> > Каким образом вставлять png/jpg в документы, которые
> > обрабатываются pdflatex?
> 
> convert image.png image.pdf 

pdftex отлично понимает и png и jpg.

-- 
mailto:boyarsh@mail.ru
mailto:boyarsh@ru.echo.fr
 12:04:01  up  1:48,  8 users,  load average: 0.10, 0.03, 0.04


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

* [Comm] Re: \includegraphics и pdflatex
  2003-05-26  9:41   ` Pavel Stupin
@ 2003-05-26  9:02     ` Anton V. Boyarshinov
  0 siblings, 0 replies; 9+ messages in thread
From: Anton V. Boyarshinov @ 2003-05-26  9:02 UTC (permalink / raw)
  To: community

On Mon, 26 May 2003 17:41:15 +0800 Pavel Stupin
 wrote:


> > А в опциях класса документа слова draft нету? Очень похоже,
> > что есть.
> > 
> 
> Гениально! Вы были правы. Все дело было именно в опции draft.

Ничего гениального ;) Сам месяц назад наступил на эти грабли.

Антон
-- 
mailto:boyarsh@mail.ru
mailto:boyarsh@ru.echo.fr
 13:00:00  up  2:44,  8 users,  load average: 0.00, 0.00, 0.00


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

* Re: [Comm] Re: \includegraphics и pdflatex
  2003-05-26  8:05 ` [Comm] " Anton V. Boyarshinov
@ 2003-05-26  9:41   ` Pavel Stupin
  2003-05-26  9:02     ` Anton V. Boyarshinov
  0 siblings, 1 reply; 9+ messages in thread
From: Pavel Stupin @ 2003-05-26  9:41 UTC (permalink / raw)
  To: community

____________________________________________________
On Mon, 26 May 2003 12:05:42 +0400
"Anton V. Boyarshinov" <boyarsh@ru.echo.fr> wrote:
____________________________________________________

> Добрый день
> 
> On Sun, 25 May 2003 12:30:17 +0800 Pavel Stupin
>  wrote:
> 
> > В получаемом с помощью pdflatex pdf-файле изображение
> > отсутствует, а вместо него --- рамка, в которой написано
> > image.png
> > 
> > Что нужно сделать?
> 
> А в опциях класса документа слова draft нету? Очень похоже, что
> есть.
> 

Гениально! Вы были правы. Все дело было именно в опции draft.
Большое спасибо.


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

end of thread, other threads:[~2003-05-26  9:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-25  4:30 [Comm] \includegraphics и pdflatex Pavel Stupin
2003-05-25  6:55 ` [Comm] Re: [Freepublish] " Dmitry Ivanov
2003-05-25  8:09   ` Pavel Stupin
2003-05-26  8:06   ` Anton V. Boyarshinov
2003-05-25  8:04 ` [Comm] Re: [Comm] " amodeus
2003-05-25 15:28 ` Maxim Tyurin
2003-05-26  8:05 ` [Comm] " Anton V. Boyarshinov
2003-05-26  9:41   ` Pavel Stupin
2003-05-26  9:02     ` Anton V. Boyarshinov

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