summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/regulatory/doc/md-example.tex
blob: 475dc773b48b50c64627ccc8550717ba8d2ba22e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\documentclass[12pt,dutch]{article}
\usepackage{babel}
\usepackage[md,alldefs]{regulatory}
\usepackage{lipsum}

\newcounter{lip}
\setcounter{lip}{1}
\newcommand\textfill{\lipsum[\arabic{lip}]\stepcounter{lip}}

\refdocument[ex2-]{example2-nl}{
    defs=example2
    ref label=van Voorbeeld Twee
}

\loadglsdefs{example1}

\begin{document}
    \begin{center}
        \Huge Voorbeeld Markdown
    \end{center}

    \markdownInput{example.md}

\end{document}