tushar-jain01 / latexgenerator

Generates the Latex Code for the Boolean Function

Home Page:https://tushar-jain01.github.io/latexgenerator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

  1. In order to provide the logical function you must provide both its minterms and variables. For example if your function is than use 3, 5, 6 as your minterms and A, B, C as variables.
  2. Limit the number of minterms and variables to 16 due to LaTeX support.
  3. You can also use symbols like and by simply using their LaTeX equivalent. For example,
    • \alpha :
    • \beta :
    • \gamma :
    • \phi:
    • \psi:
  4. Do not use % , $ and other LaTeX reserved symbols as variables.

About

Generates the Latex Code for the Boolean Function

https://tushar-jain01.github.io/latexgenerator/


Languages

Language:JavaScript 62.7%Language:HTML 27.6%Language:CSS 9.8%