Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #13637 Mediawiki maths extension doesn't work on RHEL7
    Infos
    #13637
    Manuel Vacelet (vaceletm)
    2019-07-18 07:04
    2019-07-17 12:11
    14824
    Details
    Mediawiki maths extension doesn't work on RHEL7

    1801-image-20190717121036-1.png

    Mediawiki
    11.3
    EL7 (CentOS|RHEL)
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    New
    Empty
    Attachments
    References
    References list is empty

    Follow-ups

    User avatar
    RLe (rle)2019-07-18 07:04
    I think there may be two bugs hiding here:
    1) latex and dvips are being searched for in the folders /tmp and /usr/share/tuleap/plugins/mediawiki/www, respectively. Placing symbolic links to /usr/bin/latex and /usr/bin/dvips in these folders bypasses this bug.
    2) one or more texlive packages may be missing. After doing step (1) above and editing the mediaWiki page, a *.tex and a *.log file are produced in /tmp. If you open the *.log file, you'll find a complaint about a missing "cancel.sty". I bypassed this bug by doing a complete install of texlive in my machine, and then using symlinks to /usr/local/texlive/2019/bin/x86_64-linux/latex and /usr/local/texlive/2019/bin/x86_64-linux/dvips, instead of /usr/bin/latex and /usr/bin/dvips, in step (1).
    These are crude fixes, but I hope they help you diagnose the problem.

    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes