Coder Social home page Coder Social logo

Comments (5)

nschloe avatar nschloe commented on August 28, 2024

For this to work, blacktex will have to be a LaTeX parser which is way to complex for a package like this. We can use heuristics though which work in most of the cases. The heuristic for keywords like min is to replace it by \min if it's not proceeded or succeeded by a letter as in, e.g., minimum. What's the exact context of your finding?

from blacktex.

samrobbins85 avatar samrobbins85 commented on August 28, 2024

This is true, it's up to you of course. Just thought I would mention this behaviour as it can lead to LaTeX that has errors

from blacktex.

nschloe avatar nschloe commented on August 28, 2024

If you show me the snippet of code that produced the false positive, I can try and fix that case.

from blacktex.

samrobbins85 avatar samrobbins85 commented on August 28, 2024

An example of this would be take the min of the two values, which is shorthand for minimum, but could be used outside of math mode in brief notes

from blacktex.

nschloe avatar nschloe commented on August 28, 2024

Yeah, this is a tough one. The regex is to add a backslash if min is not preceded or succeeded by a letter, such as in "minimum" or "jasmin". I'd vote for keeping it the way it is: If one uses abbreviations like that, you'll have to expect failures. They are so easy to fix though and this is better than skipping a \min too often.

from blacktex.

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.