Skip to content

Instantly share code, notes, and snippets.

View TobiasPalludan's full-sized avatar

Tobias Palludan TobiasPalludan

View GitHub Profile
@TobiasPalludan
TobiasPalludan / Example.tex
Created February 24, 2020 14:55
Create do's and don'ts in LaTeX
\begin{minipage}{\textwidth}
\begin{tip}
\textbf{Do:} Use Scrum of Scrums.
\end{tip}
Text that should be standing underneath the do.
\end{minipage}
\begin{minipage}{\textwidth}
\begin{avoid}
\textbf{Avoid:} Having a single Scrum master groups \cite[Section 6.4]{2018Rapport}.
@TobiasPalludan
TobiasPalludan / anchors.md
Last active April 9, 2024 13:33
Same-file anchors and cross-file anchors in Github Markdown,

Same-file anchors for Github

Making an anchor to another heading in the same file as the anchor is straightforward.

[The header of this page](#same-file-anchors-for-github)

Will show as The header of this page.

The heading should be downcased, spaces changed to hyphens, and removed anything not a letter, hyphen, or space. If this id is not unique, you add "-1", "-2", and so forth to the header.