Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IMultimediaLatexRenderer.cs
1using System.Collections.Generic;
2using System.Threading.Tasks;
5
7{
12 {
21 Task RenderLatex(LatexRenderer Renderer, MultimediaItem[] Items, IEnumerable<MarkdownElement> ChildNodes, bool AloneInParagraph,
22 MarkdownDocument Document);
23 }
24}
Renders LaTeX from a Markdown document.
Contains a markdown document. This markdown document class supports original markdown,...
Abstract base class for Markdown renderers.
Definition: Renderer.cs:14
Interface for multimedia content LaTeX renderers.
Task RenderLatex(LatexRenderer Renderer, MultimediaItem[] Items, IEnumerable< MarkdownElement > ChildNodes, bool AloneInParagraph, MarkdownDocument Document)
Generates LaTeX for the multimedia content.
Interface for multimedia content renderers.