Oliver Kopp

Results 697 issues of Oliver Kopp

See https://github.com/gi-ev/LNI/issues/143 for details.

template: new template request

Port content of https://github.com/latextemplates/scientific-thesis-template/commit/19a291fdcf3b5df884e9b3d48d193cadc514f7eb

template: scientific-thesis

## Definitionen Either from diss template or from thesis template ```latex % EN: For theorems, replacement for amsthm \usepackage[amsmath,hyperref]{ntheorem} \theorempreskipamount 2ex plus1ex minus0.5ex \theorempostskipamount 2ex plus1ex minus0.5ex \theoremstyle{break} \newtheorem{definition}{Definition}[section] ```...

template: scientific-thesis

In case `` has an indent, all of the above is indented left. Very nice! Can lead to more readable code!

code: style

https://tex.stackexchange.com/a/338770/9075

```latex % DE: lustiger Hack fuer das Abkuerzungsverzeichnis % nach latex durchlauf folgendes ausfuehren % makeindex ausarbeitung.nlo -s nomencl.ist -o ausarbeitung.nls % danach nochmal latex %\usepackage{nomencl} % \let\abk\nomenclature %Deutsche Ueberschrift...

```latex % EN: Extensions for tables % DE: Tabellenerweiterungen \usepackage{array} %increases tex's buffer size and enables ``>'' in tablespecs \usepackage{longtable} \usepackage{dcolumn} %Aligning numbers by decimal points in table columns \ifdeutsch...

template: scientific-thesis

Not sure if we need this in the `main` tex file % vv scroll down to line 200 for content vv

template: scientific-thesis

scientific-thesis-template had that. also english ,group-separator={,}

```latex % EN: Enables inclusion of SVG graphics - 1:1 approach % This is NOT the approach of https://ctan.org/pkg/svg-inkscape, % which allows text in SVG to be typeset using LaTeX...