summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/nwejm/nwejm-examples-template.dtx
blob: 55775e4db464ca601e25753ec1f71c8a7e74e199 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
%    \begin{macrocode}
%<*issue>
%    \end{macrocode}
%
%    \begin{macrocode}
\documentclass{nwejm}
\usepackage{lipsum}
\issuesetup{number=1}
\geometry{%
  % verbose%
  % ,showframe%
}
%<<COMMENT
%
%COMMENT
\addbibresource{sample.bib}
\addbibresource{biblatex-examples.bib}
%<<COMMENT
%
%COMMENT
\begin{document}
\inputarticle[french]{article-in-french}
\inputarticle{article-in-english}
\inputarticle[ngerman]{article-in-german}
\inputarticle[dutch]{article-in-dutch}
\end{document}
%    \end{macrocode}
%
%    \begin{macrocode}
%</issue>
%    \end{macrocode}
%
%    \begin{macrocode}
%<dutch>\documentclass[dutch]{nwejmart}
%<english>\documentclass[english]{nwejmart}
%<french>\documentclass[french]{nwejmart}
%<german>\documentclass[ngerman]{nwejmart}
%    \end{macrocode}
%
%    \begin{macrocode}
%<*dutch|english|german>
%    \end{macrocode}
%
%    \begin{macrocode}
\usepackage{lipsum}                    % Should'nt be used in a real article!
\addbibresource{sample.bib}            % Example of simple bibliographic file
\addbibresource{biblatex-examples.bib} % Example of sophisticated bibliographic file
%    \end{macrocode}
%
%    \begin{macrocode}
%</dutch|english|german>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*french>
%    \end{macrocode}
%
%    \begin{macrocode}
\usepackage{lipsum}                    % Devrait ne pas être utilisé dans un vrai article !
\addbibresource{sample.bib}            % Exemple de fichier bibliographique simple
\addbibresource{biblatex-examples.bib} % Exemple de fichier bibliographique sophistiqué
%    \end{macrocode}
%
%    \begin{macrocode}
%</french>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*dutch|english|french|german>
%    \end{macrocode}
%
%    \begin{macrocode}
%<<COMMENT
%
%COMMENT
%<dutch>\newacronym{nwejm-dutch}{nwejm}{North-Western European Journal of Mathematics}
%<english>\newacronym{nwejm-english}{nwejm}{North-Western European Journal of Mathematics}
%<french>\newacronym{nwejm-french}{nwejm}{North-Western European Journal of Mathematics}
%<german>\newacronym{nwejm-ngerman}{nwejm}{North-Western European Journal of Mathematics}
%    \end{macrocode}
%
%    \begin{macrocode}
%<<COMMENT
%
%COMMENT
\begin{document}
%    \end{macrocode}
%
%    \begin{macrocode}
%</dutch|english|french|german>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*dutch>
%    \end{macrocode}
%
%    \begin{macrocode}
\title{Artikel Titel (dutch)}
\author[affiliation={Affiliation 8}]{Last8, First8}
\author[affiliation={Affiliation 9}]{Last9, First9}
\author[affiliation={Affiliation 10}]{Last10, First10}
\author[affiliation={Affiliation 11}]{Last11, First11}
\author[affiliation={Affiliation 12}]{Last12, First12}
\author[affiliation={Affiliation 13}]{Last13, First13}
\author[affiliation={Affiliation 14}]{Last14, First14}
\author[affiliation={Affiliation 15}]{Last15, First15}
\author[affiliation={Affiliation 16}]{Last16, First16}
\author[affiliation={Affiliation 17}]{Last17, First17}
\author[affiliation={Affiliation 18}]{Last18, First18}
\author[affiliation={Affiliation 19}]{Last19, First19}
\author[affiliation={Affiliation 20}]{Last20, First20}
%    \end{macrocode}
%
%    \begin{macrocode}
%</dutch>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*english>
%    \end{macrocode}
%
%    \begin{macrocode}
\title{Article's Title (english)}
\author[affiliation={Affiliation 5}]{Last5, First5}
\author[affiliation={Affiliation 6}]{Last6, First6}
%    \end{macrocode}
%
%    \begin{macrocode}
%</english>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*french>
%    \end{macrocode}
%
%    \begin{macrocode}
\nocite{*} % Should not be used in a real article!
%<<COMMENT
%
%COMMENT
\title{Titre de l'article (french)}
\author[affiliation={Affiliation 1}]{Last1, First1}
\author[affiliation=[aff2]{Affiliation 2}]{Last2, First2}
\author[affiliation={Affiliation 3},affiliation={Affiliation 3 bis}]{Last3, First3}
\author[affiliation={Affiliation 4},affiliationtagged={aff2}]{Last4, First4}
%    \end{macrocode}
%
%    \begin{macrocode}
%</french>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*german>
%    \end{macrocode}
%
%    \begin{macrocode}
\title{Beitragstitel (german)}
\author[affiliation={Affiliation 7},affiliation={Affiliation 7 bis}]{Last7, First7}
%    \end{macrocode}
%
%    \begin{macrocode}
%</german>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*dutch|english|french|german>
%    \end{macrocode}
%
%    \begin{macrocode}
%<<COMMENT
%
%COMMENT
\begin{abstract}
  \lipsum[1]
\end{abstract}
%<<COMMENT
%
%COMMENT
\keywords{foo,bar,baz}
%<<COMMENT
%
%COMMENT
\msc{11B13,11B30,11P70}
%<<COMMENT
%
%COMMENT
\acknowledgments{Thanks to mum, daddy and all my buddies.}
%<<COMMENT
%
%COMMENT
\maketitle
%<<COMMENT
%
%COMMENT
\section*{Recommendations for \LaTeX}
Don't use:
\begin{itemize}
\item \verb+$$...$$+ but \verb+\[...\]+ or \verb+\begin{equation}...\end{equation}+
\item \verb+$a \over b$+ but \verb+$\frac{a}{b}$+
\item \verb+{\cal ...}+ but \verb+\mathcal{...}+
\item \verb+{\bf ...}+ but \verb+\textbf{...}+
\item \verb+{\it ...}+ but \verb+\emph{...}+
\item \verb+\'e+ for instance to get an accent but type it directly (\verb+é+)
  using the UTF8 encoding.
\end{itemize}
More generally, it is worth having a look at documents that highlight obsolete
commands and
packages\autocite{ensenbach2016,ensenbach2011,trettin2007,ensenbach2011a,trettin2007a}.
%<<COMMENT
%
%COMMENT
\section*{Introduction}
%<<COMMENT
%
%COMMENT
\subsection{Citations tests}
\begin{enumerate}
%    \end{macrocode}
%
%    \begin{macrocode}
%</dutch|english|french|german>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*dutch>
%    \end{macrocode}
%
%    \begin{macrocode}
  \item It\footnote{Foo bar.} is well known\autocite{gonzalez}
    that... Moreover, it is well known\autocite{iliad} that...
  \item \textcite{gonzalez} have proved... Moreover, \textcite{iliad}
    have proved...
%    \end{macrocode}
%
%    \begin{macrocode}
%</dutch>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*english>
%    \end{macrocode}
%
%    \begin{macrocode}
  \item It\footnote{Foo bar.} is well known\autocite{cotton}
    that... Moreover, it is well known\autocite{coleridge} that...
  \item \textcite{cotton} have proved... Moreover, \textcite{coleridge}
    have proved...
%    \end{macrocode}
%
%    \begin{macrocode}
%</english>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*french>
%    \end{macrocode}
%
%    \begin{macrocode}
  \item It\footnote{Foo bar.} is well known\autocite{baez/article}
    that... Moreover, it is well known\autocite{companion} that...
  \item \textcite{baez/article} have proved... Moreover, \textcite{companion}
    have proved...
%    \end{macrocode}
%
%    \begin{macrocode}
%</french>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*german>
%    \end{macrocode}
%
%    \begin{macrocode}
  \item It\footnote{Foo bar.} is well known\autocite{gerhardt}
    that... Moreover, it is well known\autocite{hammond} that...
  \item \textcite{gerhardt} have proved... Moreover, \textcite{hammond}
    have proved...
%    \end{macrocode}
%
%    \begin{macrocode}
%</german>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*dutch|english|french|german>
%    \end{macrocode}
%
%    \begin{macrocode}
\end{enumerate}
%<<COMMENT
%
%COMMENT
\subsection{Cross-references tests}
Cf. \vref{thm-bolzano-weierstrass-\languagename,rmk-euler-\languagename} \&
\vref{eq-euler-\languagename} \& \vref{sec-first-numbered-\languagename}.
%<<COMMENT
%
%COMMENT
\subsection{Miscellaneaous}
\begin{itemize}
\item It has been proved in the \century{19} \aside{more than 100 years ago}
  that...
\item This has been conceptualized in the \century{-3} \aside*{more than 2000
    years ago}.
\item \acrshort{nwejm-\languagename} \ie{} \acrlong*{nwejm-\languagename}.
\item \acrshort{nwejm-\languagename} \ie*{} \acrlong*{nwejm-\languagename}.
\end{itemize}
%<<COMMENT
%
%COMMENT
\subsection{Acronyms tests}
\begin{enumerate}
\item The present article is published in the \gls{nwejm-\languagename}.
\item Moreover, the present article is published in the \gls{nwejm-\languagename}.
\end{enumerate}
%<<COMMENT
%
%COMMENT
\subsection{Theorems tests}
\begin{theorem}[Bolzano–Weierstrass]\label{thm-bolzano-weierstrass-\languagename}
  A subset of $\bbR^n$ ($n\in\bbN^*$) is sequentially compact if and only if it is
  closed and bounded.
\end{theorem}
\begin{proof}[not that easy!]
  ...
\end{proof}
\begin{definition}
  In Cartesian space $\bbR^n$ with the $p$-norm $L_p$, an open ball is the set
  \[
    B(r)=\set{x\in \bbR^n}[\sum _{i=1}^n\left|x_i\right|^p<r^p]
  \]
\end{definition}
\begin{remark}[Euler's identity]\label{rmk-euler-\languagename}
  One of the most beautiful mathematical equation:
  \begin{equation}
    \E[\I\pi]+1=0
  \end{equation}
\end{remark}
\begin{lemma*}[Zorn]
  Suppose a partially ordered set $P$ has the property that every chain has an
  upper bound in $P$. Then the set $P$ contains at least one maximal element.
\end{lemma*}
\begin{axiom}\label{my-axiom-\languagename}
  The following assertions are considered as true.
  \begin{assertions}
  \item\label{rare-expensive-\languagename} Anything that is scarce also is
    expensive.
  \item\label{cheap-horse-\languagename} A cheap horse is scarce.
  \end{assertions}
\end{axiom}
According to \vref{rare-expensive-\languagename,cheap-horse-\languagename}
from \vref{my-axiom-\languagename}, a cheap horse is expensive.
%<<COMMENT
%
%COMMENT
\subsection{Dummy text and nice equation}
%<<COMMENT
%
%COMMENT
\lipsum[2-6]
%<<COMMENT
%
%COMMENT
\begin{equation}\label{eq-euler-\languagename}
  \E[\I\pi]+1=0
\end{equation}
%<<COMMENT
%
%COMMENT
\lipsum[8-15]
%<<COMMENT
%
%COMMENT
\section{First (numbered) section}\label{sec-first-numbered-\languagename}
\lipsum[2]
\subsection{First subsection}
\lipsum[3-8]
\subsection{Second subsection}
\lipsum[9-15]
\section{Second (numbered) section}
\lipsum[16-38]
\printbibliography
%<<COMMENT
%
%COMMENT
\end{document}
%    \end{macrocode}
%
%    \begin{macrocode}
%</dutch|english|french|german>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*example>
%    \end{macrocode}
%
%    \begin{macrocode}
%<<COMMENT
% This is an example of the usage of the `nwejmart' class dedicated to articles
% submitted to the North-Western European Journal of Mathematics.
%
% The language of the article is by default English. Should it be French, German
% or Dutch instead, it would be specified as \documentclass' option.
%COMMENT
\documentclass[
%<<COMMENT
% french  % If the language of the article will be French
% german  % If the language of the article will be German
% dutch   % If the language of the article will be Dutch
%COMMENT
]{nwejmart}
%<<COMMENT
%
% The following package should not be used for a real article! ;)
%COMMENT
\usepackage{lipsum}
%<<COMMENT
%
% Replace below the examples of simple and sophisticated bibliographic files
% `sample.bib' and `biblatex-examples.bib' by your own bibtex file(s),
% preferrably at `biblatex' format (don't forget the `.bib' extension
% below). This will require an extra `biber' compilation. See `biblatex'
% package's documentation for more details.
%COMMENT
\addbibresource{sample.bib}
\addbibresource{biblatex-examples.bib}
%<<COMMENT
%
% Should acronyms be used in the article, define them thanks to \newacronym
% command from `glossaries' package as follows:
%  - 1st argument: ⟨label⟩      of the acronym (also called key),
%  - 2nd argument: ⟨short form⟩ of the acronym (lowercase!),
%  - 3rd argument: ⟨long form⟩  of the acronym,
% and use them with \gls{⟨label⟩} (or, if needed, with \acrshort{⟨label⟩}).
% See `glossaries' package's documentation for more details.
%COMMENT
\newacronym{nwejm}{nwejm}{North-Western European Journal of Mathematics}
%<<COMMENT
%
%COMMENT
\begin{document}
%<<COMMENT
%
% Title of the article. A short form (that will be displayed in the headers and
% in the volume's TOC) may be specified as optional argument.
%COMMENT
\title{Article's Title}
%<<COMMENT
%
% Subtitle of the article, if any. A short form may be specified as optional
% argument.
% \subtitle{Article's Subtitle}
%
% Author(s) of the article:
% - one \author command per author,
% - mandatory argument entered as `⟨Last Name⟩, ⟨First Name⟩'.
% Use the key-value `affiliation={⟨affiliation⟩}' optional argument to specify
% one or more affiliations. An affiliation can be tagged
% (`affiliation=[⟨tag⟩]{⟨affiliation⟩}') and reused later
% (affiliationtagged={⟨tag⟩}).
%COMMENT
\author[affiliation={Affiliation 1}]{Last1, First1}
\author[affiliation=[aff2]{Affiliation 2}]{Last2, First2}
\author[affiliation={Affiliation 3},affiliation={Affiliation 3 bis}]{Last3, First3}
\author[affiliation={Affiliation 4},affiliationtagged={aff2}]{Last4, First4}
%<<COMMENT
%
% The abstract is entered as usually.
%COMMENT
\begin{abstract}
  \lipsum[1]
\end{abstract}
%<<COMMENT
%
% The keywords are entered thanks to \keywords command, as a comma separated list.
%COMMENT
\keywords{foo,bar,baz}
%<<COMMENT
%
% The Mathematical Subject Classification (MSC) are entered thanks to \msc
% command,as a comma separated list.
%COMMENT
\msc{11B13,11B30,11P70}
%<<COMMENT
%
%COMMENT
\maketitle
%<<COMMENT
%
% Acknowledgments, if any, are entered thanks to \acknowledgments command (and
% will be displayed just before the bibliography, thanks to the
% \printbibliography command).
%COMMENT
\acknowledgments{Thanks to mum, daddy and all my buddies.}
%<<COMMENT
%
% Unnumbered sections, if needed, are entered as usually with the starred
% version of the \section command. Note that:
% - their titles will automatically be displayed in the headers (and in the
%   volume's TOC),
% - no need to use the starred versions of the subsequent \subsection commands
% (if any)
%COMMENT
\section*{Recommendations for \LaTeX}
Don't use:
\begin{itemize}
\item \verb"$$...$$" but \verb"\[...\]"
\item \verb"$a \over b$" but \verb"$\frac{a}{b}$"
\item \verb"{\cal ...}" but \verb"\mathcal{...}"
\item \verb"{\bf ...}" but \verb"\textbf{...}"
\item \verb"{\it ...}" but \verb"\emph{...}"
\item \verb"\'e" for instance to get an accent but type it directly (\verb"é")
  using the UTF8 encoding.
\end{itemize}
%<<COMMENT
%
% Use mainly the \autocite command (from `biblatex' package) to cite
% references. Depending on the context, \textcite command (among others) may be
% used. See `biblatex' package's documentation for more details.
%COMMENT
More generally, it is worth having a look at documents that highlight obsolete
commands and
packages\autocite{ensenbach2016,ensenbach2011,trettin2007,ensenbach2011a,trettin2007a}.
%<<COMMENT
%
%COMMENT
\section*{Introduction}
%<<COMMENT
%
%COMMENT
\subsection{Citations tests}
%<<COMMENT
%
%COMMENT
\begin{enumerate}
\item It\footnote{Foo bar.} is well known\autocite{baez/article}
  that... Moreover, it is well known\autocite{companion} that...
\item \textcite{baez/article} have proved... Moreover, \textcite{companion}
  have proved...
\end{enumerate}
%<<COMMENT
%
%COMMENT
\subsection{Cross-references tests}
%<<COMMENT
%
% The cross-references are entered thanks to the \vref command (from `varioref'
% package) and the `cleveref' features. Note that:
% - the name of the object referenced is automatically added,
% - the page of the object referenced is automatically added (if not on the
%   same page).
%COMMENT
Cf. \vref{thm-bolzano-weierstrass} \& \vref{rmk-euler} \&
\vref{eq-euler} \& \vref{sec-first-numbered}.
%<<COMMENT
%
%COMMENT
\subsection{Acronyms tests}
%<<COMMENT
%
% As said above, use \gls{⟨label⟩} to display the acronym labelled ⟨label⟩. Note
% that, automatically:
% - the first occurrence of this command displays the /complete/ form of the
%   acronym (long form followed by the short one in parentheses),
% - the subsequent occurrences of this command display only the short form of the
%   acronym,
% - if an occurrence should be displayed as the short form of an acronym,
%   regardless it is the first one or not, the command \acrshort{⟨label⟩} is to
%   be used.
%COMMENT
\begin{enumerate}
\item The present article is published in the \gls{nwejm}.
\item Moreover, the present article is published in the \gls{nwejm}.
\end{enumerate}
%<<COMMENT
%
%COMMENT
\subsection{Miscellaneaous}
%<<COMMENT
%
% Use:
% - the \century command to display centuries, even negative ones,
% - the \aside command for interpolated clauses,
% - the \ie command for "that is",
% - the \acrlong when need to display (only) the long form of an acronym.
%COMMENT
\begin{itemize}
\item It has been proved in the \century{19} \aside{more than 100 years ago}
  that...
\item This has been conceptualized in the \century{-3} \aside*{more than 2000
    years ago}.
\item \acrshort{nwejm} \ie{} \acrlong*{nwejm}.
\item \acrshort{nwejm} \ie*{} \acrlong*{nwejm}.
\end{itemize}
%<<COMMENT
%
%COMMENT
\subsection{Theorems tests}
%<<COMMENT
%
% The theorems and the like are entered as usually. Note that, should one of
% them be unnumbered, the environment used would be starred.
%COMMENT
\begin{theorem}[Bolzano–Weierstrass]\label{thm-bolzano-weierstrass}
  A subset of $\bbR^n$ ($n\in\bbN^*$) is sequentially compact if and only if it is
  closed and bounded.
\end{theorem}
\begin{proof}[not that easy!]
  ...
\end{proof}
\begin{definition}
  In Cartesian space $\bbR^n$ with the $p$-norm $L_p$, an open ball is the set
  \[
    B(r)=\set{x\in \bbR^n}[\sum _{i=1}^n\left|x_i\right|^p<r^p]
  \]
\end{definition}
\begin{remark}[Euler's identity]\label{rmk-euler}
  One of the most beautiful mathematical equation:
  \begin{equation*}
    \E[\I\pi]+1=0
  \end{equation*}
\end{remark}
\begin{lemma*}[Zorn]
  Suppose a partially ordered set $P$ has the property that every chain has an
  upper bound in $P$. Then the set $P$ contains at least one maximal element.
\end{lemma*}
%<<COMMENT
%
%COMMENT
\lipsum[2-6]
%<<COMMENT
%
%COMMENT
\begin{equation}\label{eq-euler}
  \E[\I\pi]+1=0
\end{equation}
%<<COMMENT
%
%COMMENT
\lipsum[8-15]
%<<COMMENT
%
%COMMENT
\section{First (numbered) section}\label{sec-first-numbered}
\lipsum[2]
\subsection{First subsection}
\lipsum[3-8]
\subsection{Second subsection}
\lipsum[9-15]
\section{Second (numbered) section}
\lipsum[16-38]
%<<COMMENT
%
% The \printbibliography command (from `biblatex' package) displays the list of
% references (preceded by the acknowledgments, if any).
%COMMENT
\printbibliography
%<<COMMENT
%
%COMMENT
\end{document}
%    \end{macrocode}
%
%    \begin{macrocode}
%</example>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*sample-bib>
%    \end{macrocode}
%
%    \begin{macrocode}
@Book{            hardy1950,
  title         = {Our best films},
  author        = {Hardy, Oliver and Laurel, Stan},
  publisher     = {Hollywood publishing house},
  date          = {1950-06}
}

@Article{         onestone2005,
  title         = {About telekinesis},
  author        = {Onestone, Andrew and Twostones, Bob and Threestones, Chester},
  journal       = {Annals of pataphysics},
  pages         = {1-3},
  date          = {2005}
}

@Manual{          trettin2007,
  author        = {Trettin, Mark and Fenn, Jürgen},
  title         = {An essential guide to \LaTeXe{} usage},
  date          = {2007-06-17},
  subtitle      = {Obsolete commands and packages},
  language      = {english},
  url           = {http://mirrors.ctan.org/info/l2tabu/english/l2tabuen.pdf}
}

@Manual{          ensenbach2011,
  author        = {Ensenbach, Marc and Trettin, Mark and Alfonsi, Bernard},
  title         = {Liste des péchés des utilisateurs de \LaTeXe{}},
  date          = {2011-09-20},
  version       = {2.3},
  subtitle      = {Commandes et extensions obsolètes, et autres erreurs},
  language      = {french},
  url           = {http://mirrors.ctan.org/info/l2tabu/french/l2tabufr.pdf}
}

@Manual{          ensenbach2011a,
  author        = {Ensenbach, Marc and Trettin, Mark and Sacchetto, Mauro},
  title         = {Elenco del peccati degli utenti di \LaTeXe{}},
  date          = {2011-09-20},
  version       = {2.3},
  subtitle      = { Comandi e pacchetti obsoleti e altri errori},
  language      = {italian},
  url           = {http://mirrors.ctan.org/info/l2tabu/italian/l2tabuit.pdf}
}

@Manual{          trettin2007a,
  author        = {Trettin, Mark and Medina, Gonzalo},
  title         = {Una guía esencial para el correcto uso de \LaTeXe{}},
  date          = {2007-12-07},
  subtitle      = {Paquetes y comandos obsoletos},
  language      = {spanish},
  url           = {http://mirrors.ctan.org/info/l2tabu/spanish/l2tabues.pdf}
}


@Manual{          ensenbach2016,
  author        = {Ensenbach, Marc and Trettin, Mark},
  title         = {Das \LaTeXe{}-Sündenregister},
  date          = {2016-02-03},
  version       = {2.4},
  subtitle      = {Veraltete Befehle, Pakete und andere Fehler},
  language      = {german},
  url           = {http://mirrors.ctan.org/info/l2tabu/german/l2tabu.pdf}
}
%    \end{macrocode}
%
%    \begin{macrocode}
%</sample-bib>
%    \end{macrocode}
%
%    \begin{macrocode}
%<*template>
%    \end{macrocode}
%
%    \begin{macrocode}
%<<COMMENT
% This is a template that may be used for the articles submitted to the
% North-Western European Journal of Mathematics.
%
% The language of the article is by default English. Should it be French, German
% or Dutch instead, it would be specified as \documentclass' option.
%COMMENT
\documentclass[
%<<COMMENT
% french  % If the language of the article will be French
% german  % If the language of the article will be German
% dutch   % If the language of the article will be Dutch
%COMMENT
]{nwejmart}
%<<COMMENT
%
% Specify your own bibtex file, preferrably at `biblatex' format (don't forget
% the `.bib' extension below) in the argument of the \addbibresource command.
%COMMENT
\addbibresource{}
%<<COMMENT
%
% Should acronyms be used in the article, define them thanks to \newacronym
% command from `glossaries' package as follows:
%  - 1st argument: ⟨label⟩      of the acronym (also called key),
%  - 2nd argument: ⟨short form⟩ of the acronym (lowercase!),
%  - 3rd argument: ⟨long form⟩  of the acronym,
% and use them with \gls{⟨label⟩} (or, if needed, with \acrshort{⟨label⟩}).
% See `glossaries' package's documentation for more details.
% \newacronym{}{}{}
%
%COMMENT
\begin{document}
%<<COMMENT
%
% Title of the article. A short form (that will be displayed in the headers and
% in the volume's TOC) may be specified as optional argument.
%COMMENT
\title{}
%<<COMMENT
%
% Subtitle of the article, if any. A short form may be specified as optional
% argument.
% \subtitle{}
%
% Author(s) of the article:
% - one \author command per author,
% - mandatory argument entered as `⟨Last Name⟩, ⟨First Name⟩'.
% Use the key-value `affiliation={⟨affiliation⟩}' optional argument for each
% affiliation of the author. An affiliation can be tagged
% (`affiliation=[⟨tag⟩]{⟨affiliation⟩}') and reused later
% (affiliationtagged={⟨tag⟩}).
%COMMENT
\author[affiliation={}]{, }
%<<COMMENT
% \author[affiliation={}]{, }
%
% The abstract is entered as usually.
%COMMENT
\begin{abstract}
  ...
\end{abstract}
%<<COMMENT
%
% The keywords are entered thanks to \keywords command, as a comma separated list.
%COMMENT
\keywords{}
%<<COMMENT
%
% The Mathematical Subject Classification (MSC) are entered thanks to \msc
% command, as a comma separated list.
%COMMENT
\msc{}
%<<COMMENT
%
% The title is made as usually. Be aware that author(s) will be displayed or
% updated only if a `biber' run (cf. `nwejm''s documentation for more details).
%COMMENT
\maketitle
%<<COMMENT
%
% Acknowledgments, if any, are entered thanks to \acknowledgments command (and
% will be displayed just before the bibliography, thanks to the
% \printbibliography command).
% \acknowledgments{}
%
% Here comes the article's content.
%COMMENT
...
%<<COMMENT
%
% The \printbibliography command (from `biblatex' package) displays the list of
% references (preceded by the acknowledgments, if any)
%COMMENT
\printbibliography
%<<COMMENT
%
%COMMENT
\end{document}
%    \end{macrocode}
%
%    \begin{macrocode}
%</template>
%    \end{macrocode}