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

Error when using biblatex with slovene locale #746

Closed
8greg8 opened this issue May 21, 2018 · 2 comments
Closed

Error when using biblatex with slovene locale #746

8greg8 opened this issue May 21, 2018 · 2 comments
Assignees
Labels
bug localisation concerns lbx files or localisation in general
Milestone

Comments

@8greg8
Copy link

8greg8 commented May 21, 2018

If I use minimal document like this:

\documentclass[11pt,a4paper]{report}

\usepackage[utf8]{inputenc}
\usepackage[slovene]{babel}
\usepackage{biblatex}

\begin{document}
test
\end{document}

the document will not compile. Compilation stoped with

File: slovene.lbx 2018/03/04 v3.11 biblatex localization (PK/MW)
)

! LaTeX Error: Missing \begin{document}

With trial and error I found out that the problematic line is 481 in slovene.lbx. If I comment it out, then everything works.

@moewew
Copy link
Collaborator

moewew commented May 21, 2018

Thank you very much for reporting this. The problem was actually a missing comma at the end of the line you identified as problematic. I have fixed this in 943d40c.

Until a new version is released you can get the .lbx file from https://github.com/plk/biblatex/blob/dev/tex/latex/biblatex/lbx/slovene.lbx

@moewew moewew added bug localisation concerns lbx files or localisation in general labels May 21, 2018
@moewew moewew self-assigned this Jun 7, 2018
@moewew moewew added this to the v3.12 milestone Oct 21, 2018
@moewew
Copy link
Collaborator

moewew commented Nov 6, 2018

biblatex 3.12 has been released and is available in TeX live 2018 and MikTeX now.

The error in the Slovenian localisation module has been fixed, the example posted in the first message compiles fine now.

@moewew moewew closed this as completed Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug localisation concerns lbx files or localisation in general
Projects
None yet
Development

No branches or pull requests

2 participants