summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/CHANGELOG.md17
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/english/documentation/latexmkrc17
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/english/latexmkrc39
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/english/nwejm-en.tex (renamed from Master/texmf-dist/doc/latex/nwejm/english/documentation/nwejm-en.tex)2
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/article-in-dutch.pdfbin199009 -> 113934 bytes
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/article-in-dutch.tex1
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/article-in-english.pdfbin194657 -> 194646 bytes
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/article-in-english.tex1
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/article-in-french.pdfbin251463 -> 251468 bytes
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/article-in-french.tex1
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/article-in-german.pdfbin202043 -> 202038 bytes
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/article-in-german.tex1
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/issue.pdfbin396986 -> 397553 bytes
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/issue.tex1
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/latexmkrc35
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/sample.bib1
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/sample.pdfbin193276 -> 193330 bytes
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/sample.tex1
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/examples/template.tex17
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/french/documentation/latexmkrc17
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/french/documentation/nwejm-fr.pdfbin335969 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/french/latexmkrc39
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/french/nwejm-fr.bib (renamed from Master/texmf-dist/doc/latex/nwejm/french/documentation/nwejm-fr.bib)8
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/french/nwejm-fr.pdfbin0 -> 339118 bytes
-rw-r--r--Master/texmf-dist/doc/latex/nwejm/french/nwejm-fr.tex (renamed from Master/texmf-dist/doc/latex/nwejm/french/documentation/nwejm-fr.tex)30
26 files changed, 179 insertions, 51 deletions
diff --git a/Master/texmf-dist/doc/latex/nwejm/CHANGELOG.md b/Master/texmf-dist/doc/latex/nwejm/CHANGELOG.md
index f38b8d5a262..66300a01188 100644
--- a/Master/texmf-dist/doc/latex/nwejm/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/nwejm/CHANGELOG.md
@@ -1,5 +1,22 @@
# [Unreleased]
+# [1.0.4] - 2022-02-21
+
+## Changed
+Logo file renamed for consistency.
+
+# [1.0.3] - 2022-02-02
+
+## Added
+- Add the ability to fit the TOC on a reduced number of pages.
+- Warning in the documentation and in the template about the necessity to use both `biblatex` and `biber`.
+
+## Fixed
+- Authors in headers appeared one page too early.
+- `\begin{alignat}{X}...` displayed "X".
+- Boring warning "unable to apply patch 'eqnum'".
+- Conflicts between `tikzcd` and (Dutch) `babel`.
+
# [1.0.2] - 2021-10-12
## Fixed
diff --git a/Master/texmf-dist/doc/latex/nwejm/README.md b/Master/texmf-dist/doc/latex/nwejm/README.md
index ac9ca0586cb..6c30fc79fef 100644
--- a/Master/texmf-dist/doc/latex/nwejm/README.md
+++ b/Master/texmf-dist/doc/latex/nwejm/README.md
@@ -8,7 +8,7 @@ new journal "North-Western European Journal of Mathematics".
Release
-------
-2021-10-12 v1.0.2
+2022-02-21 v1.0.4
Development
-----------
diff --git a/Master/texmf-dist/doc/latex/nwejm/english/documentation/latexmkrc b/Master/texmf-dist/doc/latex/nwejm/english/documentation/latexmkrc
deleted file mode 100644
index 6dbfae28169..00000000000
--- a/Master/texmf-dist/doc/latex/nwejm/english/documentation/latexmkrc
+++ /dev/null
@@ -1,17 +0,0 @@
-$pdf_mode = 4;
-
-$bibtex_use = 1;
-$bibtex = 'biber -U %O %B';
-
-$makeindex = 'texindy -L french';
-
-add_cus_dep('idx', 'ind', 0, 'texindy');
-sub texindy{
- system("texindy -L french \"$_[0].idx\"");
-}
-
-push @generated_exts, "aux", "idx", "ind", "lo*", "out", "toc", "acn", "acr",
-"alg", "bbl", "bcf", "fls", "gl*", "ist", "run.xml", "sbl*", "sl*", "sym*",
-"xdy", "unq", "mw", "*~" ;
-
-$clean_ext = "synctex.gz* run.xml tex.bak bbl bcf fdb_latexmk run tdo listing"
diff --git a/Master/texmf-dist/doc/latex/nwejm/english/latexmkrc b/Master/texmf-dist/doc/latex/nwejm/english/latexmkrc
new file mode 100644
index 00000000000..ed23d5053f3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/nwejm/english/latexmkrc
@@ -0,0 +1,39 @@
+$pdf_mode = 4;
+
+$biber = 'biber -U %O %B';
+$bibtex_use = 1;
+
+$pdflatex="pdflatex -synctex=1 %O %S";
+$lualatex="lualatex -synctex=1 %O %S";
+
+add_cus_dep('glo', 'gls', 0, 'makeglossaries');
+add_cus_dep('acn', 'acr', 0, 'makeglossaries');
+add_cus_dep('slo', 'sls', 0, 'makeglossaries');
+sub makeglossaries {
+ my ($base_name, $path) = fileparse( $_[0] );
+ pushd $path;
+ my $return = system "makeglossaries", $base_name;
+ popd;
+ return $return;
+}
+
+$makeindex = 'texindy -L english -C utf8';
+
+push @generated_exts, 'acn', 'acr', 'alg', 'bbl', 'bcf', 'fls', 'gl*', 'ist',
+'run.xml', 'sbl*', 'sl*', 'sym*', 'unq', 'mw' ;
+
+$clean_ext .= ' synctex.gz* run.xml tex.bak out sta bbl bcf fdb_latexmk run tdo
+ listing *~ lo* xdy vrb ain atfi nav snm thm iny xref db* listing tcbtemp aux
+ idx ind lof lot out toc acn acr alg glg* glo* gls* ins sbl slg sym ist
+ run.xml xdy lol fls unq synctex.gz mw *~ aux bcf frm msk nlg nls ntn tcbtemp
+ thm nav nlo not i dx ind lof lot out toc acn acr alg glg glo gls glg2 gls2
+ glo2 sbl slg slo sls sym glsdefs ist run.xml xdy lol fls unq synctex.gz *~
+ listing png tkzfct.gnuplot tkzfct.table mw snm tns sta %R.*.vrb xref 4ct 4tc idv
+ lg pre tmp *.typo mp epub html' ;
+
+@generated_exts = qw(db* listing tcbtemp aux idx ind lof lot out toc acn acr alg
+glg* glo* gls* ins sbl slg sym ist run.xml xdy lol fls unq synctex.gz mw *~ aux
+bcf frm msk nlg nls ntn tcbtemp thm nav nlo not i dx ind lof lot out toc acn acr
+alg glg glo gls glg2 gls2 glo2 sbl slg slo sls sym glsdefs ist run.xml xdy lol
+fls unq synctex.gz *~ listing png tkzfct.gnuplot tkzfct.table mw snm tns sta
+vrb xref *.typo mp epub html);
diff --git a/Master/texmf-dist/doc/latex/nwejm/english/documentation/nwejm-en.tex b/Master/texmf-dist/doc/latex/nwejm/english/nwejm-en.tex
index d1c9bae7064..e0fc72e5345 100644
--- a/Master/texmf-dist/doc/latex/nwejm/english/documentation/nwejm-en.tex
+++ b/Master/texmf-dist/doc/latex/nwejm/english/nwejm-en.tex
@@ -1849,7 +1849,7 @@ différents packages sont donc à disposition des auteurs de la \nwejm{}.
\end{description}
\item[\package{kpfonts} :] police principale du document :
\begin{description}
- \item[options par défaut :] \docAuxKey{noDcommand}, \docAuxKey{easyscsl} ;
+ \item[options par défaut :] \docAuxKey{noDcommand} ;
\end{description}
\item[\package{graphicx} :] inclusion d'images ;
\item[\package{subcaption} :] sous-figures et sous-tableaux ;
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-dutch.pdf b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-dutch.pdf
index 58642fe6091..acc327a879d 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-dutch.pdf
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-dutch.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-dutch.tex b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-dutch.tex
index 8d8a3cec3d1..252a2fb1107 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-dutch.tex
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-dutch.tex
@@ -134,3 +134,4 @@ from \vref{my-axiom-\languagename}, a cheap horse is expensive.
\printbibliography
%
\end{document}
+
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-english.pdf b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-english.pdf
index be7d4dbd559..69623995a4f 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-english.pdf
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-english.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-english.tex b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-english.tex
index 9c11a9007e8..c60c4356d31 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-english.tex
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-english.tex
@@ -123,3 +123,4 @@ from \vref{my-axiom-\languagename}, a cheap horse is expensive.
\printbibliography
%
\end{document}
+
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-french.pdf b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-french.pdf
index 15decf8727d..4587a77baaa 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-french.pdf
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-french.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-french.tex b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-french.tex
index 79de854635f..e08fd11f2fd 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-french.tex
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-french.tex
@@ -127,3 +127,4 @@ from \vref{my-axiom-\languagename}, a cheap horse is expensive.
\printbibliography
%
\end{document}
+
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-german.pdf b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-german.pdf
index f7f8fb9e3f7..ae50c9a199e 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-german.pdf
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-german.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-german.tex b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-german.tex
index ee7563c97dd..b9791abb605 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/article-in-german.tex
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/article-in-german.tex
@@ -122,3 +122,4 @@ from \vref{my-axiom-\languagename}, a cheap horse is expensive.
\printbibliography
%
\end{document}
+
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/issue.pdf b/Master/texmf-dist/doc/latex/nwejm/examples/issue.pdf
index e16f6d58f17..1552f7e5837 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/issue.pdf
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/issue.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/issue.tex b/Master/texmf-dist/doc/latex/nwejm/examples/issue.tex
index b73578cceca..04f9e2f8c65 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/issue.tex
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/issue.tex
@@ -15,3 +15,4 @@
\inputarticle[ngerman]{article-in-german}
\inputarticle[dutch]{article-in-dutch}
\end{document}
+
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/latexmkrc b/Master/texmf-dist/doc/latex/nwejm/examples/latexmkrc
index 49fd468239d..ed23d5053f3 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/latexmkrc
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/latexmkrc
@@ -1,4 +1,26 @@
-$pdf_mode = 1;
+$pdf_mode = 4;
+
+$biber = 'biber -U %O %B';
+$bibtex_use = 1;
+
+$pdflatex="pdflatex -synctex=1 %O %S";
+$lualatex="lualatex -synctex=1 %O %S";
+
+add_cus_dep('glo', 'gls', 0, 'makeglossaries');
+add_cus_dep('acn', 'acr', 0, 'makeglossaries');
+add_cus_dep('slo', 'sls', 0, 'makeglossaries');
+sub makeglossaries {
+ my ($base_name, $path) = fileparse( $_[0] );
+ pushd $path;
+ my $return = system "makeglossaries", $base_name;
+ popd;
+ return $return;
+}
+
+$makeindex = 'texindy -L english -C utf8';
+
+push @generated_exts, 'acn', 'acr', 'alg', 'bbl', 'bcf', 'fls', 'gl*', 'ist',
+'run.xml', 'sbl*', 'sl*', 'sym*', 'unq', 'mw' ;
$clean_ext .= ' synctex.gz* run.xml tex.bak out sta bbl bcf fdb_latexmk run tdo
listing *~ lo* xdy vrb ain atfi nav snm thm iny xref db* listing tcbtemp aux
@@ -6,7 +28,12 @@ $clean_ext .= ' synctex.gz* run.xml tex.bak out sta bbl bcf fdb_latexmk run tdo
run.xml xdy lol fls unq synctex.gz mw *~ aux bcf frm msk nlg nls ntn tcbtemp
thm nav nlo not i dx ind lof lot out toc acn acr alg glg glo gls glg2 gls2
glo2 sbl slg slo sls sym glsdefs ist run.xml xdy lol fls unq synctex.gz *~
- listing png tkzfct.gnuplot tkzfct.table mw snm tns vrb xref 4ct 4tc idv
- lg pre tmp *.typo' *__nwejm.bib ;
-
+ listing png tkzfct.gnuplot tkzfct.table mw snm tns sta %R.*.vrb xref 4ct 4tc idv
+ lg pre tmp *.typo mp epub html' ;
+@generated_exts = qw(db* listing tcbtemp aux idx ind lof lot out toc acn acr alg
+glg* glo* gls* ins sbl slg sym ist run.xml xdy lol fls unq synctex.gz mw *~ aux
+bcf frm msk nlg nls ntn tcbtemp thm nav nlo not i dx ind lof lot out toc acn acr
+alg glg glo gls glg2 gls2 glo2 sbl slg slo sls sym glsdefs ist run.xml xdy lol
+fls unq synctex.gz *~ listing png tkzfct.gnuplot tkzfct.table mw snm tns sta
+vrb xref *.typo mp epub html);
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/sample.bib b/Master/texmf-dist/doc/latex/nwejm/examples/sample.bib
index 55cbd5e4c00..f1a9ac447fc 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/sample.bib
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/sample.bib
@@ -60,3 +60,4 @@
language = {german},
url = {http://mirrors.ctan.org/info/l2tabu/german/l2tabu.pdf}
}
+
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/sample.pdf b/Master/texmf-dist/doc/latex/nwejm/examples/sample.pdf
index af2d60cdaf4..18b205074d0 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/sample.pdf
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/sample.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/sample.tex b/Master/texmf-dist/doc/latex/nwejm/examples/sample.tex
index 17b9772296e..441c89fc4ca 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/sample.tex
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/sample.tex
@@ -198,3 +198,4 @@ Cf. \vref{thm-bolzano-weierstrass} \& \vref{rmk-euler} \&
\printbibliography
%
\end{document}
+
diff --git a/Master/texmf-dist/doc/latex/nwejm/examples/template.tex b/Master/texmf-dist/doc/latex/nwejm/examples/template.tex
index 851bdaaef88..c2563d14e23 100644
--- a/Master/texmf-dist/doc/latex/nwejm/examples/template.tex
+++ b/Master/texmf-dist/doc/latex/nwejm/examples/template.tex
@@ -1,6 +1,22 @@
% This is a template that may be used for the articles submitted to the
% North-Western European Journal of Mathematics.
%
+%%%%%%%%%%%%
+% CAUTION! %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% This template is based on the `nwejmart` class. For:
+%
+% - your name(s), as author(s) of this article,
+% - the list of bibliographic references,
+%
+% to be correctly displayed, this class requires :
+%
+% - the `biblatex` package (already loaded by the class),
+% - as a bibliographic engine, NOT the usual `bibtex`, BUT `biber`.
+%
+% See the documentation (currently only in French) for more details.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
% The language of the article is by default English. Should it be French, German
% or Dutch instead, it would be specified as \documentclass' option.
\documentclass[
@@ -71,3 +87,4 @@
\printbibliography
%
\end{document}
+
diff --git a/Master/texmf-dist/doc/latex/nwejm/french/documentation/latexmkrc b/Master/texmf-dist/doc/latex/nwejm/french/documentation/latexmkrc
deleted file mode 100644
index 6dbfae28169..00000000000
--- a/Master/texmf-dist/doc/latex/nwejm/french/documentation/latexmkrc
+++ /dev/null
@@ -1,17 +0,0 @@
-$pdf_mode = 4;
-
-$bibtex_use = 1;
-$bibtex = 'biber -U %O %B';
-
-$makeindex = 'texindy -L french';
-
-add_cus_dep('idx', 'ind', 0, 'texindy');
-sub texindy{
- system("texindy -L french \"$_[0].idx\"");
-}
-
-push @generated_exts, "aux", "idx", "ind", "lo*", "out", "toc", "acn", "acr",
-"alg", "bbl", "bcf", "fls", "gl*", "ist", "run.xml", "sbl*", "sl*", "sym*",
-"xdy", "unq", "mw", "*~" ;
-
-$clean_ext = "synctex.gz* run.xml tex.bak bbl bcf fdb_latexmk run tdo listing"
diff --git a/Master/texmf-dist/doc/latex/nwejm/french/documentation/nwejm-fr.pdf b/Master/texmf-dist/doc/latex/nwejm/french/documentation/nwejm-fr.pdf
deleted file mode 100644
index 7bcce827062..00000000000
--- a/Master/texmf-dist/doc/latex/nwejm/french/documentation/nwejm-fr.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/nwejm/french/latexmkrc b/Master/texmf-dist/doc/latex/nwejm/french/latexmkrc
new file mode 100644
index 00000000000..ed23d5053f3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/nwejm/french/latexmkrc
@@ -0,0 +1,39 @@
+$pdf_mode = 4;
+
+$biber = 'biber -U %O %B';
+$bibtex_use = 1;
+
+$pdflatex="pdflatex -synctex=1 %O %S";
+$lualatex="lualatex -synctex=1 %O %S";
+
+add_cus_dep('glo', 'gls', 0, 'makeglossaries');
+add_cus_dep('acn', 'acr', 0, 'makeglossaries');
+add_cus_dep('slo', 'sls', 0, 'makeglossaries');
+sub makeglossaries {
+ my ($base_name, $path) = fileparse( $_[0] );
+ pushd $path;
+ my $return = system "makeglossaries", $base_name;
+ popd;
+ return $return;
+}
+
+$makeindex = 'texindy -L english -C utf8';
+
+push @generated_exts, 'acn', 'acr', 'alg', 'bbl', 'bcf', 'fls', 'gl*', 'ist',
+'run.xml', 'sbl*', 'sl*', 'sym*', 'unq', 'mw' ;
+
+$clean_ext .= ' synctex.gz* run.xml tex.bak out sta bbl bcf fdb_latexmk run tdo
+ listing *~ lo* xdy vrb ain atfi nav snm thm iny xref db* listing tcbtemp aux
+ idx ind lof lot out toc acn acr alg glg* glo* gls* ins sbl slg sym ist
+ run.xml xdy lol fls unq synctex.gz mw *~ aux bcf frm msk nlg nls ntn tcbtemp
+ thm nav nlo not i dx ind lof lot out toc acn acr alg glg glo gls glg2 gls2
+ glo2 sbl slg slo sls sym glsdefs ist run.xml xdy lol fls unq synctex.gz *~
+ listing png tkzfct.gnuplot tkzfct.table mw snm tns sta %R.*.vrb xref 4ct 4tc idv
+ lg pre tmp *.typo mp epub html' ;
+
+@generated_exts = qw(db* listing tcbtemp aux idx ind lof lot out toc acn acr alg
+glg* glo* gls* ins sbl slg sym ist run.xml xdy lol fls unq synctex.gz mw *~ aux
+bcf frm msk nlg nls ntn tcbtemp thm nav nlo not i dx ind lof lot out toc acn acr
+alg glg glo gls glg2 gls2 glo2 sbl slg slo sls sym glsdefs ist run.xml xdy lol
+fls unq synctex.gz *~ listing png tkzfct.gnuplot tkzfct.table mw snm tns sta
+vrb xref *.typo mp epub html);
diff --git a/Master/texmf-dist/doc/latex/nwejm/french/documentation/nwejm-fr.bib b/Master/texmf-dist/doc/latex/nwejm/french/nwejm-fr.bib
index 2dd0abb3549..941f6aa0f57 100644
--- a/Master/texmf-dist/doc/latex/nwejm/french/documentation/nwejm-fr.bib
+++ b/Master/texmf-dist/doc/latex/nwejm/french/nwejm-fr.bib
@@ -5,8 +5,8 @@
@Online{Bitouze,
Title = {Conférence \LaTeX{} \no6},
Author = {Bitouzé, Denis},
- Date = {2019-03-17},
- Url = {https://frama.link/en-ligne6},
+ Date = {2022-02-04},
+ Url = {https://mt2e.univ-littoral.fr/Members/denis-bitouze/pub/latex/diapositives-cours-d/conference-n-6/@@download/file/en-ligne6.pdf},
Language = {french},
Organization = {Université du Littoral Côte d'Opale},
Subtitle = {Bibliographie (biber/biblatex), citations d'extraits},
@@ -15,8 +15,8 @@
@Online{Bitouze7,
Title = {Conférence \LaTeX{} \no7},
Author = {Bitouzé, Denis},
- Date = {2019-03-17},
- Url = {https://frama.link/en-ligne7},
+ Date = {2022-02-04},
+ Url = {https://mt2e.univ-littoral.fr/Members/denis-bitouze/pub/latex/diapositives-cours-d/conference-n-7/@@download/file/en-ligne7.pdf},
Language = {french},
Organization = {Université du Littoral Côte d'Opale},
Subtitle = {Glossaires et (liste d’)acronymes, index},
diff --git a/Master/texmf-dist/doc/latex/nwejm/french/nwejm-fr.pdf b/Master/texmf-dist/doc/latex/nwejm/french/nwejm-fr.pdf
new file mode 100644
index 00000000000..c281c02bc05
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/nwejm/french/nwejm-fr.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/nwejm/french/documentation/nwejm-fr.tex b/Master/texmf-dist/doc/latex/nwejm/french/nwejm-fr.tex
index e98b2ce38a8..376a98cf2e5 100644
--- a/Master/texmf-dist/doc/latex/nwejm/french/documentation/nwejm-fr.tex
+++ b/Master/texmf-dist/doc/latex/nwejm/french/nwejm-fr.tex
@@ -9,8 +9,8 @@
%
\documentclass[french,nolocaltoc]{nwejmart}
%
-\DTMsavedate{release-date}{2021-10-12}
-\newcommand{\releaseversion}{1.0.2}
+\DTMsavedate{release-date}{2022-02-21}
+\newcommand{\releaseversion}{1.0.4}
%
\usepackage[nwejm]{denisbdoc}
\usepackage{tabulary}
@@ -107,6 +107,22 @@ affiliation={%
et \emph{pas} à la \nwejmcl{}.
\end{dbwarning}
+\begin{dbwarning}{Packages nécessaires}{}
+ Pour pouvoir utiliser la \nwejmauthorcl{}, il est nécessaire de disposer :
+ \begin{itemize}
+ \item d'une distribution \hologo{TeX} raisonnablement récente ;
+ \item du \Package{biblatex} ;
+ \item du programme
+ \href{https://www.ctan.org/pkg/biber}{\program{biber}}\footnote{Attention !
+ La bibliographie doit être compilée non pas au moyen de l'habituel
+ \program{bibtex}, mais de \program{biber}. Plus de détails
+ \vref{wa-affichage-auteurs} et \vref{sec-bibliographie}.}.
+ \end{itemize}
+ Sous Ubuntu par exemple, si la \hologo{TeX}~Live est installée via les paquets
+ de la distribution GNU/Linux, ceux nommés \package{texlive-bibtex-extra} et
+ \package{biber} sont nécessaires.
+\end{dbwarning}
+
La classe \LaTeX{} \nwejmauthor{} est destinée aux auteurs souhaitant publier un
article dans le \href{http://math.univ-lille1.fr/~nwejm/}{\gls{nwejm}}. Cette
classe a pour but :
@@ -387,7 +403,7 @@ et \refKey{affiliationtagged} suivantes.
virgules, la paire d'accolades l'entourant est obligatoire.
\end{dbwarning}
-\begin{dbwarning}{Affichage des prénoms et noms du ou des auteurs}{}
+\begin{dbwarning}{Affichage des prénoms et noms du ou des auteurs}{affichage-auteurs}
Pour que les prénoms et noms du ou des auteurs soient affichés, il est
nécessaire :
\begin{enumerate}
@@ -395,7 +411,7 @@ et \refKey{affiliationtagged} suivantes.
\item de procéder à une suite de compilations\suitecompilations{} :
\begin{enumerate}
\item \hologo{pdfLaTeX} ;
- \item \hologo{biber} ;
+ \item \program{biber} ;
\item \hologo{pdfLaTeX}.
\end{enumerate}
\end{enumerate}
@@ -1829,8 +1845,8 @@ attaché au fichier \file{PDF} de la présente documentation\footnote{Pour
samples,
fontupper=\scriptsize\ttfamily,
listing only,
- listing file=../../examples/\attachfilename,
- title={\attachfiletextlink\ \attachfile{../../examples/\attachfilename}},%
+ listing file=../examples/\attachfilename,
+ title={\attachfiletextlink\ \attachfile{../examples/\attachfilename}},%
listing options={alsolanguage={[biblatex]TeX},deletekeywords={[2]title,author,keywords},deletekeywords={[5]keywords}}
}
@@ -1856,7 +1872,7 @@ différents packages sont donc à disposition des auteurs de la \nwejm{}.
\end{description}
\item[\package{kpfonts} :] police principale du document :
\begin{description}
- \item[options par défaut :] \docAuxKey{noDcommand}, \docAuxKey{easyscsl} ;
+ \item[options par défaut :] \docAuxKey{noDcommand} ;
\end{description}
\item[\package{graphicx} :] inclusion d'images ;
\item[\package{subcaption} :] sous-figures et sous-tableaux ;