Jason Siefken

Results 45 issues of Jason Siefken

Compiling my book, I got a very strange error message while processing images: ``` ! Undefined control sequence. l.15 \resizebox ``` After hunting this down, I discovered my `docinfo.ptx` file...

Is there a schema file for `project.ptx`? Or is there some way to programmatically generate all valid options?

In table 4, an `ext expr` is defined as ``` → ⟨core model⟩,⟨div⟩:⟨expr⟩1 ,⟨dec⟩1 ;⟨expr⟩2 ,⟨dec⟩2 ;...;⟨expr⟩k ,⟨dec⟩k → ⟨core model⟩:⟨expr⟩1 ,⟨dec⟩1 ;⟨expr⟩2 ,⟨dec⟩2 ;...;⟨expr⟩k ,⟨dec⟩k ``` but the description...

Fixes #2913 by omitting the `{:type}` annotations from the search index when they appear in inline code.

When writing something like ``` `{:html}` ``` the `{:html}` appears as part of the search text when using the search box. It should be stripped out before the text is...