Michael Wayne Goodman

Results 200 comments of Michael Wayne Goodman

Also: 1. https://github.com/delph-in/docs/wiki/DelphinTutorial_Distributions 2. ~~https://github.com/delph-in/docs/wiki/DelphinTutorial_Distribution~~ (see comment below)

I went ahead and deleted (2) in my comment, as it was clearly a mistaken duplicate as it had no content. The two pages in the original comment both have...

Thanks, @emilymbender. I have deleted the DelphinTutorial_Formalism page.

@arademaker Sorry I closed this when the pages in question were resolved, which was too soon. There are some more apparent duplicates (found just by eyeball-scanning similar titles): * ~https://github.com/delph-in/docs/wiki/MatrixDoc_NominalizedClauses...

Thanks for the feedback. Also the *MTJaenTanaka pages are results reported by Eric and Petter in separate experiments, so they might be better separate as well. For the WeSearch ones,...

@arademaker I don't recall where, perhaps during the infrastructure session or the social afterward. It was actually a self-request, but I think Emily agreed.

https://github.com/delph-in/docs/wiki/FortuneCookies In the old wiki, a random one would be displayed when you view a page. We used to add a few new ones roughly every summit.

I think all those `(2f)` kinds of things are when whatever converter you used tried to escape the punctuation. They are hexadecimal values for ASCII characters (illustrated in Python (sorry)...

In my dissertation I just did some ad-hoc `listings` style for transfer rules only (see below). Perhaps you could extend it? Another alternative is to use the `minted` package with...

Here are my definitions: ```latex % see: http://www.washington.edu/brand/graphic-elements/primary-color-palette/ \definecolor{uwpurple}{rgb}{.29,.18,.51} % HEX 4b2e83 = (75,46,131) \definecolor{uwpurplergb}{rgb}{.20,.00,.44} % RGB 255 = (51,0,111) \definecolor{uwgold}{rgb}{.72,.65,.48} % HEX b7a57a = (183,165,122) \definecolor{uwgoldrgb}{rgb}{.91,.83,.64} % RGB 255...