GithubHelp home page GithubHelp logo

Comments (6)

dlglin avatar dlglin commented on August 20, 2024

from pg.

jwj61 avatar jwj61 commented on August 20, 2024

I think it makes sense to change the default behavior, and see if anyone even wants BJUSTBOLD.

from pg.

heiderich avatar heiderich commented on August 20, 2024

As I understand it, <strong> and <em> are rather semantic, while <b> and <i> are about formatting. As an author I would like to be able to decide whether I want to convey semantic information or instructions about formatting. Therefore I would favor the following alternative:

Alternately, we could add $BSTRONG and $ESTRONG and recommend that problem authors make changes on their own.

In the original proposal (make $BBOLD render as <strong> instead of <b>) something like the following would become necessary to be able to distinguish the two:

If HTML strong does become the default interpretation of $BBOLD we could add a $BJUSTBOLD or the like for when plain bold (<B>) is the "right thing" in HTML output.

I would prefer to write $BBOLD when I mean "bold" instead of $BJUSTBOLD.

Although it is not 100% true, much author use of bold will be to emphasize visually with an implicit "semantic" meaning

It would probably not be too hard to replace $BBOLD automatically by $BSTRONG in the OPL and later revert the (probably few) instances where only "formatting" is meant. However this may render it incompatible with older versions of pg.

Is there any meta information on which version of pg is required to render a pg problem? This would help to deal with such transitions in the future.

from pg.

mgage avatar mgage commented on August 20, 2024

from pg.

mgage avatar mgage commented on August 20, 2024

Have you thought about how strong and boldface will be differentiated when producing
tex output? Or would you make them equivalent in that case. I kind of agree with John Jones: make a reasonable choice and then see if there are important corner cases we haven't thought of. It is pretty easy to redefine $BBOLD within a problem if there is a special case.

from pg.

taniwallach avatar taniwallach commented on August 20, 2024

I made #426 to implement the change to using <Strong> instead of <B>.

Have you thought about how strong and boldface will be differentiated when producing
tex output? Or would you make them equivalent in that case. I kind of agree with John Jones: make a reasonable choice and then see if there are important corner cases we haven't thought of. It is pretty easy to redefine $BBOLD within a problem if there is a special case.

LaTeX generated PDF output is very "inaccessible". The document fails to have computer readable document structure ("tags") as well as many other issues. Work is being done to make TeX more accessibility friendly - but it is a long term project. For now, the TeX output can just remain the same.

See:

from pg.

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.