Marcel Bollmann

Results 234 comments of Marcel Bollmann

As a hotfix (if anyone else stumbles on this, like I did), download the source distribution from PyPi and edit this part at the end of `setup.py`: ```python # define...

Thanks! You're not wrong that the definitions aren't always precise. What's more, I've encountered several files that don't fully conform to the specs but have been accepted as submissions to...

Thanks @matgrioni! I'm indeed not actively working with this right now, but I've used a hot-patched clone of your library [in a paper that will soon be published](https://github.com/coastalcph/eacl2021-morpherror/), and I'm...

So the proceedings template contains these lines, which are really specific to pdfLaTeX and shouldn't be used with the newer engines: ```latex \usepackage{times} \usepackage{latexsym} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} ``` If I compile...

Well, I would say arXiv has a major disadvantage in that it doesn't support XeLaTeX/LuaLaTeX, but I can see how we should make sure to support it ;) @thammegowda The...

@thammegowda Ah, maybe it is overwritten by something else in your preamble then. I can't access your Overleaf project, it's restricted. Try to move the "times" import further down maybe?

@thammegowda Not an expert with Babel, but I think as soon as you use a `\babelfont`, you need to define an explicit Latin font as well. I haven't found a...

In principle, the lower-casing is a feature, not a bug. Bibliography styles can include rules for how titles should be capitalized, and APA style, which the ACL style is modeled...

Is there any reason you want to do this on Wikidata, instead of using the XML/YAML files we have in this repo? (FWIW I'm not aware of any Anthology maintainer...

I see. I'm not familiar with the Scholia project unfortunately; I do know Wikidata, but I am not aware of any transfer between the ACL Anthology and Wikidata, or who...