Abdullah Khalid

Results 3 issues of Abdullah Khalid

**Describe the bug** Currently, the `rx.html` component `src` is not formatted. **To Reproduce** Compile this app ``` from rxconfig import config import reflex as rx class State(rx.State): """The app state."""...

bug
linear

Currently there is no way of adding documentclass properties. For example, to change the default font size. ``` \documentclass[11pt]{article} ``` Or ``` \documentclass[dvipsnames]{article} # an option that is passed to...

Latex style mathematics on the web requires loading Mathjax or Katex javascript libraries. An example of this is this [toot](https://mathstodon.xyz/@littmath/109592640136010318), which looks like this in a web browser ![image](https://user-images.githubusercontent.com/2965278/210017350-e141cf01-351c-4d4a-8654-c6d46acecda9.png) In...