@podlite/formula

0.0.11 • Public • Published

@podlite/formula

Example of using formulas in text (F<>) and as =formula blocks:

=for formula :caption('The Cauchy-Schwarz Inequality')
   \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)



This is an inline  example: F< y = \sqrt{3x-1}+(1+x)^2 >

Formulas can be input in Markdown mode.

=begin markdown

  * this is a example of `formula` inside markdown: $y = \sqrt{3x-1}+(1+x)^2$

  and block:

  $$
  \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)
  $$

or

$$
\operatorname{ker} f=\{g\in G:f(g)=e_{H}\}{\mbox{.}}
$$

=end markdown

example at pod6.in

Useful links

AUTHOR

Copyright (c) 2024-2025 Aliaksandr Zahatski

License

Released under a MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i @podlite/formula

Weekly Downloads

4

Version

0.0.11

License

MIT

Unpacked Size

42.7 kB

Total Files

18

Last publish

Collaborators

  • zaggaz