Brienna Herold

Results 7 comments of Brienna Herold

I was able to use a workaround where I did everything as you would to create a two-part waffle, but then specified the third color to be the same color...

I have the same problem, and I have struggled for weeks on it. I have looked at all Stack Overflow answers, all issues on this, and nothing works. There is...

The latexml logic for finding the main .tex is [in this file](https://github.com/brucemiller/LaTeXML/blob/e5b1c9e5553c7638a01339e7e9691ab3ea487247/lib/LaTeXML/Util/Pack.pm), in the `unpack_source` subroutine. One interesting condition is to veto candidates that are arguments of `\input` macros. Currently...

I would guess it's still open, perhaps @bfirsh has the ability to assign people to the issue.

This works fine for me on a corpus of 14 MB. ``` generated_headlines = [] while len(generated_headlines) < 25: headline = model.make_sentence(tries=100) if headline is not None: if word.lower() in...