mirror of
https://github.com/fsr/nopanic
synced 2025-04-27 01:58:27 +02:00
neues Linkformat
Bin mir allerdings noch nicht sicher, wie wir das mit den Verlinkungen genau machen. Per Hand hinten verknüpfen fühlt sich idiotisch an. Vielleicht doch noch in Richtung BibTex abweichen?
This commit is contained in:
parent
88bc13d886
commit
be70e31447
8 changed files with 53 additions and 39 deletions
|
@ -9,6 +9,7 @@
|
|||
\usepackage{caption}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage{menukeys}
|
||||
|
||||
\usepackage{fontspec}
|
||||
\usepackage{polyglossia}
|
||||
|
@ -16,6 +17,12 @@
|
|||
\newcommand{\glqq}{„}
|
||||
\newcommand{\grqq}{“}
|
||||
|
||||
\newcounter{linkcounter}
|
||||
\newcommand{\link}{
|
||||
\keys{\arabic{linkcounter}}
|
||||
\stepcounter{linkcounter}
|
||||
}
|
||||
|
||||
\definecolor{ifsrgreen}{rgb}{0.69, 0.88, 0.11} % 177, 225, 28
|
||||
\definecolor{ifsrgray}{rgb}{0.6, 0.6, 0.6} % 153, 153, 153
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue