paperwork icon indicating copy to clipboard operation
paperwork copied to clipboard

LaTeX support

Open copyme opened this issue 9 years ago • 10 comments

Hey! At first, I am really happy that you work on this project, looks really promising! Do you plan to implement LaTeX support? This functionality is missing in Evernote and OneNote but is really desired by a huge group of users. Well, you could just use MathJax to render LaTeX in the web interface.

copyme avatar Mar 30 '15 08:03 copyme

Well, that's a good feature request, and this can be done rather easy, as there mathjax plugin for ckeditor that we're using. But we have lot's of urgent stuff including bugs need to be fixed, so we will add this when we will have time. Also PR is appreciated.

ghost avatar Mar 30 '15 09:03 ghost

Isn't this already implemented with the 'Insert Symbol' button in the toolbar? Is this complementary or a replacement?

Liongold avatar Oct 03 '15 13:10 Liongold

@Liongold insert sumbol is a mere symbol support, while LaTeX is much more.

Best regards, Arseny Lozitsky

On 3 October 2015 at 16:53, Liongold [email protected] wrote:

@Baldrs https://github.com/Baldrs Isn't this already implemented with the 'Insert Symbol' button in the toolbar? Is this complementary or a replacement?

— Reply to this email directly or view it on GitHub https://github.com/twostairs/paperwork/issues/322#issuecomment-145250418 .

ghost avatar Oct 04 '15 07:10 ghost

@Baldrs So this will replace the Insert Symbol or stay alongside it?

Liongold avatar Oct 07 '15 16:10 Liongold

That will require the new content-type, same as for markdown. You cannot truly mix LaTeX and html. So insert symbol will stay for HTML.

Best regards, Arseny Lozitsky

On 7 October 2015 at 19:45, Liongold [email protected] wrote:

@Baldrs https://github.com/Baldrs So this will replace the Insert Symbol or stay alongside it?

— Reply to this email directly or view it on GitHub https://github.com/twostairs/paperwork/issues/322#issuecomment-146258624 .

ghost avatar Oct 08 '15 08:10 ghost

+1

basnijholt avatar Oct 07 '16 10:10 basnijholt

Will have a look at implementing MathJax into the current markdown editor for the web UI later this week.

mrusme avatar May 22 '19 07:05 mrusme

Took a look into this topic and it requires a little bit of info from the Markdown renderer that's being used for v2. Hence, I've commented on an existing issue in that project. Waiting for further insights into how an implementation of LaTeX could be done best with ngx-markdown.

mrusme avatar May 26 '19 17:05 mrusme

LaTeX support is now live in ngx-markdown! 👍 Here are the details on that.

Will update to the latest version and test integration soon.

mrusme avatar Nov 03 '19 11:11 mrusme

Updated dependencies to the latest versions, meaning that ngx-markdown should now include LaTeX support. This is still open for testing though.

mrusme avatar Nov 07 '19 17:11 mrusme