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

data visualization #6

Closed
englianhu opened this issue Oct 11, 2020 · 3 comments
Closed

data visualization #6

englianhu opened this issue Oct 11, 2020 · 3 comments

Comments

@englianhu
Copy link
Owner

@englianhu englianhu commented Oct 11, 2020

https://community.rstudio.com/t/colorised-latex-formula/84115?u=englianhu
https://tinyurl.com/y6fo99bu

@englianhu
Copy link
Owner Author

@englianhu englianhu commented Oct 11, 2020

Basic LaTEX formula :

$$
\begin{align*}
 Y& = \beta_{0} + \beta_{1}X_{1} + \beta_{2}X_{2} + \beta_{3}X_{1}X_{2}\\ 
 &= \beta_{0} + \widetilde{\beta_{1}}X_{1} + \beta_{2}X_{2};  \widetilde{\beta_{1}} = \beta_{1} + \beta_{2}X_{2}\\
\end{align*}
$$

$$ \begin{align*} Y& = \beta_{0} + \beta_{1}X_{1} + \beta_{2}X_{2} + \beta_{3}X_{1}X_{2}\\ &= \beta_{0} + \widetilde{\beta_{1}}X_{1} + \beta_{2}X_{2}; \widetilde{\beta_{1}} = \beta_{1} + \beta_{2}X_{2}\\ \end{align*} $$


Highlighed LaTEX formula :

$$
\begin{align*}
 Y& = \beta_{0} + \beta_{1}X_{1} + \beta_{2}X_{2} + \beta_{3}X_{1}X_{2}\\ 
 &= \beta_{0} + {\color{Red} \widetilde{\beta_{1}}}X_{1} + \beta_{2}X_{2}; {\color{Red} \widetilde{\beta_{1}}} = \beta_{1} + \beta_{2}X_{2}\\
\end{align*}
$$

$$
\begin{align*}
Y& = \beta_{0} + \beta_{1}X_{1} + \beta_{2}X_{2} + \beta_{3}X_{1}X_{2}\
&= \beta_{0} + {\color{Red} \widetilde{\beta_{1}}}X_{1} + \beta_{2}X_{2}; {\color{Red} \widetilde{\beta_{1}}} = \beta_{1} + \beta_{2}X_{2}\
\end{align*}
$$

I noticed it doesn't work...
highlight (colorful font)LaTEX formula|690x180
source image : https://www.awesomescreenshot.com/showImage?img_id=5503293

Refrence

@englianhu
Copy link
Owner Author

@englianhu englianhu commented Oct 19, 2020

@englianhu
Copy link
Owner Author

@englianhu englianhu commented Oct 30, 2020

---
title: "test"
output:
  html_document: 
    mathjax: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
---
$$
\begin{align*}
 Y& = \beta_{0} + \beta_{1}X_{1} + \beta_{2}X_{2} + \beta_{3}X_{1}X_{2}\\ 
 &= \beta_{0} + {\color{Red} \widetilde{\beta_{1}}}X_{1} + \beta_{2}X_{2}; {\color{Red} \widetilde{\beta_{1}}} = \beta_{1} + \beta_{2}X_{2}\\
\end{align*}
$$

866218e398c919597af44979cdc52e13f4efc934 1
solution : https://community.rstudio.com/t/colorised-latex-formula/84115/8?u=englianhu

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

No branches or pull requests

1 participant