Denis Maier
Denis Maier
Hi, thanks for your config and your nice tutorialas. What would be needed to use this configuration without evil mode?
I could solve the basics exercises without problems, but Functions1.hs gives me the following error message: Tests failed on exercise : Functions1.hs /bin/sh: 1: /root/haskellings/generated_files/functions/Functions1: not found Does that mean...
After @jgm reporting [weird delimiter behavior](https://github.com/citation-style-language/test-suite/issues/36) @bwiernik posted this suggestion: | Delimiter | Example | Current name | New name | | ---------- | --------- | --------------- | ------------ |...
## Description This adds syntax for calling related variables. Overall, I think this should be a simple change. The only shortcoming I see is that it won't be possible to...
This [thread](https://groups.google.com/g/pandoc-discuss/c/UKDVaMMBZ_E) on pandoc-discuss mentions that the spec is currently not clear about rules of precedence in cases such as this one: ```xml ... ``` What should happen in this...
Shouldn't we add a term `to`? Looks like we've missed that in 1.0.2. A good point @denismaier. I was mulling over the same thing. I was working with what was...
See: https://github.com/citation-style-language/styles/issues/5906 In some cases a new term `of` might make sense, e.g., to build constructs like "special issue of". Question is whether that works with non-European languages.
We need to update the readme to reflect the changes in the schema structure. (E.g., the code for `cs:choose` now lives in `csl-choose.rnc`.)
As a follow-up on converting titles into objects, I think we should discuss whether there is any value in adding alternate forms (translated or transliterated title forms) to these title...
We will need tests that test for related variables. I think there are two possible ways: 1. add `@related` to the test: `if variable="title" related="original"` 2. add new test-conditions for...