Zibing Zhang

Results 6 issues of Zibing Zhang

At the moment, when highlighting text, it takes some time for the options to appear, and when they do, they take up the entire screen. Overtime, this has become slightly...

new feature
good first issue for devs
needs design

**This PR does not add / remove any functionality, nor does it add / remove any tests. It's purely a refactor.** # Overview Split `function_codegen` into two files like so:...

# Overview Generates algorithmic environment from algpseudocode. # Details Creates a new class `algorithm_codegen` that should generate $\LaTeX$ code in the following form: ## Example ```python def collatz(n): iterations =...

follows https://github.com/google/latexify_py/issues/65 ## Description We already have a `expand_functions: set[str] | None` in the config which the user can use to specific a set of predetermined function expansions. It would...

feature

# Overview By default, multiplication should have a `\cdot`. # Details Based on [this discussion](https://github.com/google/latexify_py/issues/89#issuecomment-1344967636), it's clear that not having `\cdot` is the exception rather than the rule. As a...

feature

## Description In https://github.com/google/latexify_py/pull/152, we discovered a case that when `factorial` is replaced by `!`, the behavior is not desirable. In particular, when defining a recursive function `factorial` with `style=ALGORITHMIC`,...

feature