• Resolved ftenesaca

    (@ftenesaca)


    Hi!

    Any content generated by Latex (QuickLaTeX) inside a cell does not stay on the same line and generates a line break.

    Code:
    Criterio del $n-ésimo$ término para la divergencia

    Output:
    Criterio del
    n-ésimo
    término para la divergencia

    Could you help me solve this?

    Regards,

    Fernando

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    When I check the page from your link, I can’t reproduce this. The LaTeX text is inline with the other text, and not in a separate line. Did you maybe find a solution already?

    Regards,
    Tobias

    Thread Starter ftenesaca

    (@ftenesaca)

    Yes, I found the solution already.
    You have to comment “display: block;” approximately on line 138 of file style.css like this

    iframe, img {
    max-width: 100%;
    height: auto;
    border: none;
    /*display: block;*/
    }

    Regard,

    Fernando Tenesaca

    PD: WordPress 5.9.3/StartKit Theme

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    indeed, that should help 🙂
    Note that this might however affect all images and iframes on your site!
    Instead, I would recommend to add this CSS:

    .ql-img-inline-formula {
      display: inline !important;
    }

    Regards,
    Tobias

    Thread Starter ftenesaca

    (@ftenesaca)

    Hi,

    You are absolutely right.
    Thanks for the recommendation, I’ll try it right now.

    Regards,
    Fernando

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias
     
    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘TablePress and QuickLaTeX: LaTeX code no inline’ is closed to new replies.