Skip to content

Commit

Permalink
docs: update version and README
Browse files Browse the repository at this point in the history
  • Loading branch information
sphars committed Jul 7, 2024
1 parent eb54a71 commit b31fe2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ For generating the problems, there's several configuration options:
- Set the min/max operand values (0-1000 inclusive, may adjust)
- For division problems, the second operand is regenerated if it's 0 to avoid divide by zero problems
- Set the number of problems to generate
- Currently I'm creating the PDF so that it fits 35 problems (5x7) per page. May adjust this
- Option to set the operand order (highest or lowest first)
- Option to not have negative numbers, which overrides operand order to highest first (helpful with subtraction problems)
- Option to make answers be integers only (for division problems)
- Currently I'm creating the PDF so that it fits 35 problems (5x7) per page, which may change
- Set the operand order (highest or lowest first)
- Don't have negative answers, which overrides operand order to highest first (helpful with subtraction problems)
- Make answers be integers only (for division problems)
- If unselected, then answers are rounded to 3 decimal places
- (WIP) Option to change the division notation to long division
- (WIP) Change the division notation to long division

For generating the PDFs, there's a couple options to change:

Expand All @@ -30,13 +30,14 @@ For generating the PDFs, there's a couple options to change:

## Status

It's at the MVP stage right now, with a couple features still in-progress:
It's at the MVP stage right now, with all basic functionality available.

There are a couple features still in-progress:

- Use alternative notations, such as the long-division notation
- Creating problems with randomly chosen operators
- Better styling
- Saving config via URL parameters
- Using custom fonts in the PDF (currently only renders with Courier)
- Using custom fonts in the PDF (only Courier is available in the PDF for now)

See [ISSUES](https://github.com/sphars/math-sheets/issues) for more details.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "math-sheets",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "A simple website for printing math worksheets",
"scripts": {
Expand Down

0 comments on commit b31fe2d

Please sign in to comment.