Giter Site home page Giter Site logo

bibtexquery's Issues

Some bugs in TeX diacritics and formatting code

I noticed some bugs in the code written by me, here is the record of them. Eventually I'll fix all of them.

  • The TeX diacritics code written by me has potential bugs: if commands \$ and \backslash are processed (currently they are rejected directly), then they will breaking the following-up process. I think the proper solution is to store TeX AST.
  • In LaTeX, some commands, e.g. \& and \#, preserves the trailing spaces, while \", etc. are not. But my current implementation removes all trailing spaces. This makes the space in John Wiley &Sons missing.
  • The edition shows in a suboptimal place, and it will show some funny thing e.g. "3rd ed. edition", "1 edition", "Third Edition edition", "Reprint of the 1999 hardback ed. edition".
  • Currently the \ and ~ are replaced by   in all fields, but this shouldn't be done in the fields url, doi, etc.

Parsec changes in recent lean-nightly (08-08-2024) break the build

I get the following error messages:

error: ././.lake/packages/BibtexQuery/././BibtexQuery/ParsecExtra.lean:21:57: type expected, got
  (Parsec α : TypeType)
error: ././.lake/packages/BibtexQuery/././BibtexQuery/ParsecExtra.lean:26:61: type expected, got
  (Parsec α : TypeType)
error: ././.lake/packages/BibtexQuery/././BibtexQuery/ParsecExtra.lean:32:28: type expected, got
  (Parsec Char : TypeType)
error: ././.lake/packages/BibtexQuery/././BibtexQuery/ParsecExtra.lean:35:31: type expected, got
  (Parsec String : TypeType)
error: ././.lake/packages/BibtexQuery/././BibtexQuery/ParsecExtra.lean:38:10: type expected, got
  (Parsec String : TypeType)

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.