ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Kirill Maslinsky <kirill@altlinux.ru>
To: community@lists.altlinux.org
Subject: [Comm]  LaTeX does not work correctly with BibTeX8
Date: Mon, 22 Jan 2007 22:30:00 +0300
Message-ID: <20070122193000.GD19062@maslinsky.spb.ru> (raw)

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

Добрый день!

On Wed, Jan 17, 2007 at 10:38:30AM +0300, Michael M. Mints wrote:
> 
> Добрый день, уважаемое Сообщество!
> 
> Попробовал я на днях "BibTeX8", но мой "LaTeX" почему-то наотрез 
> отказывается переваривать документ с бибтеховской библиографией.
> Выглядит это так. Пишем тестовый bib-файл (я использовал примеры 
> из документации к набору стилей gost) и тестовый tex-файл. 
> Запускаем "LaTeX" в первый раз - всё нормально. Запускаем 
> "BibTeX8" - тоже всё нормально. А вот начиная со второго запуска 
> "LaTeX'а" и при всех последующих запусках (я пробовал всего пять 
> раз: один до запуска "BibTeX'а" и четыре после) начинают 
> появляться многочисленные сообщения об ошибках ("Undefined 
> control sequence", "Missing \endcsname inserted", "Extra 
> \endcsname"). Что интересно:

Эта ошибка происходила, потому что в Вашем файле библиографии 
одна из меток набрана кириллическими буквами (явно по ошибке):

@Article{Ьудшлом95,
         ^^^^^^^^^
Если это исправить на Melikov95, то компилируется следующим образом
без ошибок: 

$ latex test.tex
$ bibtex8 -B --csfile koi8r test.aux
$ latex test.tex

Ключ -B для bibtex8 потребовался, чтобы избежать ошибки: 
3006: Sorry---you've exceeded BibTeX's wizard-defined function space 3000
Ее тут не должно бы быть, в чем дело -- не разобрался.

Вообще 
	1) в библиографических _метках_ (т. е. идентификаторах, на которые 
	ссылается \cite{}) кириллические буквы не поддерживаются. Кажется, был 
	какой-то способ их туда помещать, но не могу вспомнить. 
	С другой стороны, есть ли в этом необходимость?

	2) BibTeX у нас в дистрибутиве очень старый, 0.99. В 1.00 реализована
	нормальная локализация и bibtex8 не нужен вообще.

[...]

-- 
Kirill Maslinsky
ALT Linux Documentation Team
http://heap.altlinux.ru

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

                 reply	other threads:[~2007-01-22 19:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20070122193000.GD19062@maslinsky.spb.ru \
    --to=kirill@altlinux.ru \
    --cc=community@lists.altlinux.org \
    --cc=gc@myxomop.com \
    /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

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