Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Unicode letters #1260

Merged
merged 1 commit into from Apr 13, 2018
Merged

More Unicode letters #1260

merged 1 commit into from Apr 13, 2018

Conversation

ronkok
Copy link
Collaborator

@ronkok ronkok commented Apr 12, 2018

This PR serves as a complement to PR #1232 by supporting some letters that are omitted from the Unicode range 1D400–1D7FF.

This PR serves as a complement to PR #1232 by supporting some letters that are omitted from the Unicode range 1D400–1D7FF.
@codecov
Copy link

codecov bot commented Apr 12, 2018

Codecov Report

Merging #1260 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1260      +/-   ##
==========================================
+ Coverage   82.39%   82.44%   +0.05%     
==========================================
  Files          60       60              
  Lines        3868     3880      +12     
  Branches      651      651              
==========================================
+ Hits         3187     3199      +12     
  Misses        578      578              
  Partials      103      103
Impacted Files Coverage Δ
src/macros.js 84% <100%> (+1.39%) ⬆️
src/symbols.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0a2bd88...649c5a6. Read the comment docs.

defineMacro("\u211B", "\\mathscr{R}");
defineMacro("\u212D", "\\mathfrak{C}"); // Fraktur
defineMacro("\u210C", "\\mathfrak{H}");
defineMacro("\u2128", "\\mathfrak{Z}");
Copy link
Member

@ylemkimon ylemkimon Apr 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about \u2111 and \u211c? They're in symbols.js

@kevinbarabash kevinbarabash merged commit 00538f6 into KaTeX:master Apr 13, 2018
@kevinbarabash
Copy link
Member

@ronkok thanks for the PR. @ylemkimon thanks for reviewing.

HosseinAgha pushed a commit to HosseinAgha/KaTeX that referenced this pull request Apr 20, 2018
This PR serves as a complement to PR KaTeX#1232 by supporting some letters that are omitted from the Unicode range 1D400–1D7FF.
kevinbarabash pushed a commit that referenced this pull request Apr 21, 2018
* README: Add size badge

Add a size badge showing size of gzipped katex.min.js

* update-sri: Add code to replace size badge in readme

* Change to use badge from shields.io instead

My bad for assuming that badgesize.io supports https. Change to use the
badge from shields.io which supports https.

* More Unicode letters (#1260)

This PR serves as a complement to PR #1232 by supporting some letters that are omitted from the Unicode range 1D400–1D7FF.

* Include Bold-Italic fonts for \boldsymbol (#1257)

* Include Bold-Italic fonts for \boldsymbol

Fix #1228

* Update screenshots

* README: Add size badge

Add a size badge showing size of gzipped katex.min.js

* update-sri: Add code to replace size badge in readme

* Change to use badge from shields.io instead

My bad for assuming that badgesize.io supports https. Change to use the
badge from shields.io which supports https.

* Use badgesize.io with https
HosseinAgha pushed a commit to HosseinAgha/KaTeX that referenced this pull request Apr 23, 2018
This PR serves as a complement to PR KaTeX#1232 by supporting some letters that are omitted from the Unicode range 1D400–1D7FF.
HosseinAgha pushed a commit to HosseinAgha/KaTeX that referenced this pull request Apr 23, 2018
* README: Add size badge

Add a size badge showing size of gzipped katex.min.js

* update-sri: Add code to replace size badge in readme

* Change to use badge from shields.io instead

My bad for assuming that badgesize.io supports https. Change to use the
badge from shields.io which supports https.

* More Unicode letters (KaTeX#1260)

This PR serves as a complement to PR KaTeX#1232 by supporting some letters that are omitted from the Unicode range 1D400–1D7FF.

* Include Bold-Italic fonts for \boldsymbol (KaTeX#1257)

* Include Bold-Italic fonts for \boldsymbol

Fix KaTeX#1228

* Update screenshots

* README: Add size badge

Add a size badge showing size of gzipped katex.min.js

* update-sri: Add code to replace size badge in readme

* Change to use badge from shields.io instead

My bad for assuming that badgesize.io supports https. Change to use the
badge from shields.io which supports https.

* Use badgesize.io with https
kevinbarabash pushed a commit that referenced this pull request Apr 28, 2018
* Expose defineSymbol in the main KaTeX object

* More Unicode letters (#1260)

This PR serves as a complement to PR #1232 by supporting some letters that are omitted from the Unicode range 1D400–1D7FF.

* Include Bold-Italic fonts for \boldsymbol (#1257)

* Include Bold-Italic fonts for \boldsymbol

Fix #1228

* Update screenshots

* README: Add size badge (#1253)

* README: Add size badge

Add a size badge showing size of gzipped katex.min.js

* update-sri: Add code to replace size badge in readme

* Change to use badge from shields.io instead

My bad for assuming that badgesize.io supports https. Change to use the
badge from shields.io which supports https.

* More Unicode letters (#1260)

This PR serves as a complement to PR #1232 by supporting some letters that are omitted from the Unicode range 1D400–1D7FF.

* Include Bold-Italic fonts for \boldsymbol (#1257)

* Include Bold-Italic fonts for \boldsymbol

Fix #1228

* Update screenshots

* README: Add size badge

Add a size badge showing size of gzipped katex.min.js

* update-sri: Add code to replace size badge in readme

* Change to use badge from shields.io instead

My bad for assuming that badgesize.io supports https. Change to use the
badge from shields.io which supports https.

* Use badgesize.io with https

* Fix space width in \texttt (#1261)

* Fix space width in \texttt

Fix #1255 via KaTeX/katex-fonts#41.
Also fix width metrics via KaTeX/katex-fonts#42.

* Improve test

* Update screenshots
@ronkok ronkok deleted the complementChars branch May 4, 2018 14:08
@ylemkimon ylemkimon mentioned this pull request Aug 18, 2018
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants