Metadata-Version: 2.1
Name: init-equation
Version: 0.1.4
Summary: Added a copy option as flag if true the main.tex file will be copied from the previous equation number.
Author: vaibhavblayer
Author-email: vaibhavblayer@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# init-equation
Install using pip

```sh
pip install init-equation
```

## Usage

```sh
init-equation -h
```
```sh
Usage: init-equation [OPTIONS]

  Creates problem format tex file

Options:
  -c, --chapter [kinematics|projectile|laws-of-motion|work-energy-power|circular-motion|rotation|center-of-mass|gravitation|simple-harmonic-motion|elasticity|fluid-mechanics|electrostatics|current-electricity|capacitors|magnetics|electromagnetic-induction|alternating-current|electromagnetic-waves|atomic-structure|photoelectric-effect|x-rays|nuclear-physics|semiconductors|communiation-system|ray-optics|wave-optics|vector-analysis]
                                  Chapter name
  -s, --size [square|h-rectangle|v-rectangle]
                                  Size of the canvas  [default: 1]
  -n, --equation_number INTEGER
  -a, --append_to_database        flag (-a turns-on) appends the equation to
                                  database
  -c, --copy                      If true copies the previous main.tex file
  -h, --help                      Show this message and exit.
```



