GitXplorerGitXplorer
t

bLANS

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
e74421fe80f504bfd35e9373979a0a6cc7a2a6f6

Merge pull request #18 from thesofakillers/dependabot/npm_and_yarn/socket.io-parser-and-gatsby-4.2.3

tthesofakillers committed a year ago
Verified
cc36b89f204582e5dfc3a01cde9dca3263009051

Bump socket.io-parser and gatsby

ddependabot[bot] committed a year ago
Verified
4d249416691b02845777ee795fde4e4f1061ebd6

Merge pull request #17 from thesofakillers/dependabot/npm_and_yarn/xml2js-and-gatsby-plugin-sharp-and-gatsby-transformer-sharp--removed

tthesofakillers committed a year ago
Verified
4a26285e496fd010d5de464bd78bc71a9a6cd016

Bump xml2js, gatsby-plugin-sharp and gatsby-transformer-sharp

ddependabot[bot] committed a year ago
Verified
857e0858b3d711e8006ae17ae408895c522262e7

Merge pull request #16 from thesofakillers/dependabot/npm_and_yarn/qs-and-express-6.11.0

tthesofakillers committed 2 years ago
Verified
4135b80c6710d9698211e41c590353892e12b6cd

Bump qs and express

ddependabot[bot] committed 2 years ago

README

The README file for this repository.

bLANS: better LaTeX for ANS

ANS.app is the satisfying grading platform. But sometimes typesetting math on ANS is not very satisfying. ANS uses its own flavour of markup which for typesetting LaTeX uses double dollar signs ($$) for inline equations and triple dollar signs ($$$) for display equations. ANS has the extra quirk of not supporting line-breaks in LaTeX expressions.

This is quite unusual, and I have yet to find other editors providing this same flavour of markup. The closest, which happens to be the most widely used, is Pandoc-flavoured markdown, which uses one less dollar sign across the board and allows for, as expected, line-breaks in LaTeX expressions.

More importantly, this flavour is supported by most modern editors and tools. The idea with bLANS is therefore to allow users to write their answers in their editor of choice, and then convert these to ANS-flavour markup via bLANS. This allows users to work more safely (don't need to rely on ANS not crashing) and more comfortably (can use more advanced editors).

Usage

Simply paste your normal LaTeX markup (pandoc markdown) in the top text area and press 'Convert'. Your input will appear converted to ANS LaTeX markup in the bottom text area. You can then either manually highlight and copy the result or press the 'Copy to Clipboard' button.

Development

This project is built using GatsbyJS and TailwindCSS, with hosting provided by GitHub Pages.

To get set up:

  1. Fork this repository
  2. Clone your fork
  3. Install NodeJS and NPM. I recommend using NVM to take care of that
  4. cd to the cloned repo
  5. Run npm install to install the necessary packages
  6. Run npm run develop to run a development version of the site on your local machine

Pull requests are welcome.

Issues and Feature Requests

For the moment the repo is very basic.

If something is not working or you would like an extra feature, please submit a new issue in the GitHub issues page