summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/regulatory/doc/example1-nl.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/regulatory/doc/example1-nl.tex')
-rw-r--r--macros/latex/contrib/regulatory/doc/example1-nl.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/macros/latex/contrib/regulatory/doc/example1-nl.tex b/macros/latex/contrib/regulatory/doc/example1-nl.tex
new file mode 100644
index 0000000000..df01669786
--- /dev/null
+++ b/macros/latex/contrib/regulatory/doc/example1-nl.tex
@@ -0,0 +1,42 @@
+%% example1-nl.tex
+%% Copyright 2024 E. Nijenhuis
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3c
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status ‘maintained’.
+%
+% The Current Maintainer of this work is E. Nijenhuis.
+%
+% This work consists of the files regulatory.tex,
+% regulatory-preamble.tex, regulatory-nl.tex, regulatory-en.tex,
+% example1.bib, example2.bib,
+% example1-nl.tex, example2-nl.tex,
+% example1-en.tex, example2-en.tex,
+% md-example.tex, example.md,
+% fc-dutch.def and regulatory.sty
+\documentclass[12pt,dutch]{article}
+\usepackage{babel}
+\usepackage[alldefs]{regulatory}
+\usepackage{lipsum}
+
+\newcounter{lip}
+\setcounter{lip}{1}
+\newcommand\textfill{\lipsum[\arabic{lip}]\stepcounter{lip}}
+
+\newcommand\translation[2]{#2}
+
+\refdocument[ex2-]{example2-nl}{%
+ ref label=van Voorbeeld Twee
+}
+
+\loadglsdefs{example1}
+
+\begin{document}
+ \input{example1}
+\end{document} \ No newline at end of file