• Resolved adrenmaths

    (@adrenmaths)


    Hello,

    I noticed that if I change (via CSS) the font size of a question, using something like this :

    .mlw_qmn_new_question {
    font-size: 26px;
    }

    and if that question includes LaTeX commands, then the mathematical text’s size doesn’t fit the size of normal text.

    For example, let’s say that ma question looks like :

    Let \[a,b,c\] be positive integers. Is it true that …

    the result looks like this :

    View post on imgur.com

    What is the best workaround ? Do I have to manually adjust things or is there some “automatic” way to make both characters sizes fit together ?

    Thank you
    Adren

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @adrenmaths,

    Sorry to say this but it is not possible to change font size of the Latex questions,

    Let me know if you have any other query.

    Kind regards,
    Kriti

    Thread Starter adrenmaths

    (@adrenmaths)

    I finally found a way to change it, but inside LaTeX :

    Instead of, say :

    Let \[a,b,c\] be positive integers. Is it true that …

    It was sufficient to type :

    Let \[\Large a,b,c\] be positive integers. Is it true that …

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Latex : size of mathematical text’ is closed to new replies.