How to include formulas (LaTeX) and code blocks in WordPress posts and replies
Statistical Modeling, Causal Inference, and Social Science 2017-01-11
Summary:
It’s possible to include LaTeX formulas like . I entered it as $latex \int e^x \, \mathrm{d}x$. You can also generate code blocks like this for (n in 1:N) y[n] ~ normal(0, 1); The way to format them is to use <pre> to open the code block and </pre> to close it. You can create […]
The post How to include formulas (LaTeX) and code blocks in WordPress posts and replies appeared first on Statistical Modeling, Causal Inference, and Social Science.