I had to insert parallel symbol with using MathJax.
Official unicode symbol of the "parallel" and "not parallel" signs have codepoints U+2225 (∥) and U+2226 (∦) However, what I had to make was a slanted parallel symbol, similar as // (two slashes).
existing solutions offer using some special packages, but I cannot use any special package in my work.
I tried to find another unicode symbol as similar as slanted parallel
Someone's blog helped me. The writer said to use ⫽ (U+2AFD), which is a Double Solidus Operator
I used this unicode symbol and figured out.
I think you can also use this, if you have a very bad condition as me.
Reference: telling you to use U+2AFD. Note that this article is written in Korean.
https://blog.naver.com/lifeformula/221655536995
'MathJax' 카테고리의 다른 글
mathjax에서 nested cases 문법 중괄호 크기 줄이기 (0) | 2024.07.31 |
---|---|
solved: mathjax align too much space between & (0) | 2024.07.31 |
mathjax로 구분자 $, $$, \(, \), \[, \] 모두 사용할 수 있게 만들기 (0) | 2024.03.19 |
Mathjax 일부 문법 구체적으로 사용하는 예시 (0) | 2023.11.07 |
Mathjax 에 제3자 추가 확장 패키지(third party extensions) 넣기: 문법 넣는 방법 예제도 포함 (0) | 2023.09.15 |