Ben Dyer
d01a972f5c
Add symbol double square brackets ( #1947 )
...
* Add symbol double square brackets
* Update name for double square brackets, add macros and documentation
2019-04-23 18:49:50 -07:00
Erik Demaine
070883532a
Support \textup and \textmd ( #1921 )
...
* Support \textup and \textmd
This PR adds support for `\textup` and `\textmd`, which are the inverses of
`\textit` and `\textbf`. Unlike bare `\text`, they result in `textup` and
`textmd` classes being applied, but those have no CSS rules, so they act the
same as bare `\text`.
Fixes #1909 .
* Add documentation
* Add unsupported font commands
2019-04-06 02:51:11 +09:00
Erik Demaine
1c2d9d4a48
Fix link between support pages ( #1854 )
...
Fix #1853 by removing `./` in URLs which Docusaurus doesn't translate.
2019-02-21 16:08:22 +09:00
Erik Demaine
58c36c6fdf
Add \textbackslash and \textasciicircum ( #1839 )
...
* Add \textbackslash and \textasciicircum
Fix #1838
* lint fix
* Add documentation
2019-01-27 12:02:47 -08:00
René Filip
9ddc24c9f1
add \argmax and \argmin ( #1820 )
...
* add \argmax and \argmin
* add reference to argmin and argmax
2019-01-12 18:36:36 -05:00
Ron Kok
64745b5c8a
Add mhchem extension ( #1436 )
...
* A proposal for support of mhchem
* Create extension
* Add index
* Remove arrow function
* Fix lint errors in macros.js
* Remove mhchem from build
* Move code from macros.js to mhchem.js
* Add minified mhchem
* Remove arrow head mods. Disable eslint.
* Fix space handling
* Update code to mhchem v3.3.0
* Tweak arrows to reduce diff
* Raise \tripledash
* Edit docs and webpack
* Update package.json
* Remove wrap. Remove manual.
* Correct second brush stroke in \xrightleftarrows
* Added patch file
* Add import line
* Add mhchem to eslint ignore
2018-11-24 18:52:25 -05:00
ylemkimon
112582daa5
Replace Khan/KaTeX with KaTeX/KaTeX ( #1781 )
...
* Replace Khan/KaTeX with KaTeX/KaTeX
* Remove RawGit links
* Remove old files
2018-11-19 21:24:33 -05:00
Ron Kok
f713f324bd
Support \includegraphics ( #1620 )
...
* Support \includegraphics
* Update screenshots
* Fix lint errors
* Fix more lint errors
* Fix lint errors take 3
* Add documentation, error messages
* Improve CSS
* Update domTree to coordinate with PR #1633
* Update screenshots
* fix flow errors
* Use same RegEx as href
* Fix lint error
* Accept raw ArgType
* Fix lint error
* fix flow error
* Add test
2018-11-01 18:43:41 -04:00
ylemkimon
4dd0e2cdca
Add \> ( #1752 )
...
* Add \>
* Update snapshot
2018-10-24 22:04:00 -04:00
AlbertHilb
89bb371152
Add support for \lparen
and \rparen
delimiters. ( #1741 )
...
* Add support for `\lparen` and `\rparen` delimiters.
* Add missing math delimiter. Fix alphabetic order.
* Add test.
* Add spaces between parenthesis and square brackets.
2018-10-15 21:05:10 -04:00
ylemkimon
ba8e224b8d
Fix \mathit
font and italic correction and add \mathnormal
( #1700 )
...
* Fix \mathit font (Math-Italic -> Main-Italic) and italic correction
* Rename mathit to mathdefault and mainit to mathit
* Add \mathnormal
2018-10-10 17:18:07 +09:00
ylemkimon
89daa02fd8
Move to katex.org ( #1680 )
...
* Change links to katex.org
* Change http to https
* Remove baseUrl hacks
* Fix OpenGraph image link
* Fix KaTeX path update script
2018-08-31 04:08:02 -04:00
ylemkimon
b99de9ae68
Use local built CSS and fonts for master documentation ( #1584 )
...
* Change `npm run` to `yarn`
* Export `commander` program if required as module
* Move `prestart` (cli.md generation) to build.js
* Normalize script names
* Change `yarn prestart` to `node lib/build.js`
* Use local built CSS and fonts
* Move stylesheet after the first paragraph
* Remove prestart script
2018-08-11 08:20:03 +09:00
Ron Kok
d2f56cebd7
Sync support pages ( #1556 )
...
* Sync support pages
* Use KaTeX logo for \href example
* mobile support
* Unit block sizes
* Add texvc to supported.md
* Fix CSS lint errors
* Added suggested braces to demo page
* Pick up review comments
* Move \allowbreak
2018-08-10 16:37:08 -04:00
ylemkimon
eab8f24333
Improve supported functions documentation 2 ( #1576 )
...
* Move remarkable plugins to website/lib
* Bypass escaped delimiter
* Add redirect page
* Include stylesheet in the documentation for versioning
2018-08-09 21:54:58 +09:00
Ron Kok
50c0240349
Support mediawiki ( #1558 )
...
* Support mediawiki
* Fix lint error
* Fix link to deprecated syntax
* Change In master to display of functions
2018-08-08 07:49:38 +09:00
Ron Kok
c7145f0ff0
Alpha sorted function support page ( #1536 )
...
* Alpha sorted function support page
* Pick up comments
* Pick up review comments
* Pick up more comments
* Add more links
* Add \pu
2018-08-03 03:11:27 +09:00