Oliver Kopp
Oliver Kopp
There is a biblatex LNCS package available at https://github.com/neapel/biblatex-lncs/. Maybe, it is worth switching to it. Possibly, the bibtex support should be kept in a separate branch. Update 2018-02-02: -...
[impnattypo](https://ctan.org/pkg/impnattypo) is a package for better results at the last line of a paragraph. However, it adds too much white space between the words in a normal paragraph. This should...
colorbox does not linebreak. Solutions are offered at . A solution is the soul package, but it causes issues. For instance, `\cite` needs to be wrapped into `{}`. https://tex.stackexchange.com/q/406211/9075.
##### Checklist - [x] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-22080 - [x] Required: The PR title must be prefixed with a JIRA Issue number. - [x] Required: The PR description must include...
Currently, ignored paths are hared-coded. Would it be possible to read the `.gitignore` and ignore listed files and directories? find /docs -name '*.md' -not -path './node_modules/*' (Not sure how hard...
I want to add custom overlays to my connections. I am going to include double arrows, squares, and arrows without being filled. Therefore, I think, I need to use the...
If I click on "Jump in" ...  Following link opens: https://nikcodes.com/2013/05/10/new-contributor-jump-in However, it is broken:  Version from: archive.org: @igorsteinmacher - do you know a more modern web page...
For me, documentation should offer links to the code. For example, the "implementation" of an Entity should be linkable. [GitHub allows for copying permalinks](https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet). They could be used: https://github.com/JabRef/jabref/blob/f3283637b3163e9a736df8354d28c5fc3297a824/src/main/java/org/jabref/model/entry/BibEntry.java#L56 With...
MiKTeX brings the functionality to automatically install CTAN packages when a LaTeX package is required by `\usepackage{...}`. When using a `\setmainfont` (.e.g, `\setmainfont{TeX Gyre Termes}`) the respective package [tex-gyre](https://www.ctan.org/pkg/tex-gyre) is...
I get following error(s) ``` error: failed retrieving file 'mingw64.db' from repo.msys2.org : Connection timed out after 10000 milliseconds error: failed retrieving file 'msys.db' from repo.msys2.org : Connection timed out...