Ben Felder
Ben Felder
The ability to reference literature would greatly add to this neat little project, allowing it to use it for any kind of academic writing.
Cite keys are successfully being resolved using the following command: ```sh pandoc test.md -o example.pdf --from markdown --template eisvogel --listings --bibliography=src/biblio.bib ``` (Ensure `pandoc-citeproc` is installed.) With the example MarkDown...
The doc of pandocs-markdown can be found here: https://pandoc.org/MANUAL.html#pandocs-markdown Point 1 could be addressed as well: > Citations and references can be formatted using any style supported by the Citation...
A per-slide deactivation of the layout via `Reveal.configure` does not work as of reveal.js 4.1, either with the `disableLayout` or `centering` option: ```html content.... ``` ```js Reveal.on('slidechanged', event => {...
Possibly related: The `.with_scheme` method adds a triple slash. ```py url = URL("www.abc.com").with.scheme("https") print(url) # prints https:///www.abc.com ```
As a variation of the aforementioned workaround via increasing the size option, I have found that **not providing a size option at all** can also be worth a trial. I...
Unfortunately, as of this day, there is still no word from @bobef.
@lozeone @cdes @biomechanique @LeonardoGentile @Kristinita @hellolake This plugin became finally usable. I fixed the bug described in this issue. The tmTheme is no longer watched. No annoying jumping around inside...
No reaction from the author as of this day. I have even contacted him via the email address stated under his profile. Also offered to maintain the project if he...
@justnealpatel The author is entirely unresponsive. :-1: Yet, you can find my fork here: [https://github.com/bfelder/ColorSchemeEditor](https://github.com/bfelder/ColorSchemeEditor) I not only fixed the file jump, but the color scheme now gets automatically reloaded,...