Git Product home page Git Product logo

Comments (3)

moewew avatar moewew commented on June 16, 2024

Das sieht wie einn Bug in Biber aus. Reproduzier das ganze mit den Standardstilen, in etwa so

\documentclass{scrartcl}
\usepackage{filecontents,csquotes}
\begin{filecontents}{\jobname.bib}
@Article{Mitford1939,
  author       = {Mitford, Terence Bruce},
  title        = {Milestones in Western Cyprus},
  journaltitle = {JRS},
  year         = {1939},
  volume       = {29},
  pages        = {184--198, pl. XXII–XXIV},
}

@Article{Ohnefalsch-Richter1912-1913,
  author        = {Ohnefalsch-Richter, Max},
  title         = {Der Orient und die frühgriechische Kunst},
  journaltitle  = {Orientalisches Archiv. Illustrierte Zeitschrift für Kunst, Kulturgeschichte und Völkerkunde der Länder des Ostens},
  date          = {1912/1913},
  volume        = {3},
  number        = {4},
  pages         = {174--186, Taf. XXX--XXXII},
}

\end{filecontents}
\RequirePackage[
  backend=biber,
  style=authoryear,
  ]{biblatex}
\addbibresource{\jobname.bib}

\begin{document}
 % \nocite{*}
 \cite{Mitford1939}
 \cite{Ohnefalsch-Richter1912-1913}
\printbibliography
\end{document}  

und melde den Fehler bei https://github.com/plk/biber/issues

Ich habe schon länger nichts mehr von PLK gehört, kann Dir also nicht sagen, wann er sich darum kümmern kann.

from biblatex-archaeologie.

moewew avatar moewew commented on June 16, 2024

Aha, ich stehe zwar dazu, dass das ein Bug ist, den Du auch melden solltest, aber ich habe ein Workaround für Dich.

In

pages        = {184--198, pl. XXII–XXIV},

handelt es sich bei dem um ein Unicode-en-dash (U+2013), wenn Du stattdessen zwei -- nimmst, geht alles

pages        = {184--198, pl. XXII--XXIV},

die Ausgabe sollte dieselbe sein, da -- normalerweise in einen en-dash umgewandelt wird.

from biblatex-archaeologie.

LukasCBossert avatar LukasCBossert commented on June 16, 2024

Danke für dein "Draufschauen", ich dachte, es wäre ein Fehler von archaeologie.
Bug-Report ist angelegt: plk/biber#233

Vielen Dank für den Workaround. Ich habe mich dämlich gesucht, dass es manchmal klappt und manchmal nicht und kam nicht darauf, anstatt den en-dash einfach zwei divis zu schreiben....

Ich schließe damit das Issue, da es sich ja nicht um eine archaeologie-Sache handelt.

from biblatex-archaeologie.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.