James Yu

Results 10 issues of James Yu

Examples: time_series_models/additive_functionals.md: several plots cut off at the top and to the right time_series_models/multiplicative_functionals.md: plots at the end have overlapping titles and are cut off on the left and right...

The `Martingale components for many paths plot` at the very end of Additive Functionals is supposed to have a shaded bounds representation as in the [Python counterpart](https://python-advanced.quantecon.org/additive_functionals.html#peculiar-large-sample-property). The one currently...

For example, see the `getting_started` lecture. In the source, we have: ``` ### Install Julia After Conda is installed, you can install Julia. 1. Download and install Julia, from [download...

low priority

![image](https://user-images.githubusercontent.com/30967260/151859213-d1858e35-d6ce-42ba-9696-71a908c04327.png) ``` ┌ Warning: Keyword argument hover not supported with Plots.GRBackend(). Choose from: Set([:top_margin, :group, :inset_subplots, :background_color, :ytickfontsize, :yforeground_color_text, :yguidefontcolor, :tickfontfamily, :show_empty_bins, :seriesalpha, :seriescolor, :ztick_direction, :xgrid, :ygridalpha, :zlims, :xtick_direction, :colorbar,...

low priority
requires-upstream

In a few places in the current build, code is linebroken in unexpected spots. E.g. [second code output in 4.7.3](https://quantecon.github.io/lecture-julia.myst/getting_started_julia/julia_essentials.html#higher-order-functions), [first code output in 5.2.4](https://quantecon.github.io/lecture-julia.myst/getting_started_julia/fundamental_types.html#views-and-slices). This is not a problem...

layout only
jupyterbook upstream

![image](https://user-images.githubusercontent.com/30967260/129621877-6854d22a-f28f-4dbe-81ea-0fe2131984f5.png) We probably can't do anything about this, though, but previously this was a less bright yellow.

low priority
layout only
jupyterbook upstream

Render shows up like this: ![image](https://user-images.githubusercontent.com/30967260/129621366-4baedad5-c5c3-4dbe-b8d2-c9505929e596.png) I'm unsure if the lower two are also supposed to be in codeblocks, or if these are automatically not put in codeblocks. In the...

low priority
layout only
jupyterbook upstream

![image](https://user-images.githubusercontent.com/30967260/129628591-911860f0-be31-408b-870b-8f932e4c85de.png) No other code block appears to use this. In the original notes, no text appears at all, so maybe this isn't a problem.

low priority
layout only

@mmcky this fixes #184 by replacing a LaTeX call to DeclareMathOperator with a more direct call.

@mmcky @wupeifan this fixes #181, which was the issue where an underscore in `text{}` would need to be escaped with a backslash to render properly. This turned out to only...