M Pacer
M Pacer
Ok, so this looks like its not specific to the Julia notebook either. I'm able to reproduce in a python notebook, just with markdown cells. I've spent a little time...
Ok, so I've partially traced this down to the use of the `mathpazo` package without explicitly invoking Palatino (or any particular font) as the mainfont (i.e., via `\setmainfont{}`, along with...
Some further updates: we need to include fontspec to get the combining character support (in general). Using the sourcecodepro package allows us to get these characters supported, but does not...
> What kind of font files does Latex use? By LaTeX, i'm guessing you mean one of the engines for outputting to pdf (and not just postscript), so pdfLaTeX, XeLaTeX,...
I think we'll need to make mathjax more easily configurable too. Otherwise I think all of the other libraries can be pointed to a local copy today (using traitlets in...
@holdenweb What would `--3rdparty-server` be as you're thinking about it? Would that be equivalent to `--post serve`?
I agree this should be a separate command line flag but i'd prefer it to be a flag that we assign a value to not separate flags. I think we...
I don't think we should offer that functionality unless we explicitly surface them from the notebook package or via a server endpoint (in which case it would require a running...
I think it should be one flag with two options, not two flags: I don't know what the flag should be, could be `offline` `--to slides --offline embed` `--to slides...
I was suggesting _either_ `--offline` or `--standalone` as the flag name (I'm not sure which one is preferable), and it would accept two values `embed` or `subdirectory`. The default for...