Results 340 issues of Tobias Diez

It is quite common to display commutative diagrams as display equations (in fact, I would argue that 90% of all diagrams are displayed in this way). For this one has...

This PR enables `\to` and `\mapsto` as shortcuts for the common latex arrows. Thus, the following works ```latex \begin{tikzcd} E \to[r, "L"] & F \\ e \mapsto{r} & L(e). \end{tikzcd}...

#### What's the problem this feature will solve? Add typing information for parameterized fixtures to have better support for type checkers. #### Describe the solution you'd like Given a fixture...

type: enhancement
topic: typing

**Is your feature request related to a problem? Please describe.** Currently, there is no connection between the schema and the `useField` methods. Consider for example, the following code snippet taken...

✨ enhancement
👕 TypeScript

Instead of using class names, now data attributes are used to identify html elements. In particular, all selectors are reworked to no longer use class names. This makes it possible...

**Is your feature request related to a problem? Please describe.** When using `katex` in typescript, one has to use the `@types/katex` package to get some type interference. However, these type...

enhancement

Tracking the most expensive operations when starting JabRef yields the following picture: ![image](https://user-images.githubusercontent.com/5037600/75809998-ff19b900-5d89-11ea-8a26-640a2116c425.png) This shows that the following can be improved: - [x] First peak (500ms): do not load the...

type: enhancement
type: performance
jabcon

- [ ] Add option to show only differences - [ ] Emphasize header (e.g. bold and with different background) as in ![](https://docs.servicenow.com/bundle/geneva-release-notes/page/build/team_development/image/CompareToCurrentForm.png) - [ ] Concert to 3-way merge:...

type: enhancement
ui
project: GSoC

### Is your feature request related to a problem? Please describe. The documentation around deployment is rather sparse, especially for azure. For example, it is not even clear which files...

docs

CERMINE has problems with academic literature that are not classical articles. For example, support for thesis's and books would be great. For example, for [my thesis](https://arxiv.org/pdf/1405.2249.pdf) the information returned is:...

enhancement