Dominik Peters

Results 8 comments of Dominik Peters

The CS department at Paris Dauphine corresponds to the research unit "LAMSADE". I added all its permanent tenured faculty who are habilitated and thus can solely advise PhD students.

The problem goes away if we add a call to `\@ACM@resetaffil` at the end of `\@ACM@checkaffil` after line 7100. But I don't understand the code well enough to say why...

I believe this is a reasonably serious problem that is easily fixed, so it would be great if someone could look at it.

Hi, I wrote a simple extension: https://marketplace.visualstudio.com/items?itemName=DominikPeters.texpresso-basic / https://github.com/DominikPeters/texpresso-vscode The technically difficult part was translating character offset into byte offsets.

Yes, putting a link sounds good.

Thanks, I tried the lines protocol but couldn't get it to work. VSCode informs the extension about changes by giving a list of changes, each of which is specified by...

I've also wondered if it would be possible to let extensions take care of doing the viewing, maybe by letting texpresso output bitmaps of the current page, or (partial) updates...

`default= using ` also makes sense and would be convenient. Emulation: that's more or less what I've been doing so far (check if the two variables are equal), and that...