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

Adding Extra Chars that are not supported by MathTeXEngine #202

Closed
wants to merge 967 commits into from
Closed

Adding Extra Chars that are not supported by MathTeXEngine #202

wants to merge 967 commits into from

Conversation

davibarreira
Copy link
Contributor

Here is an example:

d = Drawing(400,200,:svg)
origin(100,50)
fontsize(20)
t = L"$x \in ℕ\cup${$-\infty,\, 0 \, , \infty$}"
text(t)

t = L"y \in 𝒞 \, , \, x \in ℬ \quad \frac{x}{y}"

text(t,Point(0,40))

fontsize(20)
t = L"f ⨟ h"
text(t,Point(0,70))
finish()
d

image

osoleve and others added 30 commits May 8, 2020 22:25
Refactored and optimized _octaves in noise.jl
Correct link to the bezier post
Corrected description of simplify
The purpose is a terse initialization of test arrays. Instead of writing:
```
pl = [Point(0, 0), Point(1, 1), Point(2, 0), Point(3, 0), Point(4, 0)]

```
one can write:
```
pl = Point.([(0, 0), (1, 1), (2, 0), (3, 0), (4, 0)])
```
Added convenience constructor
Corrected pointlinedistance
@davibarreira
Copy link
Contributor Author

I messed up my git somehow, and I'm appearing with a bunch of commits ahead. I'll clean my fork and redo the PR.

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.