Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Английские буквы в библиографических записях #13

Closed
Nizky opened this issue Jan 20, 2015 · 1 comment
Labels

Comments

@Nizky
Copy link

Nizky commented Jan 20, 2015

В примере biblio.bib пользователь может предположить, что форматы записей подходят и для англоязычных, и для русскоязычных источников. Но в dissertation.pdf все сокращения из шаблона (Vol., P., Ed. by) получаются в английском стиле.

@AndreyAkinshin
Copy link
Owner

Поправил шаблон. Всё дело в том, что у каждой записи нужно вручную проставлять язык: русский или английский. Пример:

@ARTICLE{bib1,
  author = {Автор1 and Автор2 and Автор3 and Автор4},
  title = {Название статьи},
  journal = {Журнал},
  year = {2012},
  volume = {1},
  pages = {100},
  language = {russian}
}
@ARTICLE{bib5,
  author = {Author1 and Author2 and Author3 and Author4},
  title = {``This is english article''},
  journal = {Journal},
  year = {2012},
  volume = {2},
  pages = {200},
  language = {english}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants