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

sourcemap issue #4

Closed
odomanov opened this issue May 3, 2012 · 3 comments
Closed

sourcemap issue #4

odomanov opened this issue May 3, 2012 · 3 comments
Labels

Comments

@odomanov
Copy link
Contributor

odomanov commented May 3, 2012

Hello!

The folowing code:

\documentclass{article}
\usepackage[english]{babel}
\usepackage{biblatex}
\addbibresource{biblatex-examples.bib}

\DeclareSourcemap{
\maps[datatype=bibtex]{
    \map[overwrite]{
        \step[fieldset=options, fieldvalue={ZZZ}]
    }
}}
\begin{document}
\end{document}

leads to the following compilation error:

Entity: line 148: parser error : expected '>'
</bcf:map map_overwrite="1">
^
INFO - This is Biber 1.0 (beta)
INFO - Logfile is 'sourcemap.blg'
INFO - Reading 'sourcemap.bcf'

I used the dev branch from the repository.

@plk
Copy link
Owner

plk commented May 3, 2012

Greetings, please get biblatex 2.0 from it's development folder on SF.
It was a biblatex bug rather than biber.

PK

Dr Philip Kime

On 3 May 2012, at 04:30 PM, odomanov
[email protected]
wrote:

Hello!

The folowing code:

\documentclass{article}
\usepackage[english]{babel}
\usepackage{biblatex}
\addbibresource{biblatex-examples.bib}

\DeclareSourcemap{
\maps[datatype=bibtex]{
   \map[overwrite]{
       \step[fieldset=options, fieldvalue={ZZZ}]
   }
}}
\begin{document}
\end{document}

leads to the following compilation error:

Entity: line 148: parser error : expected '>'
</bcf:map map_overwrite="1">
^
INFO - This is Biber 1.0 (beta)
INFO - Logfile is 'sourcemap.blg'
INFO - Reading 'sourcemap.bcf'

I used the dev branch from the repository.


Reply to this email directly or view it on GitHub:
#4

@odomanov
Copy link
Contributor Author

odomanov commented May 3, 2012

It works great. Thank you!

@odomanov odomanov closed this as completed May 3, 2012
@plk
Copy link
Owner

plk commented May 3, 2012

Good, thanks for spotting this bug.

PK

On 3 May 2012, at 5:30 PM, odomanov wrote:

It works great. Thank you!


Reply to this email directly or view it on GitHub:
#4 (comment)

Dr Philip Kime

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