Giter Club home page Giter Club logo

Comments (3)

fintelkai avatar fintelkai commented on August 25, 2024

Have you seen this issue in real life? The four packages in question are

  1. amssymb
  2. textcomp
  3. mathptmx (just for times)
  4. stmaryrd (which is needed for semantic value brackets)

amssymb is recreated in lucimatx.sty and should not be loaded when using the lucida fonts.

textcomp is actually loaded by lucimatx.sty itself.

I don't remember why mathptmx is called.

We could dispense with stmaryrd and just import the two glyphs for semantic value brackets.

from tex.

chbrown avatar chbrown commented on August 25, 2024

I'm prepping CondoravdiLauer-Anankastics.tex for production work, and they use \shortrightarrow from stmaryrd, so yeah. I haven't hit this before on anything else, though.

from tex.

chbrown avatar chbrown commented on August 25, 2024

Looking at this more, stmaryrd and lucimatx conflict (or at least the setup in the \if@lucida branch in sp.cls), so order of import matters. You'll get different looking semantic brackets (among other things, I expect) in the final Lucida render depending on whether the user called \usepackage{stmaryrd} or not. This is bad. Two options:

  1. \RequirePackage{stmaryrd} in sp.cls before running the lucimatx import and other Lucida setup. If we do this, our custom Lucida settings will win whatever conflicts might occur, and any subsequent \usepackage{stmaryrd} calls in the author's TeX will (necessarily) be ignored.
  2. Add stmaryrd to the list of forbidden imports, with an exception for uses like \usepackage[only,funnsymbol1]{stmaryrd} that don't overwrite existing commands.

from tex.

Related Issues (16)

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.