Denis Maier

Results 446 comments of Denis Maier

Or you'll use it together with the visual editor? Like, after a couple if questions you'll have a basic skeleton you can tweak then.

> That could even be an issue with European languages that rely on casus suffixes where English uses prepositions. But the same is true for other prepositions that already exist...

Re. 2. (ordinals): Haven't we had a similar case recently where we've introduced similar logic? I just can't remember where that was. Re. 1: There are two more (sub-)problems here:...

Re. Parentheses: another thing to keep in mind: in many (all?) RTL languages, numerals are nevertheless written LTR. This might be the source of some problems in some systems.

We should. Would be even useful for yaml validation in vscode

Glob patterns work in vscode

> What behavior does citeproc-js have? Are there any relevant tests in the test suite? I haven't tested myself, but in the linked thread Bastien says pandoc's citeproc privileges higher...

> I could imagine a scenario where a style could benefit from being able to say, control bold or italics or quotes at the `text macro="..."` stage (e.g., to reuse...

Ok, some results: ```bash rg -c "text macro=.+ (text|font|vertical|quotes)" | wc -l ``` => 538 styles ```bash rg -n "text macro=.+ (text|font|vertical|quotes)" --heading --line-number > results.txt ``` ``` american-society-of-agricultural-and-biological-engineers.csl 227:...

> FWIW, I think the right logic within CSL is to have the lowest level element determine formatting: that's how rules for attributes on `names` work: setting them on `names`...