GitXplorerGitXplorer
t

bLANS

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
58e4bb9d51789f13f9e7deaca731ec3fd7bb99b1

Merge pull request #21 from thesofakillers/dependabot/npm_and_yarn/multi-150cba39c6

tthesofakillers committed 3 months ago
Verified
b7badb8ea1f6f1328b0b7abad3adf431f35787d8

Bump socket.io, gatsby, gatsby-plugin-offline, gatsby-plugin-postcss, gatsby-plugin-react-helmet, gatsby-plugin-sharp, gatsby-plugin-sitemap, gatsby-source-filesystem and gatsby-transformer-sharp

ddependabot[bot] committed 3 months ago
Verified
edf895f61480d3df0262b6d602ec62b32163e12e

Merge pull request #20 from thesofakillers/dependabot/npm_and_yarn/babel/traverse-7.23.2

tthesofakillers committed a year ago
Verified
0d6429c3e5ba3bc5775c717fd53c55c2ddfaa6c3

Bump @babel/traverse from 7.21.5 to 7.23.2

ddependabot[bot] committed a year ago
Verified
d4ea14f0cb595cc83bb89f70ff9825eb2ae2df46

Merge pull request #19 from thesofakillers/dependabot/npm_and_yarn/decode-uri-component-0.2.2

tthesofakillers committed a year ago
Verified
c7bf542756bd0c5c18385909a480f480483b7e66

Bump decode-uri-component from 0.2.0 to 0.2.2

ddependabot[bot] committed a year 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