Alexander Zeilmann

Results 22 issues of Alexander Zeilmann

I am using http://www.jabref.org/ to manage my bibliography. JabRef puts the following line at the end of my `.bib`-file: ``` @Comment{jabref-meta: databaseType:bibtex;} ``` (As far as I know, in `.bib`-file...

bug

**Describe the bug** Running husky creates invalid `mdx`. **To Reproduce** Steps to reproduce the behavior: 1. Standard setup 2. Create blog post containing `Press Cmd+Shift+P and` 3. Blog post works...

bug

### Description When shifting two subsequent `\sidecite`s they will overlap although the nonshifted sidecites did not. ### Minimal Working Example ```latex \documentclass{kaobook} \usepackage[english]{babel} \usepackage{blindtext} \usepackage{kaobiblio} \usepackage{kaotheorems} \usepackage{kaorefs} \addbibresource{test.bib} \begin{document} \title{Bug...

## Summary Allow more configurations using package options. ## Details Currently, when I want to make changes to kaobook (kaobiblio, kaorefs, kaotheorems, ...) I have to copy the corresponding file...

[This diagram](https://q.uiver.app/?q=WzAsMixbMCwwLCJtdWx0aVxcXFxsaW5lIl0sWzIsMCwib3RoZXJcXFxcbm9kZSJdXQ==) contains a `//` in two nodes. In quiver the line break is rendered, but the LaTeX output ```latex \[\begin{tikzcd} multi\\line && other\\node \end{tikzcd}\] ``` renders as ![Bildschirmfoto 2022-01-25...

bug
tikz-cd-output
blocked

`tikzcd` allows a specification of the starting and ending point of the arrows using the `start anchor` and `end anchor` options. The angle in which the arrows leave or enter...

feature-request
diagrams

If the CSS contains a multiline comment, only the first line of the comment is parsed. The rest of the comment is ignored. This also breaks the line numbers of...

Is there a way to use [prism plugins](https://prismjs.com/plugins/) and especially the [treeview plugin](https://prismjs.com/plugins/treeview/)? As far as I understand [refractor does not allow prism plugins](https://github.com/wooorm/refractor/issues/33#issuecomment-672798416), but it should be possible to...

**Prettier 2.5.1** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuc0DOMAEBzCEAmA+gIyYC8mAFAB4CU5AfFQJ71lPUB0ADgK5oALSqwA6UMZCgYceIgCZyVTsrqNMXPoMrFaYieiwAjAIZFSFSss6r2LNhx78ho8VEnST8xcPtKVvjScfMRAAGhAIbhgAS3RkUGMAJ0SIAHcABSSENGQQYwAbVONmHPDDROMwAGs4GABlYwBbOAAZaKg4ZAAzArQ4Morq2rruSvbsZBhE3n6QOEbDOHx8JZbjKGxeY2w4ADEIRMbjGBiN3ONeGAgwkAEYRvyAdQFo+DRRsDg67NfogDdXsxcmA0KUQO0+okYOkKtgjt1erMAFZoah1cb5OAARV4EHgCPyfXCo0SkNyJkW+Ru3ES7Rgj2i+BgAmQAA4AAzElJ9R4Vbi5GlwSF-TrhACOuPgMMiORQxjQAFoOksljdEnAJdF1TDtvCkD1CbM+o1opNpkaMdjJZ19YjwjBjIYGUyWUg5PaKtF8uMAMIQRp6uZoACsN34cAAKo7ZQaiSA-jMAJJQFawOpgWlRACCKbqMGYmIJfQAvsWgA) ```sh --parser babel ``` **Input:** ```jsx const good_1 = (x) => (y) => x.push(y) const good_2 = (...x) => x.push(1) const bad_1 = (...x) => (y)...

status:needs discussion
lang:javascript
area:arrow functions

As mentioned in the issues https://github.com/siegebell/vsc-prettify-symbols-mode/issues/42 and https://github.com/siegebell/vsc-prettify-symbols-mode/issues/53 of the original ```vsc-prettify-symbols-mode```, symbols sometimes appear at random places. This bug sadly also exists in conceal. As far as I can...

bug