TeX plagin for OJS3

is there a plugin that allows me to use TeX?

How do you want to use TeX? If to display the LaTeX formulas only you can look at the MathJax plugin

Hi all,

Regarding MathJax, see also this recent blog post.

Regards,
Alec Smecher
Public Knowledge Project Team

Dr. Alec Smecher,
Will it be possible to provide the Thesis abstract plugin for OJS 2.4.6 separately for me?
Best regards,
Prof. Misbahuddin

Hi @Mir_Misbahuddin,

You can get that plugin from the OJS 2.4.6 distribution inside the plugins/generic/thesis directory.

Regards,
Alec Smecher
Public Knowledge Project Team

Dear Dr.
Alec Smecher,
Unfortunately I have deleted it. Will it be possible to supply be the separate plugin of thesis abstract?

Best wishes,

Misbahuddin

Hi @Mir_Misbahuddin,

It’s not distributed other than inside that package, but you should be able to take it from there.

Regards,
Alec Smecher
Public Knowledge Project Team

cloudflare no longer serves MathJax, though there is a temporary redirect.

The recommended CDN load for MathJax version 2 is:

<script type="text/javascript" async 
 src="https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js?config=TeX-MML- AM_CHTML">
 </script>

There is a new version of MathJax which I didn’t try yet. A few features are not available yet such as automatic line-breaking for very long equations. The recommended load for that is:

<script type="text/javascript" id="MathJax-script" async
   src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>

For setting options, see What is MathJax? — MathJax 3.1 documentation