Expand description
This crate turns (a subset of) latex into html, with syntax errors reported using span elements.
Functionsยง
- c_
omit_ guide - A version of omit_guide suitable for export to C and python.
- c_
omit_ handout - A version of omit_handout suitable for export to C and python.
- c_
omit_ solution - A version of omit_solution suitable for export to C and python.
- c_
only_ handout - A version of only_handout suitable for export to C and python.
- c_
physics_ macros - A version of physics_macros suitable for export to C and python.
- check_
latex - Check latex against supported macros
- convert_
html - A version of html_string suitable for export to C and python.
- html
- Convert some LaTeX into HTML, and send the results to a
std::io::Write
. - html_
paragraph - Convert some LaTeX into HTML, and send the results to a
std::io::Write
. - html_
section - Convert some LaTeX into HTML, and send the results to a
std::io::Write
. - html_
string - Convert some LaTeX into an HTML
String
. - html_
subsection - Convert some LaTeX into HTML, and send the results to a
std::io::Write
. - html_
subsubsection - Convert some LaTeX into HTML, and send the results to a
std::io::Write
. - include_
solutions - Include solutions via \begin{solution}
- latex_
to_ html_ omit_ solution - A version of html_with_solution suitable for export to C and python.
- latex_
to_ html_ with_ solution - A version of html_with_solution suitable for export to C and python.
- omit_
guide - Strip out guides
- omit_
handout - Strip out handouts
- omit_
solutions - Strip out solutions
- only_
handout - Keep just the handouts
- physics_
macros - Substitute five physics macros
- pull_
sections_ out - Pull (sub)sections out of guide/solution/handout
- set_
panic_ hook - When the
console_error_panic_hook
feature is enabled, we can call theset_panic_hook
function at least once during initialization, and then we will get better error messages if our code ever panics. - strip_
comments - Cut out comments
- with_
image_ directory - Process
\includegraphics
with the specified image directory.